Compare commits

...

6 Commits

Author SHA1 Message Date
Taiki Endo
541c08c86c Release 2.43.4 2024-09-12 10:51:30 +09:00
Taiki Endo
41d35d7220 Update protoc@latest to 3.28.1 2024-09-12 03:14:09 +09:00
Taiki Endo
210eb76ec9 Release 2.43.3 2024-09-12 00:22:13 +09:00
Taiki Endo
89210c3023 Update syft@latest to 1.12.2 2024-09-12 00:12:16 +09:00
Taiki Endo
36ede8b5bc Update cargo-binstall@latest to 1.10.5 2024-09-11 21:15:13 +09:00
Taiki Endo
40d6a8584e Update osv-scanner@latest to 1.8.5 2024-09-11 15:14:50 +09:00
5 changed files with 121 additions and 23 deletions

View File

@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.43.4] - 2024-09-12
- Update `protoc@latest` to 3.28.1.
## [2.43.3] - 2024-09-11
- Update `syft@latest` to 1.12.2.
- Update `cargo-binstall@latest` to 1.10.5.
- Update `osv-scanner@latest` to 1.8.5.
## [2.43.2] - 2024-09-09 ## [2.43.2] - 2024-09-09
- Update `rclone@latest` to 1.68.0. - Update `rclone@latest` to 1.68.0.
@@ -2704,7 +2716,9 @@ Note: This release is considered a breaking change because installing on version
Initial release Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.2...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.4...HEAD
[2.43.4]: https://github.com/taiki-e/install-action/compare/v2.43.3...v2.43.4
[2.43.3]: https://github.com/taiki-e/install-action/compare/v2.43.2...v2.43.3
[2.43.2]: https://github.com/taiki-e/install-action/compare/v2.43.1...v2.43.2 [2.43.2]: https://github.com/taiki-e/install-action/compare/v2.43.1...v2.43.2
[2.43.1]: https://github.com/taiki-e/install-action/compare/v2.43.0...v2.43.1 [2.43.1]: https://github.com/taiki-e/install-action/compare/v2.43.0...v2.43.1
[2.43.0]: https://github.com/taiki-e/install-action/compare/v2.42.42...v2.43.0 [2.43.0]: https://github.com/taiki-e/install-action/compare/v2.42.42...v2.43.0

View File

@@ -22,32 +22,32 @@
}, },
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)", "license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
"latest": { "latest": {
"version": "1.10.4" "version": "1.10.5"
}, },
"1.10.4": { "1.10.5": {
"x86_64_linux_musl": { "x86_64_linux_musl": {
"etag": "0x8DCCEC7B32C1AF7", "etag": "0x8DCD243CAFABE2B",
"checksum": "1baf2ef7f15e2baba4ae11f99e72f5914bb764ce763efd716280a3cbcda001ad" "checksum": "e4f503d2e17436197e18caabe023265ef00da1422575fc9013b2753fdb9fa4d9"
}, },
"x86_64_macos": { "x86_64_macos": {
"etag": "0x8DCCEC75B73878F", "etag": "0x8DCD24378364C74",
"checksum": "7755f241782b1d1db20456e600652456ed0c33bfc7c0afdbdb9b2a7b154cac17" "checksum": "21d47a620ec3aa99321201483627c142da181d0cee62a831da8c97162098d2b1"
}, },
"x86_64_windows": { "x86_64_windows": {
"etag": "0x8DCCEC85687D02F", "etag": "0x8DCD24452B01ED4",
"checksum": "849316b048649ca2f46f1381da59ca7637a036a0d754f1a52ffcbf94b2f00fd7" "checksum": "29c1fbc5c9cfeb29207a79b6f903bb4c6c5b7277251910b180b6d1ab9a1d5344"
}, },
"aarch64_linux_musl": { "aarch64_linux_musl": {
"etag": "0x8DCCEC7642DAD22", "etag": "0x8DCD24388AEFE1C",
"checksum": "ff90d9cec61d4eeeb86ad9cb11998b7ce8468690d670a40e24822f07381ca899" "checksum": "752df38cf823792d2c0f3ecc3643a20eac5b67605ac8bea7eed57e7a4e7a40f5"
}, },
"aarch64_macos": { "aarch64_macos": {
"etag": "0x8DCCEC7AB95F549", "etag": "0x8DCD243EE25AD47",
"checksum": "72a5e248c78dc163ed983e5e0d622d9b8b7de973157939d3b9b7226858cc423c" "checksum": "351d3ef0a87d61d33b3620f3cd9be4c58c2d41b7acf4910ba71008999d82aa42"
}, },
"aarch64_windows": { "aarch64_windows": {
"etag": "0x8DCCEC82CA9A245", "etag": "0x8DCD243F77B1340",
"checksum": "1d8c6d53fafcc2c932fffb60b856bc4a8610e69028c9999779566fbf10f4f695" "checksum": "86086186099ac1aa149e4c680bf24c7336322691a28f04e848bd827c5afd8b4d"
} }
} }
} }

