Compare commits

...

11 Commits

Author SHA1 Message Date
Taiki Endo
cb148fe1fc Release 2.56.6 2025-07-06 14:18:05 +09:00
Taiki Endo
95c7e0aefa Update cargo-llvm-cov@latest to 0.6.17 2025-07-06 14:15:11 +09:00
Taiki Endo
d86483f9ef Update cargo-udeps@latest to 0.1.57 2025-07-06 13:33:30 +09:00
Taiki Endo
d32ce31795 Release 2.56.5 2025-07-06 12:11:44 +09:00
Taiki Endo
2119a1ef9a Replace tab with space 2025-07-06 11:36:56 +09:00
Taiki Endo
0ae016a18f Update jq to 1.8.1 2025-07-06 11:36:24 +09:00
Taiki Endo
9b1aeb740e Update cargo-semver-checks@latest to 0.42.0 2025-07-06 03:25:55 +09:00
Taiki Endo
e6d2212084 Release 2.56.4 2025-07-05 21:25:52 +09:00
Taiki Endo
560959c1f3 Update cargo-shear@latest to 1.3.3 2025-07-04 15:19:14 +09:00
Taiki Endo
21517c4e72 Release 2.56.3 2025-07-04 00:25:33 +09:00
Taiki Endo
1268124cb2 Update trivy@latest to 0.64.1 2025-07-04 00:17:40 +09:00
8 changed files with 692 additions and 218 deletions

View File

@@ -10,6 +10,24 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.56.6] - 2025-07-06
- Update `cargo-llvm-cov@latest` to 0.6.17.
- Update `cargo-udeps@latest` to 0.1.57.
## [2.56.5] - 2025-07-06
- Update `cargo-semver-checks@latest` to 0.42.0.
## [2.56.4] - 2025-07-05
- Update `cargo-shear@latest` to 1.3.3.
## [2.56.3] - 2025-07-03
- Update `trivy@latest` to 0.64.1.
## [2.56.2] - 2025-07-02
- Update `vacuum@latest` to 0.17.2.
@@ -4074,7 +4092,11 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.56.2...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.56.6...HEAD
[2.56.6]: https://github.com/taiki-e/install-action/compare/v2.56.5...v2.56.6
[2.56.5]: https://github.com/taiki-e/install-action/compare/v2.56.4...v2.56.5
[2.56.4]: https://github.com/taiki-e/install-action/compare/v2.56.3...v2.56.4
[2.56.3]: https://github.com/taiki-e/install-action/compare/v2.56.2...v2.56.3
[2.56.2]: https://github.com/taiki-e/install-action/compare/v2.56.1...v2.56.2
[2.56.1]: https://github.com/taiki-e/install-action/compare/v2.56.0...v2.56.1
[2.56.0]: https://github.com/taiki-e/install-action/compare/v2.55.4...v2.56.0

View File

@@ -41,7 +41,7 @@ runs:
fi
fi
shell: sh
if: runner.os == 'Linux'
if: runner.os == 'Linux'
- run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
shell: bash
env:

View File

