mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 10:00:26 +00:00
Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
078fd1effe | ||
|
|
70afd9d53f | ||
|
|
1e57335387 | ||
|
|
491d37bbaa | ||
|
|
8d74873246 | ||
|
|
d85c2f7865 | ||
|
|
e70e8600a5 | ||
|
|
407c37f889 | ||
|
|
4fe29cea12 | ||
|
|
a5b0f889e8 | ||
|
|
aa97aa6c5b | ||
|
|
8fcca280f3 | ||
|
|
a27ef18d36 | ||
|
|
06fef5ea2e | ||
|
|
1045f52d14 | ||
|
|
7b1a05e5c3 | ||
|
|
8a531e998b | ||
|
|
2cab843126 | ||
|
|
6f5fd17aa9 | ||
|
|
5b6fb17aa2 | ||
|
|
c59ffb1fb5 | ||
|
|
4e7dd3f61f |
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -82,6 +82,7 @@ jobs:
|
||||
bash: msys64
|
||||
- os: windows-2025
|
||||
bash: cygwin
|
||||
- os: windows-11-arm
|
||||
- os: windows-2022
|
||||
tool: major.minor.patch
|
||||
- os: windows-2022
|
||||
@@ -139,7 +140,7 @@ jobs:
|
||||
if [[ "$(cargo binstall -V)" != "$(jq -r '.latest.version' manifests/cargo-binstall.json)" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
if: matrix.bash != 'cygwin'
|
||||
if: matrix.bash != 'cygwin' && matrix.os != 'windows-11-arm'
|
||||
|
||||
test-container:
|
||||
strategy:
|
||||
|
||||
46
CHANGELOG.md
46
CHANGELOG.md
@@ -10,9 +10,45 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.55.2] - 2025-06-30
|
||||
|
||||
- Update `zizmor@latest` to 1.11.0.
|
||||
|
||||
- Update `cargo-dinghy@latest` to 0.8.1.
|
||||
|
||||
## [2.55.1] - 2025-06-30
|
||||
|
||||
- Update `vacuum@latest` to 0.17.1.
|
||||
|
||||
- Update `typos@latest` to 1.34.0.
|
||||
|
||||
## [2.55.0] - 2025-06-30
|
||||
|
||||
- Support `vacuum`. ([#1016](https://github.com/taiki-e/install-action/pull/1016), thanks @jayvdb)
|
||||
|
||||
- Update `cargo-shear@latest` to 1.3.2.
|
||||
|
||||
## [2.54.3] - 2025-06-28
|
||||
|
||||
- Update `cargo-careful@latest` to 0.4.8.
|
||||
|
||||
## [2.54.2] - 2025-06-27
|
||||
|
||||
- Update `rclone@latest` to 1.70.2.
|
||||
|
||||
- Update `zizmor@latest` to 1.10.0.
|
||||
|
||||
## [2.54.1] - 2025-06-25
|
||||
|
||||
- Update `wasmtime@latest` to 34.0.1.
|
||||
|
||||
- Update `cargo-tarpaulin@latest` to 0.32.8.
|
||||
|
||||
- Update `knope@latest` to 0.21.0.
|
||||
|
||||
## [2.54.0] - 2025-06-22
|
||||
|
||||
- Add `cyclonedx` ([#1000](https://github.com/taiki-e/install-action/pull/1000), thanks @jayvdb)
|
||||
- Support `cyclonedx`. ([#1000](https://github.com/taiki-e/install-action/pull/1000), thanks @jayvdb)
|
||||
|
||||
- Update `wasmtime@latest` to 34.0.0.
|
||||
|
||||
@@ -4014,7 +4050,13 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.54.0...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.55.2...HEAD
|
||||
[2.55.2]: https://github.com/taiki-e/install-action/compare/v2.55.1...v2.55.2
|
||||
[2.55.1]: https://github.com/taiki-e/install-action/compare/v2.55.0...v2.55.1
|
||||
[2.55.0]: https://github.com/taiki-e/install-action/compare/v2.54.3...v2.55.0
|
||||
[2.54.3]: https://github.com/taiki-e/install-action/compare/v2.54.2...v2.54.3
|
||||
[2.54.2]: https://github.com/taiki-e/install-action/compare/v2.54.1...v2.54.2
|
||||
[2.54.1]: https://github.com/taiki-e/install-action/compare/v2.54.0...v2.54.1
|
||||
[2.54.0]: https://github.com/taiki-e/install-action/compare/v2.53.2...v2.54.0
|
||||
[2.53.2]: https://github.com/taiki-e/install-action/compare/v2.53.1...v2.53.2
|
||||
[2.53.1]: https://github.com/taiki-e/install-action/compare/v2.53.0...v2.53.1
|
||||
|
||||
3
TOOLS.md
3
TOOLS.md
@@ -66,6 +66,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
||||
| [**trivy**](https://github.com/aquasecurity/trivy) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/aquasecurity/trivy/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE) |
|
||||
| [**trunk**](https://github.com/trunk-rs/trunk) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/trunk-rs/trunk/releases) | Linux, macOS, Windows | [MIT](https://github.com/trunk-rs/trunk/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/trunk-rs/trunk/blob/main/LICENSE-APACHE) |
|
||||
| [**typos**](https://github.com/crate-ci/typos) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/crate-ci/typos/releases) | Linux, macOS, Windows | [MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE) |
|
||||
| [**vacuum**](https://github.com/daveshanley/vacuum) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/daveshanley/vacuum/releases) | Linux, macOS, Windows | [MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE) |
|
||||
| [**valgrind**](https://valgrind.org/) | `/snap/bin` | [snap](https://snapcraft.io/install/valgrind/ubuntu) | Linux | [GPL-2.0](https://sourceware.org/git/?p=valgrind.git;a=blob;f=COPYING;hb=HEAD) |
|
||||
| [**wait-for-them**](https://github.com/shenek/wait-for-them) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/shenek/wait-for-them/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7) |
|
||||
| [**wash**](https://github.com/wasmCloud/wasmCloud) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasmCloud/wasmCloud/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE) |
|
||||
@@ -75,6 +76,6 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
||||
| [**xbuild**](https://github.com/rust-mobile/xbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-mobile/xbuild/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/rust-mobile/xbuild/blob/v0.2.0/xbuild/Cargo.toml#L7) |
|
||||
| [**xh**](https://github.com/ducaale/xh) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/ducaale/xh/releases) | Linux, macOS, Windows | [MIT](https://github.com/ducaale/xh/blob/master/LICENSE) |
|
||||
| [**zizmor**](https://github.com/zizmorcore/zizmor) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/zizmorcore/zizmor/releases) | Linux, macOS, Windows | [MIT](https://github.com/zizmorcore/zizmor/blob/main/LICENSE) |
|
||||
| [**zola**](https://github.com/getzola/zola) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/getzola/zola/releases) | Linux, macOS, Windows | [MIT](https://github.com/getzola/zola/blob/master/LICENSE) |
|
||||
| [**zola**](https://github.com/getzola/zola) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/getzola/zola/releases) | Linux, macOS, Windows | [MIT](https://github.com/getzola/zola/blob/master/LICENSE) |
|
||||
|
||||
[cargo-binstall]: https://github.com/cargo-bins/cargo-binstall
|
||||
|
||||
7
main.sh
7
main.sh
@@ -538,7 +538,10 @@ case "$(uname -m)" in
|
||||
# https://github.com/actions/runner/blob/v2.321.0/.github/workflows/build.yml#L21
|
||||
# https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners#supported-architectures-and-operating-systems-for-self-hosted-runners
|
||||
# So we can assume x86_64 unless it is AArch64 or Arm.
|
||||
*) host_arch=x86_64 ;;
|
||||
*)
|
||||
# TODO: uname -m on windows-11-arm returns "x86_64"
|
||||
host_arch=x86_64
|
||||
;;
|
||||
esac
|
||||
info "host platform: ${host_arch}_${host_os}"
|
||||
|
||||
@@ -819,7 +822,7 @@ for tool in "${tools[@]}"; do
|
||||
# cargo-zigbuild has no --version flag on `cargo zigbuild` subcommand.
|
||||
cargo-zigbuild) rx "${tool_bin_stem}" --version ;;
|
||||
# deepsource has version command instead of --version flag.
|
||||
deepsource) rx "${tool_bin_stem}" version ;;
|
||||
deepsource | vacuum) rx "${tool_bin_stem}" version ;;
|
||||
cargo-*)
|
||||
case "${tool_bin_stem}" in
|
||||
# cargo-valgrind 2.1.0's --version flag just calls cargo's --version flag
|
||||
|
||||
21
manifests/cargo-careful.json
generated
21
manifests/cargo-careful.json
generated
@@ -3,10 +3,27 @@
|
||||
"template": null,
|
||||
"license_markdown": "[MIT](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.4.7"
|
||||
"version": "0.4.8"
|
||||
},
|
||||
"0.4": {
|
||||
"version": "0.4.7"
|
||||
"version": "0.4.8"
|
||||
},
|
||||
"0.4.8": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/RalfJung/cargo-careful/releases/download/v0.4.8/cargo-careful-x86_64-unknown-linux-musl",
|
||||
"etag": "0x8DDB61A17F9E28C",
|
||||
"checksum": "005394c8fe43f8f759dd7c7acbb3aee4e824651d29e8c4779f03e30ac9f7f2d8"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/RalfJung/cargo-careful/releases/download/v0.4.8/cargo-careful-x86_64-apple-darwin",
|
||||
"etag": "0x8DDB61A17F88483",
|
||||
"checksum": "a77f01f08f01655d37094ed702874012f74cf3e55a265fcaba0b634dd335fa7e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/RalfJung/cargo-careful/releases/download/v0.4.8/cargo-careful-windows.exe",
|
||||
"etag": "0x8DDB61A17F6FF9F",
|
||||
"checksum": "89cf667991f6ed681a0ed29128d27f6c7efc74dd26867c33cf2d5956ceb32498"
|
||||
}
|
||||
},
|
||||
"0.4.7": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
14
manifests/cargo-dinghy.json
generated
14
manifests/cargo-dinghy.json
generated
@@ -12,10 +12,20 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/sonos/dinghy/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/sonos/dinghy/blob/main/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.8.0"
|
||||
"version": "0.8.1"
|
||||
},
|
||||
"0.8": {
|
||||
"version": "0.8.0"
|
||||
"version": "0.8.1"
|
||||
},
|
||||
"0.8.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDB80A9802C524",
|
||||
"checksum": "15351a72e44382c7534b6096d372bd7fa1fe730e4e1aa7f2da18c8686eb20869"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB80AAA03E5B9",
|
||||
"checksum": "5f450dffb9f681a647ecd47206ae241c5209ca5914bb5b8092b80d9060514821"
|
||||
}
|
||||
},
|
||||
"0.8.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
32
manifests/cargo-shear.json
generated
32
manifests/cargo-shear.json
generated
@@ -28,13 +28,39 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.3.1"
|
||||
"version": "1.3.2"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.3.1"
|
||||
"version": "1.3.2"
|
||||
},
|
||||
"1.3": {
|
||||
"version": "1.3.1"
|
||||
"version": "1.3.2"
|
||||
},
|
||||
"1.3.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDB78764A358D0",
|
||||
"checksum": "534ee2c30dfb0b8ef4fa4a9d84e4d793336befc7c19487d68e3701ba8ec123fb"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB787681CFDC2",
|
||||
"checksum": "0be8fdb78c701cdc9c01594cecabf3bc76e09ceff58f1b5093473bf2da4724cb"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDB787C26E2CF5",
|
||||
"checksum": "301c188e7d9ef3724bdafd97ee293c75aa7b17ab1d7a657c10486d5bb6d41ed6"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDB78768E9EE7A",
|
||||
"checksum": "d6a39d3fa7cbb0d7a73c30ade4a124f6b3104f86554a086c6cc611091e08b917"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDB7876884251B",
|
||||
"checksum": "07f8e731507e5969274f1a45da1f0bdfb7610e2d690146c87a50aa7497cdac96"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDB787927FE30D",
|
||||
"checksum": "fb02a721dd0a015d1a94cb4f0bc2b8d169573ec3a7e6c0bff469ff2377555203"
|
||||
}
|
||||
},
|
||||
"1.3.1": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
26
manifests/cargo-tarpaulin.json
generated
26
manifests/cargo-tarpaulin.json
generated
@@ -19,10 +19,32 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.32.7"
|
||||
"version": "0.32.8"
|
||||
},
|
||||
"0.32": {
|
||||
"version": "0.32.7"
|
||||
"version": "0.32.8"
|
||||
},
|
||||
"0.32.8": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDB215535279BA",
|
||||
"checksum": "d546df892e02f7120508280c546db8e2d56148b258be36c238b14f3186d8ef80"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB215269388C9",
|
||||
"checksum": "de4371107a42f279d8a0337f073aa66d34761cc7fee3afd22315eacb729ebdee"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDB21560742AD5",
|
||||
"checksum": "2a87e36c0d993e486c9f408cf4b745b542320af929251260ab8e7b89fccfaa6d"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDB2153D1D29A9",
|
||||
"checksum": "764916131368e8d2244155ce3a5c7541b408f7b26d3005f4cfb3595c4527ade7"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDB215092312B5",
|
||||
"checksum": "018230878cee4190039509b79fd593213cdc04518b5e4bf0f50ee6e51444731a"
|
||||
}
|
||||
},
|
||||
"0.32.7": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
31
manifests/knope.json
generated
31
manifests/knope.json
generated
@@ -3,7 +3,36 @@
|
||||
"template": null,
|
||||
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.20.0"
|
||||
"version": "0.21.0"
|
||||
},
|
||||
"0.21": {
|
||||
"version": "0.21.0"
|
||||
},
|
||||
"0.21.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.0/knope-x86_64-unknown-linux-musl.tgz",
|
||||
"etag": "0x8DDB1FE8EF93955",
|
||||
"checksum": "71b64bf797677e596e2caec3098641e9bdce5a0d4034f23db0cf2f041b2d8a29",
|
||||
"bin": "knope-x86_64-unknown-linux-musl/knope"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.0/knope-x86_64-apple-darwin.tgz",
|
||||
"etag": "0x8DDB1FE8EE6B093",
|
||||
"checksum": "88b92ffbee8745ecb4774fdb1fcf2bd73ecfc8375a3520cbc0ba3ea204b063d9",
|
||||
"bin": "knope-x86_64-apple-darwin/knope"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.0/knope-x86_64-pc-windows-msvc.tgz",
|
||||
"etag": "0x8DDB1FE8EEB3F48",
|
||||
"checksum": "ef09419e61a8bf030f955dcce397bfc32762d2c9c0bfe331a38064c0e764d64c",
|
||||
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.0/knope-aarch64-apple-darwin.tgz",
|
||||
"etag": "0x8DDB1FE8EE221D7",
|
||||
"checksum": "e71cdc6e43867b1e78c520b35e2e090ca5deb9fc0af751b3aca61745e72f5627",
|
||||
"bin": "knope-aarch64-apple-darwin/knope"
|
||||
}
|
||||
},
|
||||
"0.20": {
|
||||
"version": "0.20.0"
|
||||
|
||||
32
manifests/rclone.json
generated
32
manifests/rclone.json
generated
@@ -28,13 +28,39 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/rclone/rclone/blob/master/COPYING)",
|
||||
"latest": {
|
||||
"version": "1.70.1"
|
||||
"version": "1.70.2"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.70.1"
|
||||
"version": "1.70.2"
|
||||
},
|
||||
"1.70": {
|
||||
"version": "1.70.1"
|
||||
"version": "1.70.2"
|
||||
},
|
||||
"1.70.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDB57C49ABBEF9",
|
||||
"checksum": "7bfa813f426820d20436e48a4e0b9bf21977fcd513a48f2d28eede3136b4bacb"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB57D3AC9D274",
|
||||
"checksum": "36b5b4c24b42c1a43f2c43127cbda366e23c0b7eb3b2ce6d864ea5db1f370ffc"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDB57D7595F420",
|
||||
"checksum": "33754d8b3ed6dbade30883d497cf6abd10243de339298513acd28ab7bafe6bbb"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDB57C8643BEE1",
|
||||
"checksum": "f79595d23fe45bac9d2a159562ab5e22dcb8b057fa9c7a2248d3541573e9e0a7"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDB57D45F31D41",
|
||||
"checksum": "8f9fac1e984089d4fdef49b09aef29586656713a5ca09f21a58de517a20213c7"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDB57D7D3497D1",
|
||||
"checksum": "05cef519b98660d5e9322faec0ecf75667f81a731f2e1d4a3388895b5eefb9e3"
|
||||
}
|
||||
},
|
||||
"1.70.1": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
29
manifests/typos.json
generated
29
manifests/typos.json
generated
@@ -19,10 +19,35 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "1.33.1"
|
||||
"version": "1.34.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.33.1"
|
||||
"version": "1.34.0"
|
||||
},
|
||||
"1.34": {
|
||||
"version": "1.34.0"
|
||||
},
|
||||
"1.34.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDB7E33F3C1341",
|
||||
"checksum": "883051642fb941bb6b3769fed2971ac24df7ace6eab584d74394fa6444691013"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB7E36095A034",
|
||||
"checksum": "551516c54f0606ff94b31735628eef4d42102c882bcd20c126d5506e66e24a67"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDB7E378901141",
|
||||
"checksum": "a4b7adcf26ffd6c6609092401f5192a3dc73bb8d26a1f56a64160f73873e4a79"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDB7E3712B27F0",
|
||||
"checksum": "499b24962a49dc5dc1c2be71132a7f26eb2061ebb1c91de5cfb6dc417ad52a13"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDB7E35CBB102C",
|
||||
"checksum": "7df419f677dc5f3bbfb434e39632c468cdabee599b120e74205ad9a40217a75a"
|
||||
}
|
||||
},
|
||||
"1.33": {
|
||||
"version": "1.33.1"
|
||||
|
||||
82
manifests/vacuum.json
generated
Normal file
82
manifests/vacuum.json
generated
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"rust_crate": null,
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_linux_x86_64.tar.gz"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_darwin_x86_64.tar.gz"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_windows_x86_64.tar.gz"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_linux_arm64.tar.gz"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_darwin_arm64.tar.gz"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_windows_arm64.tar.gz"
|
||||
}
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.17.1"
|
||||
},
|
||||
"0.17": {
|
||||
"version": "0.17.1"
|
||||
},
|
||||
"0.17.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDB7E312775CF9",
|
||||
"checksum": "2b7adc7aa3f03295e39a87aef739771ddb37b2cbabcd7677bae296128c54c965"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB7E311AB7C36",
|
||||
"checksum": "90e5b50b124657073778b850c116a342e2c0fa7db954dc224fce86eff2c36f7d"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDB7E3127D70B9",
|
||||
"checksum": "d0b8e50e8665d529eeac90c023fc99278d082cb8206cdf387e8a20114128b566"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDB7E311C72282",
|
||||
"checksum": "681aa237643f908017def4707008d06401381be88a421d6aa01837480ecdf079"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDB7E311BAAD67",
|
||||
"checksum": "713a89d7cc7e5ce273e7b76edcfdd6ea821adb5116e122b24038b5de7f782cb0"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDB7E31272598A",
|
||||
"checksum": "8335ad42df4eaa95f33edbcdcc2f518960b9b9aa521612b1b5f1f6057a897149"
|
||||
}
|
||||
},
|
||||
"0.17.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDA6B83F4D30AC",
|
||||
"checksum": "8f0361fbe9e2d7442782e98edecdb19b2e75d56ac45f4bb192588d03f57b64f9"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDA6B83FD942AE",
|
||||
"checksum": "11019c1e93b8c95f51126e1af28d2cc62c5fc90ba7e10846973c876a27612352"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDA6B83F525AFD",
|
||||
"checksum": "4514ab364f376cb93f4cff23126271b0798b857ece23dd7bc76dac867b8246a0"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDA6B83F471D03",
|
||||
"checksum": "deb21f4d4db3675c51bc770ae01d6603ea0bdc01fc1fb94f894db3f34bdc9264"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDA6B83FEDC506",
|
||||
"checksum": "dd3b43fa596345ef63c762d1abaae15ecb5b6cec3d721fcfced260f7e6793178"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDA6B83FD85952",
|
||||
"checksum": "2696849761308517cfa1ee6e5ab37459d99af05dce0f02f8f539ed67dcabfa55"
|
||||
}
|
||||
}
|
||||
}
|
||||
118
manifests/wasmtime.json
generated
118
manifests/wasmtime.json
generated
@@ -28,13 +28,39 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "34.0.0"
|
||||
"version": "34.0.1"
|
||||
},
|
||||
"34": {
|
||||
"version": "34.0.0"
|
||||
"version": "34.0.1"
|
||||
},
|
||||
"34.0": {
|
||||
"version": "34.0.0"
|
||||
"version": "34.0.1"
|
||||
},
|
||||
"34.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DDB33F56FBEAA9",
|
||||
"checksum": "861714e8332d77109ece7f34afca47548408779286f32756f62ab1c77eae4117"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB33F5816F231",
|
||||
"checksum": "7205a19e2b85b7feec5fc55738a01a33379d21165dc9f35246a3718ec6771e22"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDB33F5C7B0311",
|
||||
"checksum": "5ac620948dce08d61f66dc49196706244ae53486988fb06a09a43060f2bdec90"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DDB33F486BC458",
|
||||
"checksum": "fe7ade6d6e70393475bdb5c32e19bb8eda6fe8cbc2f65f68173eb5dec46dfd2d"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDB33F4970EB7B",
|
||||
"checksum": "9aec24822004900385eca7666d46a2b63d632896b9beecc0a1d100fb40470ff4"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDB33F4BA48C4E",
|
||||
"checksum": "233ec011ffdb9bb7e090710b91ef498f9bdaf63deee1c36c8a986ef26f3fb143"
|
||||
}
|
||||
},
|
||||
"34.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
@@ -63,10 +89,36 @@
|
||||
}
|
||||
},
|
||||
"33": {
|
||||
"version": "33.0.0"
|
||||
"version": "33.0.1"
|
||||
},
|
||||
"33.0": {
|
||||
"version": "33.0.0"
|
||||
"version": "33.0.1"
|
||||
},
|
||||
"33.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DDB33F0F3BDDBB",
|
||||
"checksum": "8147cafabde942abff1d942575d235a71d8cd34f7a6bd39976f9f02f615b0f9a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB33F104E3C78",
|
||||
"checksum": "8ce5d76500937c6a53258e6ec945ab6129077bc458ea20eab23cc7163ed451a3"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDB33F14A7AAE8",
|
||||
"checksum": "645b5493d1b97c4d2322b9e1a546da2c04a33d0776fe868ad800b98f1f4156be"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DDB33F013E51F3",
|
||||
"checksum": "ca1b254c3d2c231f9c0dd067b257e785a820f032aa87cb1cea62e77cd4350cc6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDB33F024C6FB1",
|
||||
"checksum": "6c7082e59c157a890a19ce4e14dee2591383a1d0bdec0e6b108b6e4e36223424"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDB33F04847867",
|
||||
"checksum": "fa3f2a4a09b19f9d80ec48cdc8bd326416b23159905f728da254a7f58ef4312d"
|
||||
}
|
||||
},
|
||||
"33.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
@@ -95,10 +147,36 @@
|
||||
}
|
||||
},
|
||||
"32": {
|
||||
"version": "32.0.0"
|
||||
"version": "32.0.1"
|
||||
},
|
||||
"32.0": {
|
||||
"version": "32.0.0"
|
||||
"version": "32.0.1"
|
||||
},
|
||||
"32.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DDB33A80C3E546",
|
||||
"checksum": "52f9deb5f0cb6775b1b5ae3e52a155a818c4860c0888366e470d23419c37a167"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB33A81FB07C8",
|
||||
"checksum": "c525950cbf6b5c76f84dbae88229809f3764ba8906a36a6c1b5b86a8ffe3b3e3"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDB33A863771E4",
|
||||
"checksum": "3c277307ead4876381cf3f5da52463786d78c1eb0aa4c6c155fc1aedb29c9424"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DDB33A72F0958F",
|
||||
"checksum": "07bcbcb87bd88164398e73745f31fd20449262b00685de66fea7b7981bee60d9"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDB33A73F37548",
|
||||
"checksum": "96f90da644994e917e360a2f8d456dcb17e3e72cc1594eaa84917edf2a9c8db7"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDB33A76528929",
|
||||
"checksum": "cb743ada4bc9a9e5d2c5a32487e143d8b56e7bad377cb7775fd4c3aed381299e"
|
||||
}
|
||||
},
|
||||
"32.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
@@ -543,10 +621,32 @@
|
||||
}
|
||||
},
|
||||
"24": {
|
||||
"version": "24.0.2"
|
||||
"version": "24.0.3"
|
||||
},
|
||||
"24.0": {
|
||||
"version": "24.0.2"
|
||||
"version": "24.0.3"
|
||||
},
|
||||
"24.0.3": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DDB33E055AD88B",
|
||||
"checksum": "c71393cadea81f8d40c68241feb85af4215b51c929bda045f26b5cc5b1b22e52"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB33E06944285",
|
||||
"checksum": "ccfb24b2ea38af0cb7d5a269cc62e7f2cf249b8518a5f20e07e61e27a4c02ae5"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDB33E0B75F711",
|
||||
"checksum": "9c2dfa86b2c6c452860675cd3cf20d012619dac2d4127381713052a39011b529"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DDB33DFB7E1074",
|
||||
"checksum": "8039f4515c5c2c20b15a2ecff9e7463c1d685af1c195e53d4972f4be5adc851f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDB33DFCBF60CC",
|
||||
"checksum": "6c5fb185bc48382e03acb931848410969dc7e22c77ce5a5577022d9216840fab"
|
||||
}
|
||||
},
|
||||
"24.0.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
54
manifests/zizmor.json
generated
54
manifests/zizmor.json
generated
@@ -19,10 +19,60 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/zizmorcore/zizmor/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.9.0"
|
||||
"version": "1.11.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.9.0"
|
||||
"version": "1.11.0"
|
||||
},
|
||||
"1.11": {
|
||||
"version": "1.11.0"
|
||||
},
|
||||
"1.11.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DDB809EF54050C",
|
||||
"checksum": "da35e666827cbb1e6ca98b18b7969657b9f186467bfebfa25e730aac527c36f8"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB809EEEC6921",
|
||||
"checksum": "a1f60dd09527ce546ff86e49ebfa1ab4a6c5d16365662e6932f8d0f46fbb18b2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDB809EEF255DF",
|
||||
"checksum": "35e038bdbde6fcfdf947c947c7c3fc83c5043e0ded0e5b0d59c30c8eda97fd3a"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DDB809EEFAB0EF",
|
||||
"checksum": "ce6d71e796b7d3663449151b08cee7c659f89bf36095c432e25169c857f479f0"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDB809EEF9EE76",
|
||||
"checksum": "7cf59f08cb50f539ab9ddc6be1d463c81e31f5b189d148fc6f786adf9fc42a5f"
|
||||
}
|
||||
},
|
||||
"1.10": {
|
||||
"version": "1.10.0"
|
||||
},
|
||||
"1.10.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DDB4E0F4BF6019",
|
||||
"checksum": "83d2f9ce5980f973b627da05680ec21c858ce777593a492997ff70d2735df1b6"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDB4E0F470FC1D",
|
||||
"checksum": "f05fd250141a5ffce568640726500cad301ce459893c4a9748c1481e32d4a79f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDB4E0F47197E7",
|
||||
"checksum": "8ad4052bf32a6016b5f1cca941ac362081f1433e0454b7e6409256a4436a1685"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DDB4E0F46659BB",
|
||||
"checksum": "7c8c3f30c83deafd91f49943a81e962d0ac40645d4648851a615a34ccc3ba183"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDB4E0F4687A33",
|
||||
"checksum": "366a025f7c2576fba04fa63108895c3a9adbccad23bd589ffbaacbc79693c95e"
|
||||
}
|
||||
},
|
||||
"1.9": {
|
||||
"version": "1.9.0"
|
||||
|
||||
@@ -124,7 +124,10 @@ esac
|
||||
case "$(uname -m)" in
|
||||
aarch64 | arm64) host_arch=aarch64 ;;
|
||||
xscale | arm | armv*l) bail "32-bit Arm runner is not supported yet by this action; if you need support for this platform, please submit an issue at <https://github.com/taiki-e/install-action>" ;;
|
||||
*) host_arch=x86_64 ;;
|
||||
*)
|
||||
# TODO: uname -m on windows-11-arm returns "x86_64"
|
||||
host_arch=x86_64
|
||||
;;
|
||||
esac
|
||||
|
||||
tools=()
|
||||
|
||||
25
tools/codegen/base/vacuum.json
Normal file
25
tools/codegen/base/vacuum.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"repository": "https://github.com/daveshanley/vacuum",
|
||||
"tag_prefix": "v",
|
||||
"version_range": ">= 0.17.0",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {
|
||||
"asset_name": "${package}_${version}_linux_x86_64.tar.gz"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"asset_name": "${package}_${version}_darwin_x86_64.tar.gz"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}_${version}_windows_x86_64.tar.gz"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"asset_name": "${package}_${version}_linux_arm64.tar.gz"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"asset_name": "${package}_${version}_darwin_arm64.tar.gz"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"asset_name": "${package}_${version}_windows_arm64.tar.gz"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user