Compare commits

...

18 Commits

Author SHA1 Message Date
Taiki Endo
0abfcd587b Release 2.75.7 2026-04-11 18:33:12 +00:00
Taiki Endo
cf81fe383b Update covgate@latest to 0.1.4 2026-04-11 18:29:28 +00:00
Taiki Endo
e8aec859b7 Update wasm-bindgen@latest to 0.2.118 2026-04-11 17:20:44 +00:00
Taiki Endo
d053c7f943 Release 2.75.6 2026-04-11 17:05:39 +00:00
Taiki Endo
9019f2ebb5 Update mise@latest to 2026.4.8 2026-04-11 12:30:04 +00:00
Taiki Endo
1b07fb7459 Update cargo-deny@latest to 0.19.1 2026-04-11 12:30:04 +00:00
Taiki Endo
be1e8a8637 Update vacuum manifest 2026-04-11 00:52:14 +00:00
Taiki Endo
1cc7501bf8 Update gungraun-runner manifest 2026-04-11 00:52:14 +00:00
Taiki Endo
44afe623be Update covgate manifest 2026-04-10 18:37:40 +00:00
Taiki Endo
7a4939c096 Release 2.75.5 2026-04-10 17:38:05 +00:00
Taiki Endo
7e0318acc6 Update wasm-bindgen manifest 2026-04-10 17:27:32 +00:00
Taiki Endo
2cc23c5dad Update biome@latest to 2.4.11 2026-04-10 17:27:32 +00:00
Taiki Endo
398d535c7e Update wasmtime manifest 2026-04-11 02:14:03 +09:00
Taiki Endo
f5624998da Update uv@latest to 0.11.6 2026-04-10 15:34:16 +00:00
Taiki Endo
992d50db8b Update mise@latest to 2026.4.7 2026-04-10 15:34:16 +00:00
Taiki Endo
ea5c6b4f9e Update gungraun-runner@latest to 0.18.0 2026-04-10 15:34:16 +00:00
Taiki Endo
10db9b5ea8 Update cargo-deny manifest 2026-04-10 15:34:16 +00:00
Taiki Endo
02cc5f8ca9 Touch up comment on unset 2026-04-10 16:52:13 +09:00
11 changed files with 292 additions and 29 deletions

View File