@@ -643,8 +643,8 @@ case "${host_os}" in
else
printf '::group::Install packages required for installation (jq)\n'
mkdir -p -- "${install_action_dir}/jq/bin"
url='https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-amd64.exe'
checksum='7451fbbf37feffb9bf262bd97c54f0da558c63f0748e64152dd87b0a07b6d6ab'
url='https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-windows-amd64.exe'
checksum='23cb60a1354eed6bcc8d9b9735e8c7b388cd1fdcb75726b93bc299ef22dd9334'
(
cd -- "${install_action_dir}/jq/bin"
download_and_checksum "${url}" "${checksum}"

View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.6.16"
"version": "0.6.17"
},
"0.6": {
"version": "0.6.16"
"version": "0.6.17"
},
"0.6.17": {
"x86_64_linux_musl": {
"etag": "0x8DDBC48F6ECBBD5",
"checksum": "68002f4e33a316c4e378c506227f29a8f75e9f7cd701c950a6e98126bc634272"
},
"x86_64_macos": {
"etag": "0x8DDBC4903DB8158",
"checksum": "d25070f61cb5b512c2eb4d800809b9fb834b35cea685d2548fed84abe10112ee"
},
"x86_64_windows": {
"etag": "0x8DDBC4918E44619",
"checksum": "3c9e3874f8dc7720dda8ddecef530aa4821d1c3c6d401db8f5fb3c90a8b5d04a"
},
"aarch64_linux_musl": {
"etag": "0x8DDBC48F5986F62",
"checksum": "c7244f998e53db610e195e8e2419b9fc099a93e0ca9fdd037c3367d7088f3d18"
},
"aarch64_macos": {
"etag": "0x8DDBC494D5752E4",
"checksum": "ea91a9b2ad2b067ab2ad85b0197e0902bf06095b4e53435b86f2b3705eb26a18"
}
},
"0.6.16": {
"x86_64_linux_musl": {

View File

@@ -19,7 +19,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.41.0"
"version": "0.42.0"
},
"0.42": {
"version": "0.42.0"
},
"0.42.0": {
"x86_64_linux_musl": {
"etag": "0x8DDBBD5FDEDAC8D",
"checksum": "5b5d6bb09eb4a7609a216799d6ba8542e8275c2c44d141a6e386b2fc0fcb3f00"
},
"x86_64_macos": {
"etag": "0x8DDBBD5B82E0B97",
"checksum": "5da90847022431ccbf130ae1c567ec3ba09c1bd80806284205aa877f5c48bd2b"
},
"x86_64_windows": {
"etag": "0x8DDBBD6811C615A",
"checksum": "9fea5a3cc6bf48f54cb3424b2c72a6b301bcdf190cc70b9de30512b4f2f6759f"
},
"aarch64_linux_musl": {
"etag": "0x8DDBBD600A48E88",
"checksum": "c6c4a412cef82a7c7680d152c49ec0b16410fa4d3dfa46c49b81dd1a929d6030"
},
"aarch64_macos": {
"etag": "0x8DDBBD5C94337F9",
"checksum": "60ac0d2d2b7689d469d006abc4ea7b1f0b726e15b5abfb1f7b0e5b315553127f"
}
},
"0.41": {
"version": "0.41.0"

View File

@@ -28,13 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE)",
"latest": {
"version": "1.3.2"
"version": "1.3.3"
},
"1": {
"version": "1.3.2"
"version": "1.3.3"
},
"1.3": {
"version": "1.3.2"
"version": "1.3.3"
},
"1.3.3": {
"x86_64_linux_musl": {
"etag": "0x8DDBABFAC90A843",
"checksum": "f79341125a039e613de804d6d749c100dcd91198e08378f5ae7fa3afb184c72b"
},
"x86_64_macos": {
"etag": "0x8DDBABFB055F446",
"checksum": "b3cd045fded923589a5dcdf43918422b51897184bb0edddd9b245c7bdefa8609"
},
"x86_64_windows": {
"etag": "0x8DDBABFCFD2331C",
"checksum": "6956acdf54dce486657dcb1cca3092783513c022ff64b7cedc20e6e3ab8437a8"
},
"aarch64_linux_musl": {
"etag": "0x8DDBABFAE35C73B",
"checksum": "dee8533351d28523673b92f420b6eb1e1eb995ae3059136d966509e08294e887"
},
"aarch64_macos": {
"etag": "0x8DDBABFA7B972F1",
"checksum": "0dafdeb60c88adb3a146f1b7d6813cf9702172ede61cc4f1c1bad20ac0a371f2"
},
"aarch64_windows": {
"etag": "0x8DDBABFC9D1AF56",
"checksum": "6dd95eb4aa3f0da8e0562bb63755ef619d8485230a22a0a55824cd412814072b"
}
},
"1.3.2": {
"x86_64_linux_musl": {

File diff suppressed because it is too large Load Diff

26
manifests/trivy.json generated
View File

@@ -24,10 +24,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)",
"latest": {
"version": "0.64.0"
"version": "0.64.1"
},
"0.64": {
"version": "0.64.0"
"version": "0.64.1"
},
"0.64.1": {
"x86_64_linux_gnu": {
"etag": "0x8DDBA3D4C6732DE",
"checksum": "1a09d86667b3885a8783d1877c9abc8061b2b4e9b403941b22cbd82f10d275a8"
},
"x86_64_macos": {
"etag": "0x8DDBA3D4E2ADC31",
"checksum": "107a874b41c1f0a48849f859b756f500d8be06f2d2b8956a046a97ae38088bf6"
},
"x86_64_windows": {
"etag": "0x8DDBA3D4C6E56C5",
"checksum": "d03bce6326ff75d041f2499e801357d3da6b08a28be085580d9b0bdf84971d12"
},
"aarch64_linux_gnu": {
"etag": "0x8DDBA3D4C3CD009",
"checksum": "a57d4d48a90f8ed875b821fc3078ba5a8572f86e90adfea0995cefd51d583bd7"
},
"aarch64_macos": {
"etag": "0x8DDBA3D4C4000C5",
"checksum": "7489c69948cda032adc2862923222917cd025411abc4bba8517a8d581aed226c"
}
},
"0.64.0": {
"x86_64_linux_gnu": {