Compare commits

...

22 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
Taiki Endo
74e87cbfa1 Release 2.75.20 2026-04-23 13:38:50 +00:00
Taiki Endo
cf3db48700 Update mise manifest 2026-04-23 05:43:07 +00:00
Taiki Endo
0102efdc68 Update tombi manifest 2026-04-23 01:01:11 +00:00
Taiki Endo
3f5548742e Update syft manifest 2026-04-22 18:40:27 +00:00
Taiki Endo
7149f916dc Update prek@latest to 0.3.10 2026-04-22 12:43:20 +00:00
Taiki Endo
b1b3ba35a8 Update cargo-xwin@latest to 0.22.0 2026-04-22 00:54:32 +00:00
11 changed files with 309 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ jobs:
timeout-minutes: 60
steps:
- 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:
tool: parse-changelog
fallback: none
@@ -208,7 +208,7 @@ jobs:
contents: write # for taiki-e/create-gh-release-action
steps:
- 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:
tool: parse-changelog
fallback: none

View File

@@ -10,6 +10,28 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [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
- Update `prek@latest` to 0.3.10.
- Update `cargo-xwin@latest` to 0.22.0.
## [2.75.19] - 2026-04-21
- Update `wasmtime@latest` to 44.0.0.
@@ -6319,7 +6341,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.19...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.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.17]: https://github.com/taiki-e/install-action/compare/v2.75.16...v2.75.17

44
manifests/biome.json generated
View File