@@ -10,6 +10,30 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.75.7] - 2026-04-11
- Update `covgate@latest` to 0.1.4.
- Update `wasm-bindgen@latest` to 0.2.118.
## [2.75.6] - 2026-04-11
- Update `mise@latest` to 2026.4.8.
- Update `cargo-deny@latest` to 0.19.1.
## [2.75.5] - 2026-04-10
- Update `biome@latest` to 2.4.11.
- Update `wasmtime@latest` to 43.0.1.
- Update `uv@latest` to 0.11.6.
- Update `mise@latest` to 2026.4.7.
- Update `gungraun-runner@latest` to 0.18.0.
## [2.75.4] - 2026-04-10
- Enhance security when cargo-binstall fallback is enabled. ([08a38582](https://github.com/taiki-e/install-action/commit/08a38582e35739e1fda5e4cd298e348536a1ddaa), [ba626b4d](https://github.com/taiki-e/install-action/commit/ba626b4d71edcae17f6ca956b7b81e925b2d24ef))
@@ -6197,7 +6221,10 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.4...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.7...HEAD
[2.75.7]: https://github.com/taiki-e/install-action/compare/v2.75.6...v2.75.7
[2.75.6]: https://github.com/taiki-e/install-action/compare/v2.75.5...v2.75.6
[2.75.5]: https://github.com/taiki-e/install-action/compare/v2.75.4...v2.75.5
[2.75.4]: https://github.com/taiki-e/install-action/compare/v2.75.3...v2.75.4
[2.75.3]: https://github.com/taiki-e/install-action/compare/v2.75.2...v2.75.3
[2.75.2]: https://github.com/taiki-e/install-action/compare/v2.75.1...v2.75.2

View File

@@ -630,10 +630,9 @@ esac
# Unlike gh command, cargo-binstall reads GITHUB_TOKEN first via cli parser, and then reads GH_TOKEN.
# https://github.com/cargo-bins/cargo-binstall/blob/v1.17.9/crates/bin/src/args.rs#L704
token="${GITHUB_TOKEN:-"${GH_TOKEN:-"${DEFAULT_GITHUB_TOKEN:-}"}"}"
# This prevents tokens from being displayed to subprocesses via environment variables.
# Since the tokens remain in the parent process's environment variables, and since unset may not
# immediately cleanse memory, setting `fallback: none` (which prevents the tokens from being set
# in the first place) remains the best practice from a security standpoint, as readme says.
# This prevents tokens from being exposed to subprocesses via environment variables.
# Since the tokens remain in memory, setting `fallback: none` (which prevents the tokens from being
# set in the first place) remains the best practice from a security standpoint, as readme says.
unset GITHUB_TOKEN GH_TOKEN DEFAULT_GITHUB_TOKEN
case "${host_os}" in

6
manifests/biome.json generated
View File

@@ -3,13 +3,13 @@
"template": null,
"license_markdown": "[Apache-2.0](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/biomejs/biome/blob/main/LICENSE-MIT)",
"latest": {
"version": "2.4.10"
"version": "2.4.11"
},
"2": {
"version": "2.4.10"
"version": "2.4.11"
},
"2.4": {
"version": "2.4.10"
"version": "2.4.11"
},
"2.4.11": {
"x86_64_linux_musl": {

View File

@@ -24,10 +24,32 @@
},
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.19.0"
"version": "0.19.1"
},
"0.19": {
"version": "0.19.0"
"version": "0.19.1"
},
"0.19.1": {
"x86_64_linux_musl": {
"etag": "0x8DE96F183A112FE",
"hash": "baa0d618ce06bd1fb352115de47e31acba439c3e639b990dc43429c948364d70"
},
"x86_64_macos": {
"etag": "0x8DE96F1880BF6C5",
"hash": "aaf5970ea5241cbf552fc14dea1e8cc788b25a6b3d77f2729692964d0f4142c8"
},
"x86_64_windows": {
"etag": "0x8DE96F1B5ECB7E2",
"hash": "0b60886df60629e68511bc2445d249d3646390db47e78f60ea8094606f4b606a"
},
"aarch64_linux_musl": {
"etag": "0x8DE96F18AF78F66",
"hash": "8f09b71258750bc58c828e47bb73d75500a43feea3c07af923002ca4869c2be1"
},
"aarch64_macos": {
"etag": "0x8DE96F1661BFBFD",
"hash": "d8a162b2595117101b6769ba678bd3396e5d3fcb49612f385d7a9f6acf1c30b4"
}
},
"0.19.0": {
"x86_64_linux_musl": {

22
manifests/covgate.json generated
View File

@@ -20,10 +20,28 @@
},
"license_markdown": "[Apache-2.0](https://github.com/jesse-black/covgate/blob/main/LICENSE)",
"latest": {
"version": "0.1.3"
"version": "0.1.4"
},
"0.1": {
"version": "0.1.3"
"version": "0.1.4"
},
"0.1.4": {
"x86_64_linux_musl": {
"etag": "0x8DE97290157DE06",
"hash": "443bcdb2d5bd550c374f9721a6663a42d0d402955cbd32bb61b3b875a04bc80f"
},
"x86_64_windows": {
"etag": "0x8DE9729014F3532",
"hash": "fcd6971cbcb58181b85042f6f80eb2a4e05bccfa1450aa203083dd6f95a14254"
},
"aarch64_linux_musl": {
"etag": "0x8DE97290159FE80",
"hash": "15477ecb35695955ebaf6677a18a94fe5ac50dadc9985f277651e5c9b0ea4471"
},
"aarch64_macos": {
"etag": "0x8DE9729015A4C45",
"hash": "af6713df579260053b1b5054f0750febc8e456ba54041154900fe19cf51f3160"
}
},
"0.1.3": {
"x86_64_linux_musl": {

View File

@@ -24,7 +24,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/gungraun/gungraun/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/gungraun/gungraun/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.17.2"
"version": "0.18.0"
},
"0.18": {
"version": "0.18.0"
},
"0.18.1": {
"x86_64_linux_musl": {
"etag": "0x8DE9748264D41CC",
"hash": "8e085908f9de28f4e4b599f171aff61e72342481c5af3a8086ed800be8e17a35"
},
"aarch64_linux_gnu": {
"etag": "0x8DE97471C4DE6D4",
"hash": "46b29d7bb529062256b28eca27d26c6f5ca1943a627f9dd024d7641b604ecf11"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE974857C237F9",
"hash": "c7833abfdd55440b8be85e854e7b673c6cd8933c85517eb6309dfee31079f4a7"
},
"riscv64_linux_gnu": {
"etag": "0x8DE974839AFEA4F",
"hash": "3374713f6e77b0f5329674a9d03bc0ed9ee5e899a9ad0d23382cff247097e8e0"
},
"s390x_linux_gnu": {
"etag": "0x8DE97483DFFED3C",
"hash": "997d992f59088c1d7b77cc4906f5c28fcbc1c59e01ecd5442ebcdeae9e47d87c"
}
},
"0.18.0": {
"x86_64_linux_musl": {

32
manifests/mise.json generated
View File

@@ -28,13 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": {
"version": "2026.4.6"
"version": "2026.4.8"
},
"2026": {
"version": "2026.4.6"
"version": "2026.4.8"
},
"2026.4": {
"version": "2026.4.6"
"version": "2026.4.8"
},
"2026.4.8": {
"x86_64_linux_musl": {
"etag": "0x8DE96FA8585A4DB",
"hash": "9d670988a11e6af1a478fc2037b55af90c51e4f3bc538fe684b18b71c5a5fc4e"
},
"x86_64_macos": {
"etag": "0x8DE96FA882F0282",
"hash": "b8dd35a066ed7ccfba1c9217db04cd15f0f3976f06b1c59b99a9f38122a35bd6"
},
"x86_64_windows": {
"etag": "0x8DE96FA88E8CF31",
"hash": "6bc622404bcfda0bca3f87a69dfd3ea83b2da92a0e06596c2fd4953b4ab10c5a"
},
"aarch64_linux_musl": {
"etag": "0x8DE96FA8212FBA0",
"hash": "a5be964c2e29237dc6808c237793c73732db29877aa135b2457345f5d788b436"
},
"aarch64_macos": {
"etag": "0x8DE96FA8721A766",
"hash": "b27b067d5dc5ad208eabffffb001d87d1edee82d2140ebdc35332ec434ea8e98"
},
"aarch64_windows": {
"etag": "0x8DE96FA888159DE",
"hash": "0a13e8ec7dbacd13b4eeb88ffdfd8800c5646be9592a4e2781d3f92b97ab18b1"
}
},
"2026.4.7": {
"x86_64_linux_musl": {

4
manifests/uv.json generated
View File

@@ -69,10 +69,10 @@
},
"license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.11.5"
"version": "0.11.6"
},
"0.11": {
"version": "0.11.5"
"version": "0.11.6"
},
"0.11.6": {
"x86_64_linux_musl": {

26
manifests/vacuum.json generated
View File

@@ -27,6 +27,32 @@
"0.25": {
"version": "0.25.5"
},
"0.25.6": {
"x86_64_linux_musl": {
"etag": "0x8DE97526EC427DE",
"hash": "a72c3012e3fe1eb7e653be75b041e648cdd6b4b365a0c51e1ca344f9a106c9a6"
},
"x86_64_macos": {
"etag": "0x8DE97526F65311F",
"hash": "63362feaf01adec7d3a3ee557427acf6df32e2c3e1fa247e335e83d302dc2445"
},
"x86_64_windows": {
"etag": "0x8DE97526EBB3141",
"hash": "4663999cc8a5e10c2023129619af53340321cfb9c4eab963bf91f8edb1f320de"
},
"aarch64_linux_musl": {
"etag": "0x8DE97526EA9440E",
"hash": "d48fdd661f4484bbb44940595ff7e13cb6782aacea540868d0d44a87b5c1860a"
},
"aarch64_macos": {
"etag": "0x8DE97526F58BC05",
"hash": "77829aa18377f354d1629d7d069297b4a17597e20f7b6184d36744dc4c8358e5"
},
"aarch64_windows": {
"etag": "0x8DE97526EAE4774",
"hash": "18c9e645a1d97ebd333be634f960428d7f022dfa659ff8536673daf84b8c2a4a"
}
},
"0.25.5": {
"x86_64_linux_musl": {
"etag": "0x8DE8F75CFD30677",

View File

@@ -44,10 +44,32 @@
},
"license_markdown": "[MIT](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.2.117"
"version": "0.2.118"
},
"0.2": {
"version": "0.2.117"
"version": "0.2.118"
},
"0.2.118": {
"x86_64_linux_musl": {
"etag": "0x8DE972254F8FEF2",
"hash": "00b519c9fc2d6e087265da1a00f29160bfcc6a823993482bc2e691910287427b"
},
"x86_64_macos": {
"etag": "0x8DE972254EED135",
"hash": "2f1c1586c0b5bad9a25e6704825d6b1a9ccdd7c6830d57198645411545b566ad"
},
"x86_64_windows": {
"etag": "0x8DE972254D6A966",
"hash": "075902fd092f8e2a223783ccb73697f7a619bfa02e166d3b68319924a19d5a08"
},
"aarch64_linux_gnu": {
"etag": "0x8DE972254FA0F29",
"hash": "e8b75bf5055c189af5e4842bf7c58f616880fb8505a10f7cd575353a9f4e2dba"
},
"aarch64_macos": {
"etag": "0x8DE972254EE5C7F",
"hash": "f76553ae8d084dc3e96a7cef748813bf2dac4d78326166409328fc74646eef76"
}
},
"0.2.117": {
"x86_64_linux_musl": {

116
manifests/wasmtime.json generated
View File

@@ -36,13 +36,13 @@
},
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
"latest": {
"version": "43.0.0"
"version": "43.0.1"
},
"43": {
"version": "43.0.0"
"version": "43.0.1"
},
"43.0": {
"version": "43.0.0"
"version": "43.0.1"
},
"43.0.1": {
"x86_64_linux_gnu": {
@@ -113,10 +113,44 @@
}
},
"42": {
"version": "42.0.1"
"version": "42.0.2"
},
"42.0": {
"version": "42.0.1"
"version": "42.0.2"
},
"42.0.2": {
"x86_64_linux_gnu": {
"etag": "0x8DE9657610D0674",
"hash": "4eca8d3d6898b94cff4103dafac40610d81aaa85c10f575f82da78a1553e176d"
},
"x86_64_macos": {
"etag": "0x8DE96576193C77A",
"hash": "2baed23bfc1612e475d2f0eac7b66d12789838ec645fe8bbcd2f589d732b178b"
},
"x86_64_windows": {
"etag": "0x8DE9657632D34D9",
"hash": "4a687cf2f020ff0071c664511d1d8be2ea99dc7956d4e07e7f03aaac62cd63fa"
},
"aarch64_linux_gnu": {
"etag": "0x8DE96575E5F1A28",
"hash": "9d55dbe5cec028692ea8dd5ceaf0250541e9b7cc50a9f22586bf3e130034ad60"
},
"aarch64_macos": {
"etag": "0x8DE96575E85D785",
"hash": "94227ec56b07283c1184953c698a9b1d0cbac387a3b841e6c9dbddcd36d3a3c4"
},
"aarch64_windows": {
"etag": "0x8DE96575F3611F8",
"hash": "55ea7b324104bd55b3808129ad4159d719f0f8ef7378765b48e1e3ff0baebb2a"
},
"riscv64_linux_gnu": {
"etag": "0x8DE965760321B68",
"hash": "f0a344acd308c1d1a70466f3ec0225e1d563006cf8d21a5745eba6e529df2e3e"
},
"s390x_linux_gnu": {
"etag": "0x8DE96576067BC3E",
"hash": "663181c75c3c773052669d6c2eb34f83f1ae4d2b73368240152e5f4cadc03733"
}
},
"42.0.1": {
"x86_64_linux_gnu": {
@@ -931,10 +965,44 @@
}
},
"36": {
"version": "36.0.6"
"version": "36.0.7"
},
"36.0": {
"version": "36.0.6"
"version": "36.0.7"
},
"36.0.7": {
"x86_64_linux_gnu": {
"etag": "0x8DE9651FF60F756",
"hash": "13bd4d8865594a98811c4b5d577e30af6f6a1e3e64e2f211018963c456d4fe89"
},
"x86_64_macos": {
"etag": "0x8DE965200A57813",
"hash": "f6c21f1d69e68591bd3e0bfd72cef6a43c599db57d930fea96db89271505f782"
},
"x86_64_windows": {
"etag": "0x8DE965205C3F09A",
"hash": "02a8db01e9f6bb092c2eff51a710838f64370292ff126baac4a093b4b90cfb2d"
},
"aarch64_linux_gnu": {
"etag": "0x8DE9651EEFDD198",
"hash": "4f773bb8e587bc6d84f73aa5613fcec6e52368db452e5e13e38341e409d17a9a"
},
"aarch64_macos": {
"etag": "0x8DE9651F0509A53",
"hash": "5a2baa053e01d73f72282e3bd0b63f052f4fb41b9a690e87e3f0a0bdbb5c220c"
},
"aarch64_windows": {
"etag": "0x8DE9651F31EBBCD",
"hash": "749cbf0a84c9f347d6daff9024678e92f36bf7096ae0d24aba78c4e679f54ae0"
},
"riscv64_linux_gnu": {
"etag": "0x8DE9651F86A7A04",
"hash": "61018afd8982f9614bd898848406a59d1b97c971e37405f6655c62ac6dfbbac9"
},
"s390x_linux_gnu": {
"etag": "0x8DE9651F9AD0148",
"hash": "f94dd38b9840cf2b9dacf20ecc2f47431ac16f0740ede6f471faaf344c60eeb3"
}
},
"36.0.6": {
"x86_64_linux_gnu": {
@@ -2041,10 +2109,40 @@
}
},
"24": {
"version": "24.0.6"
"version": "24.0.7"
},
"24.0": {
"version": "24.0.6"
"version": "24.0.7"
},
"24.0.7": {
"x86_64_linux_gnu": {
"etag": "0x8DE964BC372C44C",
"hash": "98b00342031de99d5466fc3fe9b5749dc1bb1a83430a2e2335e187976a863422"
},
"x86_64_macos": {
"etag": "0x8DE964BC4D72C68",
"hash": "d8c6e8747b5f3779efff44bae34d2a9ad694a065552904611f76f6e4a7c29f01"
},
"x86_64_windows": {
"etag": "0x8DE964BCA6071C2",
"hash": "6797a846322909e61e472d2d0fa066fed301f684006133b88f6f5ab2a884603f"
},
"aarch64_linux_gnu": {
"etag": "0x8DE964BBA5101B4",
"hash": "b37d44a63237b24b86bbf891ab19ac66fcfeb6b15375d544cbc44d380a04853e"
},
"aarch64_macos": {
"etag": "0x8DE964BBB6C2FF4",
"hash": "15e38b4f2e11bdfa4b5978888192f3f85b456a19c75565dcba087817bac15dd7"
},
"riscv64_linux_gnu": {
"etag": "0x8DE964BBCC7C852",
"hash": "041d27633efdb8242dc9798e903e06a22622d7df7ccf300eb94c9435cf0fb4f6"
},
"s390x_linux_gnu": {
"etag": "0x8DE964BBE2360B4",
"hash": "38aa619242a781d61175dc57410b03a6d0da30f16e03b5a6356951b16faa0adc"
}
},
"24.0.6": {
"x86_64_linux_gnu": {