mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-05 12:40:27 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4f94d4449 | ||
|
|
c79d1c88dc | ||
|
|
11dea51b35 | ||
|
|
1fe621a4eb | ||
|
|
50c55a96f7 |
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.21.8] - 2023-11-07
|
||||
|
||||
- Update `syft@latest` to 0.95.0.
|
||||
|
||||
## [2.21.7] - 2023-11-02
|
||||
|
||||
- Update `wasmtime@latest` to 14.0.4.
|
||||
|
||||
- Update `protoc@latest` to 3.25.0.
|
||||
|
||||
## [2.21.6] - 2023-10-31
|
||||
|
||||
- Update `cargo-make@latest` to 0.37.4.
|
||||
@@ -1399,7 +1409,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.21.6...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.8...HEAD
|
||||
[2.21.8]: https://github.com/taiki-e/install-action/compare/v2.21.7...v2.21.8
|
||||
[2.21.7]: https://github.com/taiki-e/install-action/compare/v2.21.6...v2.21.7
|
||||
[2.21.6]: https://github.com/taiki-e/install-action/compare/v2.21.5...v2.21.6
|
||||
[2.21.5]: https://github.com/taiki-e/install-action/compare/v2.21.4...v2.21.5
|
||||
[2.21.4]: https://github.com/taiki-e/install-action/compare/v2.21.3...v2.21.4
|
||||
|
||||
29
manifests/protoc.json
generated
29
manifests/protoc.json
generated
@@ -2,10 +2,35 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "3.24.4"
|
||||
"version": "3.25.0"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.24.4"
|
||||
"version": "3.25.0"
|
||||
},
|
||||
"3.25": {
|
||||
"version": "3.25.0"
|
||||
},
|
||||
"3.25.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protoc-25.0-linux-x86_64.zip",
|
||||
"checksum": "d26c4efe0eae3066bb560625b33b8fc427f55bd35b16f246b7932dc851554e67"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protoc-25.0-osx-x86_64.zip",
|
||||
"checksum": "15eefb30ba913e8dc4dd21d2ccb34ce04a2b33124f7d9460e5fd815a5d6459e3"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protoc-25.0-win64.zip",
|
||||
"checksum": "ce2955439c6bb4c7d599d6ace2dabe4cb31f62c34808e542a7af57a3c6627d8a"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protoc-25.0-linux-aarch_64.zip",
|
||||
"checksum": "fe79d0eb356422917279c9580f74d2a486a8173fd020843f3b28ea6b71fba327"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protoc-25.0-osx-aarch_64.zip",
|
||||
"checksum": "76a997df5dacc0608e880a8e9069acaec961828a47bde16c06116ed2e570588b"
|
||||
}
|
||||
},
|
||||
"3.24": {
|
||||
"version": "3.24.4"
|
||||
|
||||
22
manifests/syft.json
generated
22
manifests/syft.json
generated
@@ -23,7 +23,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.94.0"
|
||||
"version": "0.95.0"
|
||||
},
|
||||
"0.95": {
|
||||
"version": "0.95.0"
|
||||
},
|
||||
"0.95.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "437ce8e8f23176a88f8ad05a6252dc417081a4569c921ddbe6241c9873da8cba"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "6d46dc6a5565a5296a3ca606345d249796248f334c438f3ec59419227357f3ec"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "aff4d28a825e59e799610463cdce3ff89fc41532b2cadfa7067a8e2295bcd315"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "8fc9b37e861ebc9fdddf09dc3b1089cdab6a7f2eb4f18c0d57e1716cdd1c8d25"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "bcc97342151b95dfa4fbe06c25de4508b6e703f3780b1ad4a2be67ec15844e66"
|
||||
}
|
||||
},
|
||||
"0.94": {
|
||||
"version": "0.94.0"
|
||||
|
||||
33
manifests/wasmtime.json
generated
33
manifests/wasmtime.json
generated
@@ -2,13 +2,40 @@
|
||||
"rust_crate": "wasmtime-cli",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "14.0.3"
|
||||
"version": "14.0.4"
|
||||
},
|
||||
"14": {
|
||||
"version": "14.0.3"
|
||||
"version": "14.0.4"
|
||||
},
|
||||
"14.0": {
|
||||
"version": "14.0.3"
|
||||
"version": "14.0.4"
|
||||
},
|
||||
"14.0.4": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.4/wasmtime-v14.0.4-x86_64-linux.tar.xz",
|
||||
"checksum": "7683aa6a7922cb6c7f687022026057e522abb2b20dde7d7ddef773382703dd78",
|
||||
"bin": "wasmtime-v14.0.4-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.4/wasmtime-v14.0.4-x86_64-macos.tar.xz",
|
||||
"checksum": "7ba9e46478f8340de74154a663473bca8d16efb51f2680c48da59a6164d98e60",
|
||||
"bin": "wasmtime-v14.0.4-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.4/wasmtime-v14.0.4-x86_64-windows.zip",
|
||||
"checksum": "d92867844663287f9a74e74f5006212f81f3af80e80ec000245b34a7a9375fe8",
|
||||
"bin": "wasmtime-v14.0.4-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.4/wasmtime-v14.0.4-aarch64-linux.tar.xz",
|
||||
"checksum": "0c9131bb4d022a310cb18900dd91bef2be383c3bce48387c8200804259422b4c",
|
||||
"bin": "wasmtime-v14.0.4-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.4/wasmtime-v14.0.4-aarch64-macos.tar.xz",
|
||||
"checksum": "e15b16c0a5184e36d0ffc27d7b5b96f6de04cc4edd6c165d8280a0fad44d9d55",
|
||||
"bin": "wasmtime-v14.0.4-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"14.0.3": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
Reference in New Issue
Block a user