Compare commits

...

16 Commits

Author SHA1 Message Date
dependabot[bot]
44c4677a95 Bump taiki-e/install-action in the github-actions group
Bumps the github-actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action).


Updates `taiki-e/install-action` from 2.75.3 to 2.75.7
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](b8be7f5e14...0abfcd587b)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.75.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-25 18:03:01 +00:00
Taiki Endo
559ffd1268 Update martin manifest 2026-04-25 15:30:09 +00:00
Taiki Endo
a452546980 Update mise@latest to 2026.4.20 2026-04-25 12:31:43 +00:00
Taiki Endo
9898d2a3a0 Update cargo-sort manifest 2026-04-25 12:31:43 +00:00
Taiki Endo
63de478c5d Update cargo-tarpaulin manifest 2026-04-25 09:34:12 +00:00
Taiki Endo
cf525cb33f Release 2.75.22 2026-04-25 07:06:42 +00:00
Taiki Endo
3f558599a1 Update tombi manifest 2026-04-25 05:46:24 +00:00
Taiki Endo
a286306fb8 Update tombi@latest to 0.9.22 2026-04-24 18:33:01 +00:00
Taiki Endo
eaa8ab69bf Update biome@latest to 2.4.13 2026-04-24 18:33:01 +00:00
Taiki Endo
2589fc51d9 Update mise manifest 2026-04-24 12:42:43 +00:00
Taiki Endo
787505cde8 Release 2.75.21 2026-04-24 10:08:21 +00:00
Taiki Endo
7c499079ce Update mise@latest to 2026.4.19 2026-04-24 05:42:03 +00:00
Taiki Endo
9d1fa296ee Update tombi@latest to 0.9.21 2026-04-24 01:01:37 +00:00
Taiki Endo
d6c0be7b3f Update tombi manifest 2026-04-23 18:46:38 +00:00
Taiki Endo
7e0b63f714 Update syft@latest to 1.43.0 2026-04-23 18:46:38 +00:00
Taiki Endo
949cd15806 Update biome manifest 2026-04-23 18:46:38 +00:00
9 changed files with 210 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ jobs:
timeout-minutes: 60 timeout-minutes: 60
steps: steps:
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
- uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3 - uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
with: with:
tool: parse-changelog tool: parse-changelog
fallback: none fallback: none
@@ -208,7 +208,7 @@ jobs:
contents: write # for taiki-e/create-gh-release-action contents: write # for taiki-e/create-gh-release-action
steps: steps:
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
- uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3 - uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
with: with:
tool: parse-changelog tool: parse-changelog
fallback: none fallback: none

View File

@@ -10,6 +10,22 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
- Update `mise@latest` to 2026.4.20.
## [2.75.22] - 2026-04-25
- Update `tombi@latest` to 0.9.22.
- Update `biome@latest` to 2.4.13.
## [2.75.21] - 2026-04-24
- Update `mise@latest` to 2026.4.19.
- Update `tombi@latest` to 0.9.21.
- Update `syft@latest` to 1.43.0.
## [2.75.20] - 2026-04-23 ## [2.75.20] - 2026-04-23
- Update `prek@latest` to 0.3.10. - Update `prek@latest` to 0.3.10.
@@ -6325,7 +6341,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.75.20...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.22...HEAD
[2.75.22]: https://github.com/taiki-e/install-action/compare/v2.75.21...v2.75.22
[2.75.21]: https://github.com/taiki-e/install-action/compare/v2.75.20...v2.75.21
[2.75.20]: https://github.com/taiki-e/install-action/compare/v2.75.19...v2.75.20 [2.75.20]: https://github.com/taiki-e/install-action/compare/v2.75.19...v2.75.20
[2.75.19]: https://github.com/taiki-e/install-action/compare/v2.75.18...v2.75.19 [2.75.19]: https://github.com/taiki-e/install-action/compare/v2.75.18...v2.75.19
[2.75.18]: https://github.com/taiki-e/install-action/compare/v2.75.17...v2.75.18 [2.75.18]: https://github.com/taiki-e/install-action/compare/v2.75.17...v2.75.18

44
manifests/biome.json generated
View File