@@ -2,13 +2,51 @@
"rust_crate": null,
"template": null,
"latest": {
"version": "2.4.12"
"version": "2.4.13"
},
"2": {
"version": "2.4.12"
"version": "2.4.13"
},
"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": {
"x86_64_linux_musl": {

View File

@@ -23,6 +23,20 @@
"2.1": {
"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": {
"x86_64_linux_gnu": {
"etag": "0x8DE852F31BF367E",

View File

@@ -23,6 +23,50 @@
"0.35": {
"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": {
"x86_64_linux_musl": {
"etag": "0x8DE6F730D7B6D84",

View File

@@ -15,7 +15,10 @@
}
},
"latest": {
"version": "0.21.5"
"version": "0.22.0"
},
"0.22": {
"version": "0.22.0"
},
"0.22.0": {
"x86_64_linux_musl": {

18
manifests/martin.json generated
View File

@@ -36,6 +36,24 @@
"1": {
"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": {
"version": "1.6.0"
},

58
manifests/mise.json generated
View File

@@ -27,13 +27,65 @@
}
},
"latest": {
"version": "2026.4.18"
"version": "2026.4.20"
},
"2026": {
"version": "2026.4.18"
"version": "2026.4.20"
},
"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": {
"x86_64_linux_musl": {
"etag": "0x8DEA0D59752D510",
"hash": "f037a0877100ac3f9b747d6f3653bcb031d4a2d246b26cf1daca8418317da6f6"
},
"x86_64_macos": {
"etag": "0x8DEA0D59A19357B",
"hash": "ce274ebeb8762e059c171fca1d0a7d8170f9870617b8defb7f2ed5ac798f9afb"
},
"x86_64_windows": {
"etag": "0x8DEA0D59C0850B4",
"hash": "89407035a42f108f8960f6464f2903477e5bd023adef4d039427d2b1cb390bd6"
},
"aarch64_linux_musl": {
"etag": "0x8DEA0D591D041E2",
"hash": "a9c1f9b5c7f53714c81298ce563319bdee94dff29645eb935b3afd5b92a81dc4"
},
"aarch64_macos": {
"etag": "0x8DEA0D599009CF2",
"hash": "0785176288afc613cc152956bca905b7a47b91232f1b360fa9136e594af1c593"
},
"aarch64_windows": {
"etag": "0x8DEA0D59B7E3862",
"hash": "eb5910556fa13d6e85ff22c455526687525e3d412725370f62e13554e672e419"
}
},
"2026.4.18": {
"x86_64_linux_musl": {

4
manifests/prek.json generated
View File

@@ -39,10 +39,10 @@
}
},
"latest": {
"version": "0.3.9"
"version": "0.3.10"
},
"0.3": {
"version": "0.3.9"
"version": "0.3.10"
},
"0.3.10": {
"x86_64_linux_musl": {

41
manifests/syft.json generated
View File

@@ -35,10 +35,47 @@
}
},
"latest": {
"version": "1.42.4"
"version": "1.43.0"
},
"1": {
"version": "1.42.4"
"version": "1.43.0"
},
"1.43": {
"version": "1.43.0"
},
"1.43.0": {
"x86_64_linux_musl": {
"etag": "0x8DEA08832FE52CE",
"hash": "7b98251d2d08926bb5d4639b56b1f0996a58ef6667c5830e3fe3cd3ad5f4214a"
},
"x86_64_macos": {
"etag": "0x8DEA08832F2C701",
"hash": "08fd18f55037f999f50b2c2256a9285f0146978a0b16cdc58662ecdc85d0e3c0"
},
"x86_64_windows": {
"etag": "0x8DEA088330A7A24",
"hash": "c51695d171c61460369dabdd5c71b8f350ef8618466818356a30808d7105c710"
},
"aarch64_linux_musl": {
"etag": "0x8DEA08832D87EBE",
"hash": "afe92510c467f952a009b994f2d998ff8f9dd266dc26eca55d14a0dd46fec7f2"
},
"aarch64_macos": {
"etag": "0x8DEA08832E47F34",
"hash": "3640e2181c8be7a56377f3c96e520d5380c924dbafd115ee3c8d45fcbc89cac2"
},
"aarch64_windows": {
"etag": "0x8DEA088330969E6",
"hash": "4cba6630f4ae27aeb63d10e2961b7ff8212781a8c7d9fe92127fb09881b14c99"
},
"powerpc64le_linux_musl": {
"etag": "0x8DEA0883301AA66",
"hash": "8f1b2c1a8e4356c17f86b779908bb5d2e7c8256fab4a09edf7826e2eb6798289"
},
"s390x_linux_musl": {
"etag": "0x8DEA08832EAE0A4",
"hash": "f812b6f36e7478f8c1ffd78352a38153bc3205310401f0a717c0e633b7a47a5f"
}
},
"1.42": {
"version": "1.42.4"

66
manifests/tombi.json generated
View File

@@ -21,10 +21,72 @@
}
},
"latest": {
"version": "0.9.20"
"version": "0.9.22"
},
"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": {
"x86_64_linux_musl": {
"etag": "0x8DEA0BA8A750CBF",
"hash": "eba62e7a1f1f56223de587e5282e43eed32d6c576734fbcf9b246ddfe0c89915"
},
"x86_64_macos": {
"etag": "0x8DEA0BA8A1887AF",
"hash": "86df2b555f030cd1d7f314b6279484f8c3071b50eb2b8a9be0adb1c091c23ab7"
},
"x86_64_windows": {
"etag": "0x8DEA0BA8A1BDF4F",
"hash": "707243b0a4667ab8cd0a892efbd25d4d6bb4f3b1a1503c6287ab2eb89fd97104"
},
"aarch64_linux_musl": {
"etag": "0x8DEA0BA8A0D49C3",
"hash": "824eddf1317e86d5454f17b92ad3b53c625c94732a095558e89df79ea39b23fd"
},
"aarch64_macos": {
"etag": "0x8DEA0BA89F56FB9",
"hash": "cc9967a562cb2f846922dd8ed39d517f43283b91ce9ff0b29059b4a3a30ffae9"
},
"aarch64_windows": {
"etag": "0x8DEA0BA8AAB96E0",
"hash": "fdebe7733c3cc08e49b27d626fe4a3ffb9c0cc3550006cf5298ee06e75af69ce"
}
},
"0.9.20": {
"x86_64_linux_musl": {