Compare commits

...

5 Commits

Author SHA1 Message Date
Taiki Endo
a37010ded1 Release 2.68.25 2026-03-09 03:39:11 +09:00
Taiki Endo
ffc2b1c2ff Update zizmor@latest to 1.23.1 2026-03-09 03:37:32 +09:00
Taiki Endo
8f3b52a0c2 Update tombi@latest to 0.9.4 2026-03-09 03:37:32 +09:00
Taiki Endo
df9c07a392 Update cargo-semver-checks@latest to 0.47.0 2026-03-09 03:37:32 +09:00
Taiki Endo
3c19ebdd96 zizmor: Enable ref-confusion 2026-03-09 00:51:41 +09:00
5 changed files with 89 additions and 8 deletions

1
.github/zizmor.yml vendored
View File

@@ -3,7 +3,6 @@
rules:
dependabot-cooldown: { disable: true } # Useless unless hash-pin is forced by unpinned-uses.
ref-confusion: { disable: true } # TODO: Old GHA didn't work without this pattern in some cases, but does it seem to be fixed?
secrets-inherit: { disable: true }
unpinned-uses:
config:

View File

@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.68.25] - 2026-03-08
- Update `zizmor@latest` to 1.23.1.
- Update `tombi@latest` to 0.9.4.
- Update `cargo-semver-checks@latest` to 0.47.0.
## [2.68.24] - 2026-03-08
- Avoid triggering [zizmor ref-confusion](https://docs.zizmor.sh/audits/#ref-confusion) when using this action in form of `uses: taiki-e/install-action@v2` or `uses: taiki-e/install-action@<tool_name>`.
@@ -5839,7 +5847,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.68.24...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.68.25...HEAD
[2.68.25]: https://github.com/taiki-e/install-action/compare/v2.68.24...v2.68.25
[2.68.24]: https://github.com/taiki-e/install-action/compare/v2.68.23...v2.68.24
[2.68.23]: https://github.com/taiki-e/install-action/compare/v2.68.22...v2.68.23
[2.68.22]: https://github.com/taiki-e/install-action/compare/v2.68.21...v2.68.22

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.46.0"
"version": "0.47.0"
},
"0.47": {
"version": "0.47.0"
},
"0.47.0": {
"x86_64_linux_musl": {
"etag": "0x8DE7D2FF09DA760",
"checksum": "daea6dfdebf9b15ce902a8af2fc6b9c2e86ddd49af17a9c5a656939289588f68"
},
"x86_64_macos": {
"etag": "0x8DE7D3013295950",
"checksum": "75cf29b645c9fc8cb2b47f8439d86174318c727ff091c17a58df41ec36f07bba"
},
"x86_64_windows": {
"etag": "0x8DE7D30737B42F1",
"checksum": "8bae283f1406f3be66eee1ac10ed28f8d1f97c98db807fea7eebc7a26610f14e"
},
"aarch64_linux_musl": {
"etag": "0x8DE7D2FEDBFE1CE",
"checksum": "ba8efb38ec41cbbd88c5972d5ac62a4478493fe37e79390b94fd1196ce8fbd52"
},
"aarch64_macos": {
"etag": "0x8DE7D2FFFAC9D2A",
"checksum": "4faf600ae88129f7a3c748d31fcf2796c74a369c984969f6963c5648f1671966"
}
},
"0.46": {
"version": "0.46.0"

30
manifests/tombi.json generated
View File

@@ -22,10 +22,36 @@
},
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
"latest": {
"version": "0.9.3"
"version": "0.9.4"
},
"0.9": {
"version": "0.9.3"
"version": "0.9.4"
},
"0.9.4": {
"x86_64_linux_musl": {
"etag": "0x8DE7D2E4981E647",
"checksum": "4bfb639f6d242a5cbf9b364c9bfd812ab2e1ea148aa93895e9d9593418b048af"
},
"x86_64_macos": {
"etag": "0x8DE7D2E498A8F1F",
"checksum": "746b0134d21a7ace029266e0c0fa2302b3b84206d16f6e400a39cc34cb24d705"
},
"x86_64_windows": {
"etag": "0x8DE7D2E4A1605EF",
"checksum": "a9df3f61e1d5768d33c97f8d111ec0d1f57880cc9c7d04a65966da3933450b8a"
},
"aarch64_linux_musl": {
"etag": "0x8DE7D2E49820D2B",
"checksum": "51f267a6ec0d9bd937afe0f3a102a6a7d3e9ad15e8e985f63c69313c4bc9593d"
},
"aarch64_macos": {
"etag": "0x8DE7D2E498F6BAB",
"checksum": "7ab18edcbd50325fac023c3a78d361aad8a59313cb010f5fe06d3070b099ac74"
},
"aarch64_windows": {
"etag": "0x8DE7D2E49F2C701",
"checksum": "dcfc97f2046c0d3ca3be352d2eb82078fb11335687696ed1e84991efff33633c"
}
},
"0.9.3": {
"x86_64_linux_musl": {

28
manifests/zizmor.json generated
View File

@@ -19,13 +19,35 @@
},
"license_markdown": "[MIT](https://github.com/zizmorcore/zizmor/blob/main/LICENSE)",
"latest": {
"version": "1.23.0"
"version": "1.23.1"
},
"1": {
"version": "1.23.0"
"version": "1.23.1"
},
"1.23": {
"version": "1.23.0"
"version": "1.23.1"
},
"1.23.1": {
"x86_64_linux_gnu": {
"etag": "0x8DE7D33CBBC35A2",
"checksum": "67a8df0a14352dd81882e14876653d097b99b0f4f6b6fe798edc0320cff27aff"
},
"x86_64_macos": {
"etag": "0x8DE7D33CBBCAA50",
"checksum": "89d5ed42081dd9d0433a10b7545fac42b35f1f030885c278b9712b32c66f2597"
},
"x86_64_windows": {
"etag": "0x8DE7D33CBB49D08",
"checksum": "33c2293ff02834720dd7cd8b47348aafb2e95a19bdc993c0ecaca9c804ade92a"
},
"aarch64_linux_gnu": {
"etag": "0x8DE7D33CBAEFE16",
"checksum": "3725d7cd7102e4d70827186389f7d5930b6878232930d0a3eb058d7e5b47e658"
},
"aarch64_macos": {
"etag": "0x8DE7D33CBC38073",
"checksum": "2632561b974c69f952258c1ab4b7432d5c7f92e555704155c3ac28a2910bd717"
}
},
"1.23.0": {
"x86_64_linux_gnu": {