@@ -2,13 +2,51 @@
"rust_crate": null, "rust_crate": null,
"template": null, "template": null,
"latest": { "latest": {
"version": "2.4.12" "version": "2.4.13"
}, },
"2": { "2": {
"version": "2.4.12" "version": "2.4.13"
}, },
"2.4": { "2.4": {
"version": "2.4.12" "version": "2.4.13"
},
"2.4.13": {
"x86_64_linux_musl": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.13/biome-linux-x64-musl",
"etag": "0x8DEA14EF44907A9",
"hash": "a1939a267e2077dadd9134cfa582a2f3ca153f06f882c30d37314fea187667fc",
"bin": "biome"
},
"x86_64_macos": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.13/biome-darwin-x64",
"etag": "0x8DEA14EF441E3C2",
"hash": "2180d3467d67773daccea90855d8d65e1026ffa429ceba3edcb4553c8664627b",
"bin": "biome"
},
"x86_64_windows": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.13/biome-win32-x64.exe",
"etag": "0x8DEA14EF473DF10",
"hash": "bc7d1f26be936aec1423f70ed94fd8c5aa80c3ba199d991dcaf13476daa5f786",
"bin": "biome.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.13/biome-linux-arm64-musl",
"etag": "0x8DEA14EF500B376",
"hash": "948bbe5fb63d95372d391d42694ce5d553032f66043a178221166da2a76e8614",
"bin": "biome"
},
"aarch64_macos": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.13/biome-darwin-arm64",
"etag": "0x8DEA14EF41FB52C",
"hash": "22eb03789d405ea84e7b01192a9b5a4885802468dd0f369613837f5b5935178b",
"bin": "biome"
},
"aarch64_windows": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.13/biome-win32-arm64.exe",
"etag": "0x8DEA14EF44782BD",
"hash": "4ebfc108a649076b45d04ebb2a6b8a6642ab2180da893b70a5c42b15d4154da6",
"bin": "biome.exe"
}
}, },
"2.4.12": { "2.4.12": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -23,6 +23,20 @@
"2.1": { "2.1": {
"version": "2.1.3" "version": "2.1.3"
}, },
"2.1.4": {
"x86_64_linux_gnu": {
"etag": "0x8DEA2B427453DC9",
"hash": "c10fdf954e51221d63743884aaf6ee5d576464abdc4965b395e3ec26948072ee"
},
"x86_64_windows": {
"etag": "0x8DEA2B44F072C94",
"hash": "0c59ef2433e523e060909cdfa678969eaa81a44fdc4313cb5a1a9592e8ded2b3"
},
"aarch64_macos": {
"etag": "0x8DEA2B420DAFA52",
"hash": "d2091a14be8482d8771ac379ef46a9501d678cee000a5e855490009fad3a65a3"
}
},
"2.1.3": { "2.1.3": {
"x86_64_linux_gnu": { "x86_64_linux_gnu": {
"etag": "0x8DE852F31BF367E", "etag": "0x8DE852F31BF367E",

View File

@@ -23,6 +23,50 @@
"0.35": { "0.35": {
"version": "0.35.2" "version": "0.35.2"
}, },
"0.35.4": {
"x86_64_linux_musl": {
"etag": "0x8DEA2A058109F8F",
"hash": "bc60f0668389edd48b112c4ecc7374d3180f522cf933b7fcb3486a447f24aef8"
},
"x86_64_macos": {
"etag": "0x8DEA29FED382280",
"hash": "a48eb40fc541a440ac0e62a22bfb7984819a1409591b4ce7e20d3d1a01625e96"
},
"x86_64_windows": {
"etag": "0x8DEA29FE6F1DA8E",
"hash": "6d51cfca33da65079392c55b2506705f8dcf518337a9a68f619d4de14c5aa5e6"
},
"aarch64_linux_musl": {
"etag": "0x8DEA29FD9717357",
"hash": "0ca28350061a6b3f4e40685472434ba56082de992022b667ec7fdb5433f186c6"
},
"aarch64_macos": {
"etag": "0x8DEA2A01A31E15B",
"hash": "fd4433bd3d5e930cda6571b2b2cded2d859ee8cb10bc72245201bada707999b8"
}
},
"0.35.3": {
"x86_64_linux_musl": {
"etag": "0x8DEA298DDF784C5",
"hash": "1728506eff323e9e6908fa4de88f931f4c52a46f4bdb87a768bab819ae3a1ee0"
},
"x86_64_macos": {
"etag": "0x8DEA2985EB8F923",
"hash": "f1373a539becba1604f12b10fafd42ec3818b30075696f6785b1c880f1d44222"
},
"x86_64_windows": {
"etag": "0x8DEA2985F93E3F9",
"hash": "728df0c01ed906a66df6da57d52b4427e3fe52e0684ec8d1ce6d353b48bf8a69"
},
"aarch64_linux_musl": {
"etag": "0x8DEA298D6C6614C",
"hash": "34843dd46fdf13988bfdfa9021a91e942b00ddbe38277a45cbcc70eade8655b0"
},
"aarch64_macos": {
"etag": "0x8DEA29889111947",
"hash": "6bcc479f1dd38e191dd50fb4da7d6b11de158c7bb5cbe084407aca003c34d9d5"
}
},
"0.35.2": { "0.35.2": {
"x86_64_linux_musl": { "x86_64_linux_musl": {
"etag": "0x8DE6F730D7B6D84", "etag": "0x8DE6F730D7B6D84",

18
manifests/martin.json generated
View File

@@ -36,6 +36,24 @@
"1": { "1": {
"version": "1.6.0" "version": "1.6.0"
}, },
"1.7.0": {
"x86_64_linux_musl": {
"etag": "0x8DEA2D8D2DD9B3B",
"hash": "a9b0ed13e7f31964940e3504d0eeb481669b01e3d8b303db56d64b03decc0e2b"
},
"x86_64_macos": {
"etag": "0x8DEA2D8D1EE54B5",
"hash": "50b5293d93e6cbb3d1f7dd590c7fec96f24edc05acaac710096ca535712da4c8"
},
"aarch64_linux_musl": {
"etag": "0x8DEA2D8D1EC342E",
"hash": "ea8e848dde503b77f9f8cbc4820c51cbc310a30eb7c4c3d10ecfedfc4781e687"
},
"aarch64_macos": {
"etag": "0x8DEA2D8D1FFF41D",
"hash": "582aceb8eff0da07c0e78ce74ffccc12da5c18fa261aef7630ac2e6afcc8c313"
}
},
"1.6": { "1.6": {
"version": "1.6.0" "version": "1.6.0"
}, },

32
manifests/mise.json generated
View File

@@ -27,13 +27,39 @@
} }
}, },
"latest": { "latest": {
"version": "2026.4.18" "version": "2026.4.20"
}, },
"2026": { "2026": {
"version": "2026.4.18" "version": "2026.4.20"
}, },
"2026.4": { "2026.4": {
"version": "2026.4.18" "version": "2026.4.20"
},
"2026.4.20": {
"x86_64_linux_musl": {
"etag": "0x8DEA1F73CD03817",
"hash": "b45fafb4dac8468045575671e881888c8bea5c3ba3450805a1d068bc6fe34f9b"
},
"x86_64_macos": {
"etag": "0x8DEA1F746AAB073",
"hash": "1b1fd7e0c4b2c5950ab4cf5df5b560b5ab5cce18f9e772e38248974dcee7ec2e"
},
"x86_64_windows": {
"etag": "0x8DEA1F75EB4F213",
"hash": "b25a0edadf7398586f1dd721410cf3528f8ac13d9a9dd280d2f982273af2137e"
},
"aarch64_linux_musl": {
"etag": "0x8DEA1F735D92407",
"hash": "18fee09da992de537c563e07f352341a7bd6f1fbbdeda3b86d7a0d19a35975ae"
},
"aarch64_macos": {
"etag": "0x8DEA1F742C52FB7",
"hash": "d9278c027385e1ff90fe1a57c7a25ab71da906f9f184e148278c9efa5d6ddcc6"
},
"aarch64_windows": {
"etag": "0x8DEA1F780F740FF",
"hash": "24e03b67a95d6be74d166f2da56c155fd531d9ef1b2c18ea97228b9608c94d83"
}
}, },
"2026.4.19": { "2026.4.19": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

7
manifests/syft.json generated
View File

@@ -35,10 +35,13 @@
} }
}, },
"latest": { "latest": {
"version": "1.42.4" "version": "1.43.0"
}, },
"1": { "1": {
"version": "1.42.4" "version": "1.43.0"
},
"1.43": {
"version": "1.43.0"
}, },
"1.43.0": { "1.43.0": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

40
manifests/tombi.json generated
View File

@@ -21,10 +21,46 @@
} }
}, },
"latest": { "latest": {
"version": "0.9.20" "version": "0.9.22"
}, },
"0.9": { "0.9": {
"version": "0.9.20" "version": "0.9.22"
},
"0.9.23": {
"x86_64_windows": {
"etag": "0x8DEA269DE2F7DB2",
"hash": "a3ea84d420e3a4f8097efaf61ff0236d90373a1d3e5c9ce0bc614f26d4350c8a"
},
"aarch64_windows": {
"etag": "0x8DEA269DE2AA129",
"hash": "2890803bab15a39e7b98749429d8db9c8fb1a3e832fb1a89a3160b5eb914d4fe"
}
},
"0.9.22": {
"x86_64_linux_musl": {
"etag": "0x8DEA15D0EA1CA7B",
"hash": "c096ecb926a29993b30ffc92be07befc201f369fd3a945839261d511f89dc52f"
},
"x86_64_macos": {
"etag": "0x8DEA15D0DA6F8D8",
"hash": "2dd343e9475c7904c272887d1381fdbeac05b298c034d102b24d8977022d77a1"
},
"x86_64_windows": {
"etag": "0x8DEA15D0E5D467A",
"hash": "e1e2828a4537dc9fe8a7b89df80415ff44a13a1be48623a829b5354ca739d589"
},
"aarch64_linux_musl": {
"etag": "0x8DEA15D0DBD4DD9",
"hash": "a6ad4c84d2d1634071005f544552e1beeff4ac71cb6fcff0bc357574e38c13e2"
},
"aarch64_macos": {
"etag": "0x8DEA15D0DBF9537",
"hash": "62531c94179070a7ff8a889bb6c3698e7316254fc7c46b28eead003b96d54cca"
},
"aarch64_windows": {
"etag": "0x8DEA15D0DC2037D",
"hash": "fd23b6833afbbf85f7c42263bb838b53e41b1257f175877c582cb6a51ec8df37"
}
}, },
"0.9.21": { "0.9.21": {
"x86_64_linux_musl": { "x86_64_linux_musl": {