Compare commits

...

7 Commits

Author SHA1 Message Date
Taiki Endo
1e1640ddf5 parse-dockerfile 2026-04-24 10:08:23 +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
6 changed files with 86 additions and 10 deletions

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.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.
@@ -6325,7 +6333,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.75.20...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.21...HEAD
[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

View File

@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
inputs:
tool:
description: Tools to install (whitespace or comma separated list)
required: true
# default: #publish:tool
required: false
default: parse-dockerfile
checksum:
description: Whether to enable checksums (strongly discouraged to disable)
required: false

38
manifests/biome.json generated
View File

@@ -10,6 +10,44 @@
"2.4": {
"version": "2.4.12"
},
"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": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.12/biome-linux-x64-musl",

6
manifests/mise.json generated
View File

@@ -27,13 +27,13 @@
}
},
"latest": {
"version": "2026.4.18"
"version": "2026.4.19"
},
"2026": {
"version": "2026.4.18"
"version": "2026.4.19"
},
"2026.4": {
"version": "2026.4.18"
"version": "2026.4.19"
},
"2026.4.19": {
"x86_64_linux_musl": {

7
manifests/syft.json generated
View File

@@ -35,10 +35,13 @@
}
},
"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": {

30
manifests/tombi.json generated
View File

@@ -21,10 +21,36 @@
}
},
"latest": {
"version": "0.9.20"
"version": "0.9.21"
},
"0.9": {
"version": "0.9.20"
"version": "0.9.21"
},
"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": {