mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 10:00:26 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b0d937160 | ||
|
|
5a7b7e3798 | ||
|
|
c2c0b6efca | ||
|
|
d6b632e36c | ||
|
|
84749680f0 |
14
CHANGELOG.md
14
CHANGELOG.md
@@ -10,6 +10,16 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.41.5] - 2024-06-25
|
||||
|
||||
- Update `protoc@latest` to 3.27.2.
|
||||
|
||||
## [2.41.4] - 2024-06-25
|
||||
|
||||
- Update `zola@latest` to 0.19.1.
|
||||
|
||||
- Update `syft@latest` to 1.8.0.
|
||||
|
||||
## [2.41.3] - 2024-06-24
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.7.3.
|
||||
@@ -2388,7 +2398,9 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.41.3...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.41.5...HEAD
|
||||
[2.41.5]: https://github.com/taiki-e/install-action/compare/v2.41.4...v2.41.5
|
||||
[2.41.4]: https://github.com/taiki-e/install-action/compare/v2.41.3...v2.41.4
|
||||
[2.41.3]: https://github.com/taiki-e/install-action/compare/v2.41.2...v2.41.3
|
||||
[2.41.2]: https://github.com/taiki-e/install-action/compare/v2.41.1...v2.41.2
|
||||
[2.41.1]: https://github.com/taiki-e/install-action/compare/v2.41.0...v2.41.1
|
||||
|
||||
33
manifests/protoc.json
generated
33
manifests/protoc.json
generated
@@ -3,13 +3,40 @@
|
||||
"template": null,
|
||||
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.27.1"
|
||||
"version": "3.27.2"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.27.1"
|
||||
"version": "3.27.2"
|
||||
},
|
||||
"3.27": {
|
||||
"version": "3.27.1"
|
||||
"version": "3.27.2"
|
||||
},
|
||||
"3.27.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.2/protoc-27.2-linux-x86_64.zip",
|
||||
"etag": "0x8DC9550B6231BCD",
|
||||
"checksum": "4a95e0ea2e51720af86a92f48d4997c8756923a9d0c58fd8a850657cd7479caf"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.2/protoc-27.2-osx-x86_64.zip",
|
||||
"etag": "0x8DC9550B67D0B8E",
|
||||
"checksum": "abc25a236571612d45eb4b6b6e6abe3ac9aecc34b195f76f248786844f5619c7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.2/protoc-27.2-win64.zip",
|
||||
"etag": "0x8DC9550B68E8419",
|
||||
"checksum": "a1ea403f845ff4819163ac9da01b14d1d88056231f185f3d83fa7efe542e31f7"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.2/protoc-27.2-linux-aarch_64.zip",
|
||||
"etag": "0x8DC9550B5DB4011",
|
||||
"checksum": "ff4760bd4ae510d533e528cc6deb8e32e53f383f0ec01b0327233b4c2e8db314"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.2/protoc-27.2-osx-aarch_64.zip",
|
||||
"etag": "0x8DC9550B65A4164",
|
||||
"checksum": "877de17b5d2662b96e68a6e208cb1851437ab3e2b419c2ef5b7b873ffac5357d"
|
||||
}
|
||||
},
|
||||
"3.27.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
29
manifests/syft.json
generated
29
manifests/syft.json
generated
@@ -24,10 +24,35 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.7.0"
|
||||
"version": "1.8.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.7.0"
|
||||
"version": "1.8.0"
|
||||
},
|
||||
"1.8": {
|
||||
"version": "1.8.0"
|
||||
},
|
||||
"1.8.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DC94658785D869",
|
||||
"checksum": "b487ee715e715e960f0d327b49ed9f5926b82bfa2f7283942f9631c41e7c0545"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DC946588776645",
|
||||
"checksum": "4ef1e2949ff85af2558d3e0ea94f78cc284a667ad790446460d7970757ebb353"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DC94658880D18F",
|
||||
"checksum": "984d41fc0d2a9c4b1e4f76a7fa0eb786dc35568e19b3cbea2e355644a9c693c6"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DC9465876AA6CF",
|
||||
"checksum": "df764e35f3d6def7bafd87a9f4a0526c226ae70ec2d7262f6484840c35977f03"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DC9465884D5141",
|
||||
"checksum": "4bd5c905c8b751492ed95d486663b92757249a5f25526cbf480fd2b42fadf055"
|
||||
}
|
||||
},
|
||||
"1.7": {
|
||||
"version": "1.7.0"
|
||||
|
||||
22
manifests/zola.json
generated
22
manifests/zola.json
generated
@@ -16,10 +16,28 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/getzola/zola/blob/master/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.19.0"
|
||||
"version": "0.19.1"
|
||||
},
|
||||
"0.19": {
|
||||
"version": "0.19.0"
|
||||
"version": "0.19.1"
|
||||
},
|
||||
"0.19.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DC949544635A86",
|
||||
"checksum": "90b49041ccab8fbb6955914c41e72774771a6dcbd58936fb107aa8409cb44aa0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DC94956219151C",
|
||||
"checksum": "fa7b14ab74dab6cd1f49948bb018a8f2c02c662144a25795c067dd482ac1fe7f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DC949675FDE404",
|
||||
"checksum": "78517521b2db147428ec3f2a7b3a2f7a24d3901509bce56cff44d6de1d369c26"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DC94960573E19B",
|
||||
"checksum": "e867e04eb9af37726b6e1a8f72224ef80c2d307286f700cea5f2c21f63f8ebd5"
|
||||
}
|
||||
},
|
||||
"0.19.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
Reference in New Issue
Block a user