View File

@@ -3,13 +3,45 @@
"template": null, "template": null,
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)", "license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
"latest": { "latest": {
"version": "1.8.4" "version": "1.8.5"
}, },
"1": { "1": {
"version": "1.8.4" "version": "1.8.5"
}, },
"1.8": { "1.8": {
"version": "1.8.4" "version": "1.8.5"
},
"1.8.5": {
"x86_64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_linux_amd64",
"etag": "0x8DCD226445A20F7",
"checksum": "3f241e03861e25dc3f739794ba03ad3dffd68ef2c96c382a45df5fe734b5dc5f"
},
"x86_64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_darwin_amd64",
"etag": "0x8DCD2264451513A",
"checksum": "798954e5ef2fa71facc4463b1fe8ed81deceeaadc163f59792e39b5fdd7ae4d3"
},
"x86_64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_windows_amd64.exe",
"etag": "0x8DCD2264457D98F",
"checksum": "8f247683926cf62ac2ab67467b62e85f1059f45196f67ccd0e2e94d44c23e28e"
},
"aarch64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_linux_arm64",
"etag": "0x8DCD226450CC94A",
"checksum": "4d3c7df91eac9d0b2a51431008f7f4e156ca11ccf2bc2034fed836c4cc676797"
},
"aarch64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_darwin_arm64",
"etag": "0x8DCD226450FAC3A",
"checksum": "fec672000263f6d24fad3c545ff8da995073012ee7768a1efd9a31d3fbfb2bfd"
},
"aarch64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_windows_arm64.exe",
"etag": "0x8DCD22644616BB4",
"checksum": "64e3eb8e8a047bfe3d025e2bad79ac2eb1ecf82a7b5bc75bc1d60d084789bc36"
}
}, },
"1.8.4": { "1.8.4": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

33
manifests/protoc.json generated
View File

@@ -3,13 +3,40 @@
"template": null, "template": null,
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)", "license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
"latest": { "latest": {
"version": "3.28.0" "version": "3.28.1"
}, },
"3": { "3": {
"version": "3.28.0" "version": "3.28.1"
}, },
"3.28": { "3.28": {
"version": "3.28.0" "version": "3.28.1"
},
"3.28.1": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-linux-x86_64.zip",
"etag": "0x8DCD285A6AB0E77",
"checksum": "58b1e2e45889187c22598bf5d9944d7c4f5f68407906f26cc4831911ae8ada53"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-osx-x86_64.zip",
"etag": "0x8DCD285A6E6751B",
"checksum": "f682d70c8382ddb0ad6b996a32db12eff098a2abd6b2db2caa9336d9c8069d54"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-win64.zip",
"etag": "0x8DCD285A725F5DF",
"checksum": "8ab709113bf3156e789d45e99401924ca5305267ad3fd9001727d945797e6748"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-linux-aarch_64.zip",
"etag": "0x8DCD285A655D422",
"checksum": "28c90edca27437bd892009a586ddc28a040e51f2c01bec29d22bede5d14a9e10"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-osx-aarch_64.zip",
"etag": "0x8DCD285A6C5A477",
"checksum": "1395bca972572ec2ce25bb773720ebf9bfd380159e8c71d987058e36ae6b000b"
}
}, },
"3.28.0": { "3.28.0": {
"x86_64_linux_gnu": { "x86_64_linux_gnu": {

29
manifests/syft.json generated
View File

@@ -24,10 +24,35 @@
}, },
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)", "license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
"latest": { "latest": {
"version": "1.11.1" "version": "1.12.2"
}, },
"1": { "1": {
"version": "1.11.1" "version": "1.12.2"
},
"1.12": {
"version": "1.12.2"
},
"1.12.2": {
"x86_64_linux_musl": {
"etag": "0x8DCD26CD2C44527",
"checksum": "a41c86cc51a15dbacdf431418b96ee051171b487fdddb7591f275b2d7a7ace1c"
},
"x86_64_macos": {
"etag": "0x8DCD26CD3CC00A5",
"checksum": "548bd4d88ce803a704d0ed301e74146299e76318a3a0ae6b8f076c11a9481d90"
},
"x86_64_windows": {
"etag": "0x8DCD26CD3C5ECF7",
"checksum": "86673ba78fed7c14c7aa8aaa1f5b01d1e3f9e414024ee2c625c504160e40bc77"
},
"aarch64_linux_musl": {
"etag": "0x8DCD26CD2C3A997",
"checksum": "31edc23ef0bcf0b879838cec5976677b05a75913387b35bef411c341289875f4"
},
"aarch64_macos": {
"etag": "0x8DCD26CD3D01AB2",
"checksum": "cae3236b253b0b360459bf64fe7d137a634e58e3f5d1acf46127dfd7f6f558d5"
}
}, },
"1.11": { "1.11": {
"version": "1.11.1" "version": "1.11.1"