mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-08 13:50:32 +00:00
Update manifest (#205)
This commit is contained in:
@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- Update `syft@latest` to 0.88.0.
|
||||
|
||||
- Update `protoc@latest` to 3.24.2.
|
||||
|
||||
## [2.17.0] - 2023-08-25
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.3.0.
|
||||
|
||||
28
manifests/protoc.json
generated
28
manifests/protoc.json
generated
@@ -2,13 +2,35 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "3.24.1"
|
||||
"version": "3.24.2"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.24.1"
|
||||
"version": "3.24.2"
|
||||
},
|
||||
"3.24": {
|
||||
"version": "3.24.1"
|
||||
"version": "3.24.2"
|
||||
},
|
||||
"3.24.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.2/protoc-24.2-linux-x86_64.zip",
|
||||
"checksum": "1bfa935466cf902200cfba0e80d0ac60fec8e4c61aad3debc9fc97a135604b72"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.2/protoc-24.2-osx-x86_64.zip",
|
||||
"checksum": "335d8623065234734d35b284f36326fbeded4bad88ca20a2df181761f67ca1a5"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.2/protoc-24.2-win64.zip",
|
||||
"checksum": "e0cbca02e34aca5c76059f8b78000512a83c77409f7137ec6977fc554609f79f"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.2/protoc-24.2-linux-aarch_64.zip",
|
||||
"checksum": "6593cf94c8d66f367e6526fda6c0ee0fdd442171a9e302c4625e6eb0958c06c1"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.2/protoc-24.2-osx-aarch_64.zip",
|
||||
"checksum": "9624e53cd0c061afb5eab9e50fc0372383585dcc22bd2b1fb54fd5a4c3294989"
|
||||
}
|
||||
},
|
||||
"3.24.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
22
manifests/syft.json
generated
22
manifests/syft.json
generated
@@ -23,7 +23,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.87.1"
|
||||
"version": "0.88.0"
|
||||
},
|
||||
"0.88": {
|
||||
"version": "0.88.0"
|
||||
},
|
||||
"0.88.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "d22c5e840c1a9ba10aee264d8bd015aca9c745bfd23efdfe75fdd36eeaf75ea8"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "f27232e327bf7f533dcffb2275250d325f45b69f5a0bd723c33f40f733e89e15"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "3c4bbcfee4c885e2b344c0de3dc77987057b27079cccb1b15435fd2399f92cfa"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "2c5550833c9c958f29e0f0cd13fd962b1805b97c8775db73c44e274da42a7b39"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "8e822e53eb3f779e446466a93863a75da9e78cefdbcf1fa575b0645a45dcc868"
|
||||
}
|
||||
},
|
||||
"0.87": {
|
||||
"version": "0.87.1"
|
||||
|
||||
Reference in New Issue
Block a user