Compare commits

...

20 Commits

Author SHA1 Message Date
Taiki Endo
9e1e5806d4 Release 2.82.2 2026-06-21 09:32:36 +00:00
Taiki Endo
788896b616 Update zizmor manifest 2026-06-21 17:42:09 +09:00
Taiki Endo
7631577b66 Update xh@latest to 0.26.1 2026-06-21 17:42:09 +09:00
Taiki Endo
e0f1a05cc9 Update uv@latest to 0.11.23 2026-06-21 17:42:09 +09:00
Taiki Endo
3cda1e20d1 Update trivy@latest to 0.71.2 2026-06-21 17:42:09 +09:00
Taiki Endo
11ac3210af Update tombi manifest 2026-06-21 17:42:09 +09:00
Taiki Endo
b5f9e335d3 Update sccache@latest to 0.16.0 2026-06-21 17:42:09 +09:00
Taiki Endo
4e48cd5f51 Update cargo-tarpaulin manifest 2026-06-21 17:42:09 +09:00
Taiki Endo
e0a9235733 Update cargo-rdme manifest 2026-06-21 17:42:09 +09:00
Taiki Endo
8b3c737da4 Release 2.82.1 2026-06-20 07:50:06 +00:00
Taiki Endo
235ca0ecf7 Update xh manifest 2026-06-20 16:48:47 +09:00
Taiki Endo
becde9fc06 Update vacuum@latest to 0.29.4 2026-06-20 16:48:47 +09:00
Taiki Endo
bd5e15cfa7 Update uv@latest to 0.11.22 2026-06-20 16:48:47 +09:00
Taiki Endo
3ca0bdc037 Update trivy manifest 2026-06-20 16:48:47 +09:00
Taiki Endo
042cb49a8e Update sccache manifest 2026-06-20 16:48:47 +09:00
Taiki Endo
2b8f2b30cd Update osv-scanner@latest to 2.4.0 2026-06-20 16:48:47 +09:00
Taiki Endo
59eb0794ef Update mise@latest to 2026.6.11 2026-06-20 16:48:47 +09:00
Taiki Endo
bdc0c6ca9c Update martin@latest to 1.11.0 2026-06-20 16:48:47 +09:00
Taiki Endo
044325ff6e Update just@latest to 1.53.0 2026-06-20 16:48:47 +09:00
Taiki Endo
fca76422dd Update cargo-zigbuild@latest to 0.23.0 2026-06-20 16:48:47 +09:00
15 changed files with 463 additions and 19 deletions

View File

@@ -10,6 +10,32 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.82.2] - 2026-06-21
- Update `xh@latest` to 0.26.1.
- Update `uv@latest` to 0.11.23.
- Update `trivy@latest` to 0.71.2.
- Update `sccache@latest` to 0.16.0.
## [2.82.1] - 2026-06-20
- Update `vacuum@latest` to 0.29.4.
- Update `uv@latest` to 0.11.22.
- Update `osv-scanner@latest` to 2.4.0.
- Update `mise@latest` to 2026.6.11.
- Update `martin@latest` to 1.11.0.
- Update `just@latest` to 1.53.0.
- Update `cargo-zigbuild@latest` to 0.23.0.
## [2.82.0] - 2026-06-17
- Support `cargo-vet`. ([#1908](https://github.com/taiki-e/install-action/pull/1908), thanks @jakewimmer)
@@ -6850,7 +6876,9 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.82.0...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.82.2...HEAD
[2.82.2]: https://github.com/taiki-e/install-action/compare/v2.82.1...v2.82.2
[2.82.1]: https://github.com/taiki-e/install-action/compare/v2.82.0...v2.82.1
[2.82.0]: https://github.com/taiki-e/install-action/compare/v2.81.11...v2.82.0
[2.81.11]: https://github.com/taiki-e/install-action/compare/v2.81.10...v2.81.11
[2.81.10]: https://github.com/taiki-e/install-action/compare/v2.81.9...v2.81.10

View File

@@ -4,6 +4,18 @@
"latest": {
"version": "1.4.2"
},
"2.0.0": {
"x86_64_linux_musl": {
"url": "https://github.com/orium/cargo-rdme/releases/download/v2.0.0/cargo-rdme_v2.0.0_x86_64-unknown-linux-musl.tar.bz2",
"etag": "0x8DECF33F9639E39",
"hash": "658007bb3d501a4c53e681e0d135c19924ac0c88b225d581932de8206705f177"
},
"x86_64_windows": {
"url": "https://github.com/orium/cargo-rdme/releases/download/v2.0.0/cargo-rdme_v2.0.0_x86_64-pc-windows-gnu.zip",
"etag": "0x8DECF33F6C000F7",
"hash": "9d4e75c9f325859fca8c0c74a6f823526fdc2fb123d38cf071c2875957769d96"
}
},
"1": {
"version": "1.4.2"
},

View File

@@ -23,6 +23,28 @@
"0.35": {
"version": "0.35.4"
},
"0.35.5": {
"x86_64_linux_musl": {
"etag": "0x8DECEEC9FDB3845",
"hash": "72a42010d4910a3479d2f5499b2f5ee3620184e1a5be32c0455c9219b36af45a"
},
"x86_64_macos": {
"etag": "0x8DECEEC7F130DF0",
"hash": "17f40f8c6be1a5df1d6e92c26fafdd9e57397c5a658a66cfd850e2b2ba567cef"
},
"x86_64_windows": {
"etag": "0x8DECEECB9087D5E",
"hash": "4e1005efd2c219178d1eb637099aa682f4de078d71b5223ecb97359226d0af85"
},
"aarch64_linux_musl": {
"etag": "0x8DECEECA6EFA180",
"hash": "1ad666d372d372d393e355a2d14b178190ffdbb2e702ce3ee3abdc120b8f9164"
},
"aarch64_macos": {
"etag": "0x8DECEEC706A54C3",
"hash": "a8742b7fd11a87318dfd7afa2f337553cab8cae47f085ab7a46536c226cbdd51"
}
},
"0.35.4": {
"x86_64_linux_musl": {
"etag": "0x8DEA2A058109F8F",

View File

@@ -2,7 +2,48 @@
"rust_crate": "cargo-zigbuild",
"template": null,
"latest": {
"version": "0.22.3"
"version": "0.23.0"
},
"0.23": {
"version": "0.23.0"
},
"0.23.0": {
"x86_64_linux_musl": {
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-x86_64-unknown-linux-musl.tar.xz",
"etag": "0x8DECD0A782C8514",
"hash": "f0aa9cc8220a84788c6e4a9b6d80422f041659227b680fdef982d5a8ddffddb4",
"bin": "cargo-zigbuild-x86_64-unknown-linux-musl/cargo-zigbuild"
},
"x86_64_macos": {
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-x86_64-apple-darwin.tar.xz",
"etag": "0x8DECD0A77E2AFB8",
"hash": "f8c746d12dfae79ac0704c5aa13631a05b24c3e4ee7216eb40f70943bd8ca7b1",
"bin": "cargo-zigbuild-x86_64-apple-darwin/cargo-zigbuild"
},
"x86_64_windows": {
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-x86_64-pc-windows-msvc.zip",
"etag": "0x8DECD0A7810B7E3",
"hash": "82ff1207be9e9533267b83dbe33d0b16b30043f116dc336d9a526667fa27622a",
"bin": "cargo-zigbuild.exe"
},
"aarch64_linux_gnu": {
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-aarch64-unknown-linux-gnu.tar.xz",
"etag": "0x8DECD0A777B013D",
"hash": "5917d5416884cba0f23c2653016f7f2df2ec04e74eb6b259598fecc066f8c429",
"bin": "cargo-zigbuild-aarch64-unknown-linux-gnu/cargo-zigbuild"
},
"aarch64_macos": {
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-aarch64-apple-darwin.tar.xz",
"etag": "0x8DECD0A777DE43B",
"hash": "3d8f1ad296d3f3e97122607f7c972393c6329801027acb71bb7d17a4e30ef092",
"bin": "cargo-zigbuild-aarch64-apple-darwin/cargo-zigbuild"
},
"aarch64_windows": {
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.23.0/cargo-zigbuild-aarch64-pc-windows-msvc.zip",
"etag": "0x8DECD0A778C6EE0",
"hash": "d9ffaa509e5d5d05b931b2ee4bffaf666cb80ea585f20c2c8a80820f5a9186b1",
"bin": "cargo-zigbuild.exe"
}
},
"0.22": {
"version": "0.22.3"

7
manifests/just.json generated
View File

@@ -21,10 +21,13 @@
}
},
"latest": {
"version": "1.52.0"
"version": "1.53.0"
},
"1": {
"version": "1.52.0"
"version": "1.53.0"
},
"1.53": {
"version": "1.53.0"
},
"1.53.0": {
"x86_64_linux_musl": {

7
manifests/martin.json generated
View File

@@ -31,10 +31,13 @@
}
},
"latest": {
"version": "1.10.1"
"version": "1.11.0"
},
"1": {
"version": "1.10.1"
"version": "1.11.0"
},
"1.11": {
"version": "1.11.0"
},
"1.11.0": {
"x86_64_linux_musl": {

6
manifests/mise.json generated
View File

@@ -27,13 +27,13 @@
}
},
"latest": {
"version": "2026.6.10"
"version": "2026.6.11"
},
"2026": {
"version": "2026.6.10"
"version": "2026.6.11"
},
"2026.6": {
"version": "2026.6.10"
"version": "2026.6.11"
},
"2026.6.11": {
"x86_64_linux_musl": {

View File

@@ -2,10 +2,45 @@
"rust_crate": null,
"template": null,
"latest": {
"version": "2.3.8"
"version": "2.4.0"
},
"2": {
"version": "2.3.8"
"version": "2.4.0"
},
"2.4": {
"version": "2.4.0"
},
"2.4.0": {
"x86_64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_linux_amd64",
"etag": "0x8DECD3DEC149DF3",
"hash": "15314940c10d26af9c6649f150b8a47c1262e8fc7e17b1d1029b0e479e8ed8a0"
},
"x86_64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_darwin_amd64",
"etag": "0x8DECD3DEE43786C",
"hash": "088119325156321c34c456ac3703d6013538fd71cbac82b891ab34db491e4d66"
},
"x86_64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_windows_amd64.exe",
"etag": "0x8DECD3DEC332732",
"hash": "0cdd113610126d5dfd5e12ad0e0b4f3e879291ff19bb43b0c52ed2f2c2df1a37"
},
"aarch64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_linux_arm64",
"etag": "0x8DECD3DEC66807F",
"hash": "44e580752910f0ff36ec99aff59af20f65df1e859aa31e5605a8f0d055b496e9"
},
"aarch64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_darwin_arm64",
"etag": "0x8DECD3DEE87131D",
"hash": "9ca3185ad63e9ab54f7cb90f46a7362be02d80e37f0123d095a54355ea202f5d"
},
"aarch64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.4.0/osv-scanner_windows_arm64.exe",
"etag": "0x8DECD3DEC13B498",
"hash": "1ce89d7d8ef083634648ef0f193fe1254f36f46f4bdc93d61178adacc2e60da0"
}
},
"2.3": {
"version": "2.3.8"

39
manifests/sccache.json generated
View File

@@ -35,7 +35,44 @@
}
},
"latest": {
"version": "0.15.0"
"version": "0.16.0"
},
"0.16": {
"version": "0.16.0"
},
"0.16.0": {
"x86_64_linux_musl": {
"etag": "0x8DECDE99D60E446",
"hash": "aec995a83ad3dff3d14b6314e08858b7b73d35ca85a5bcf3d3a9ec07dee35588"
},
"x86_64_macos": {
"etag": "0x8DECDE99BCE6B85",
"hash": "f7dbd055db75a938ab1539f5316c5d08e73a1b94c40ab170ddcc617f5bf18343"
},
"x86_64_windows": {
"etag": "0x8DECDE99C8F2745",
"hash": "c82319cc392b693e9fc72e6567cce47e218308f00fbf1df942e39b62e30f98da"
},
"aarch64_linux_musl": {
"etag": "0x8DECDE995E7A322",
"hash": "f73a5c39f96bb6ebb89cc7915cf182260d4cbf30765322c5e793d0fe8bd80784"
},
"aarch64_macos": {
"etag": "0x8DECDE9941A92B9",
"hash": "ded590cae2c72042c61178632906bef62d635fa20d45f8b22110a2241f430960"
},
"aarch64_windows": {
"etag": "0x8DECDE994E5DDD8",
"hash": "09ca24bf12288b4b7ff8a852d89e533aa67353f7b956e73a3d7c298256ededa7"
},
"riscv64_linux_musl": {
"etag": "0x8DECDE9993A9AD3",
"hash": "8632d0fa3037e2d1216c978e7273bfc96981cf98442cef5722a78aad7e33ad06"
},
"s390x_linux_musl": {
"etag": "0x8DECDE99AF134B4",
"hash": "1e1fe3398c6b472d8a5bc4984a24a26231a74040e5bee44e655de542d25caf83"
}
},
"0.15": {
"version": "0.15.0"

36
manifests/tombi.json generated
View File

@@ -10,6 +10,42 @@
"1.1": {
"version": "1.1.3"
},
"1.1.4": {
"x86_64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DECF37A1ECFB4D",
"hash": "65586fb53f36b989636d2e83e27316d788056835cc7f8e6e38ba445fb17d9b43",
"bin": "tombi-cli-1.1.4-x86_64-unknown-linux-musl/tombi"
},
"x86_64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-x86_64-apple-darwin.tar.gz",
"etag": "0x8DECF37A25E0277",
"hash": "6dbc29396ee4c85bb73dcc67dd398772964bf2fca4ba671bed31e80fefe8a93a",
"bin": "tombi-cli-1.1.4-x86_64-apple-darwin/tombi"
},
"x86_64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-x86_64-pc-windows-msvc.zip",
"etag": "0x8DECF37A1E17856",
"hash": "6a62ddbfda2e32a59e05fdab6d93a9c33938e0f0ae05594cad8666a81d91eef7"
},
"aarch64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-aarch64-unknown-linux-musl.tar.gz",
"etag": "0x8DECF37A1E0413C",
"hash": "2f0242007c7723706b2c62bb07fc1351ffd9604bf45bfedde68f8588c61d260f",
"bin": "tombi-cli-1.1.4-aarch64-unknown-linux-musl/tombi"
},
"aarch64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-aarch64-apple-darwin.tar.gz",
"etag": "0x8DECF37A1D440C1",
"hash": "db11c9c7e0b3d628ce62040f2e4be3cdacb808193de30959dbc48ad7250c3926",
"bin": "tombi-cli-1.1.4-aarch64-apple-darwin/tombi"
},
"aarch64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.4/tombi-cli-1.1.4-aarch64-pc-windows-msvc.zip",
"etag": "0x8DECF37A24A429C",
"hash": "f3ccf5813776f2202d8ee5258298c604f700c588f3ef3a974b0b85b2c864db29"
}
},
"1.1.3": {
"x86_64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.3/tombi-cli-1.1.3-x86_64-unknown-linux-musl.tar.gz",

34
manifests/trivy.json generated
View File

@@ -31,10 +31,40 @@
}
},
"latest": {
"version": "0.71.1"
"version": "0.71.2"
},
"0.71": {
"version": "0.71.1"
"version": "0.71.2"
},
"0.71.2": {
"x86_64_linux_gnu": {
"etag": "0x8DECDEEB9FAC982",
"hash": "0510e71e2fd39bf863856d499c8dc19feb4e7336546394c502a8f5cc7ab27460"
},
"x86_64_macos": {
"etag": "0x8DECDEEB7939380",
"hash": "c27bcf4ddd281aecb7267eb5df804ec49ac0f8fa23fe018d33932e17f30a38bf"
},
"x86_64_windows": {
"etag": "0x8DECDEEB76909D8",
"hash": "ea31c2a927382410cfa2b4eb5970aed62308cf28902e1d167ea36bbfa0515095"
},
"aarch64_linux_gnu": {
"etag": "0x8DECDEEB80AED8A",
"hash": "fe1c7106e15a5365d485b098a8c338f91e3b7ba71cb0e4963b98a3a098763cfc"
},
"aarch64_macos": {
"etag": "0x8DECDEEB96021E7",
"hash": "a9f585cad53542a54ef286b5fa4199d081e5a061f8894635bdf3ce2608ece7a9"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DECDEEBADECC64",
"hash": "c5ed00cf9d5b266024c500ddb6a19fa6f75001aa256a1438b2135a21759b0c07"
},
"s390x_linux_gnu": {
"etag": "0x8DECDEEBB3E821A",
"hash": "191a18ec1fd64728f8920490a349152addbb6b3d15e9290e09cac4792a0f4de5"
}
},
"0.71.1": {
"x86_64_linux_gnu": {

80
manifests/uv.json generated
View File

@@ -68,10 +68,86 @@
}
},
"latest": {
"version": "0.11.21"
"version": "0.11.23"
},
"0.11": {
"version": "0.11.21"
"version": "0.11.23"
},
"0.11.23": {
"x86_64_linux_musl": {
"etag": "0x8DECE32919CF7BF",
"hash": "6be47081100ff1ce0ac7e85ba2ac12e32f2ffa6f946d78bf7f24ee9ce3a46181"
},
"x86_64_macos": {
"etag": "0x8DECE32911547C8",
"hash": "7a88155033cc469bba5bd5a24212e355eb92e3e2a276320b669ec576296c1e25"
},
"x86_64_windows": {
"etag": "0x8DECE32912D9673",
"hash": "02ad29f07e674d68726ba3bb1ff25b335d83515756e2b1a194bb56c3cc30e07c"
},
"aarch64_linux_musl": {
"etag": "0x8DECE328E916DC1",
"hash": "80efb615b78c1e5721e5858135cd3499609b26741220332c843bd58936053bc6"
},
"aarch64_macos": {
"etag": "0x8DECE328DE77A19",
"hash": "71ef9de85db820749b3b12b7585624ee279e9c5afcbc6f8236bc3d628c4305b0"
},
"aarch64_windows": {
"etag": "0x8DECE328E3A4608",
"hash": "c24ef88c44c5e6be3daa7357c0cd8419a88de74c5d01f4ff403e06b765249788"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DECE3290594F0A",
"hash": "1c87278219389da56f49670ac3f9ae72cda4c38c6a1305290961586ce1b98c3b"
},
"riscv64_linux_gnu": {
"etag": "0x8DECE32905168AE",
"hash": "38c3b11a79dd6729ff2f35d1882a40c8919e47f385ed51703bed8e1c1ab9afea"
},
"s390x_linux_gnu": {
"etag": "0x8DECE3290A800F5",
"hash": "1a13fd6ab96af55456e6f4ca3f173475e0edf9c9f887bf6e0bc545bc2d931fad"
}
},
"0.11.22": {
"x86_64_linux_musl": {
"etag": "0x8DECD8E0B4BF342",
"hash": "b80bd6952ee11b920b5ab2a35dbccddc364f579e5f2e028d115848cdaa72963e"
},
"x86_64_macos": {
"etag": "0x8DECD8E0A90A1BC",
"hash": "9490033dc405b4afc8fa5f9ecd5cc1793e80c727a8c42c32ad456778720d39f2"
},
"x86_64_windows": {
"etag": "0x8DECD8E0AD1F530",
"hash": "b56939bac92d29996d351647f7c6f15b31cc69cf952d06d136de3e1e62eb64d1"
},
"aarch64_linux_musl": {
"etag": "0x8DECD8E07EEE36A",
"hash": "bc28063fe57e76a2d632d804cae9c602f8aded1d99f41025d7fefeb66b10befd"
},
"aarch64_macos": {
"etag": "0x8DECD8E0768379F",
"hash": "97a45e2ff8d5ea262623eed57ec2d9c468a42d74496d5c3c3eef11340235bd7f"
},
"aarch64_windows": {
"etag": "0x8DECD8E07A1AAAC",
"hash": "30fa01e0fc7c78bdaf6f369ebac401f22f0f865d650f0732a26f1df3e2c6971e"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DECD8E09BB4D7A",
"hash": "519602d26c50891254e19eb269c35da44a330e0499107bceb7926b7b061ed455"
},
"riscv64_linux_gnu": {
"etag": "0x8DECD8E09F892BD",
"hash": "291a5506ff058ba68357298752b83b5b230212b0a15845b568029d00cc1d4e8b"
},
"s390x_linux_gnu": {
"etag": "0x8DECD8E0A44ABDB",
"hash": "d5149a1bdd21dc8a86ad91d8657a4cd4eb0761a433ef0ce76117720e41ec950e"
}
},
"0.11.21": {
"x86_64_linux_musl": {

56
manifests/vacuum.json generated
View File

@@ -21,10 +21,62 @@
}
},
"latest": {
"version": "0.29.2"
"version": "0.29.4"
},
"0.29": {
"version": "0.29.2"
"version": "0.29.4"
},
"0.29.4": {
"x86_64_linux_musl": {
"etag": "0x8DECD868EF9098D",
"hash": "4ea18a72e26ad54a204029ea73feec84636e1e19017f3f66539a91faf0fc941a"
},
"x86_64_macos": {
"etag": "0x8DECD868E34E12F",
"hash": "b6a357ff71b11dbdce99ed2bf3fcef8cda0830c8d7e4a9ad8261f608f3381ebe"
},
"x86_64_windows": {
"etag": "0x8DECD868F1047EB",
"hash": "fdd2873f7f3532bfbc57f31558bbc3465fdc26618ddc24ce443559674191b579"
},
"aarch64_linux_musl": {
"etag": "0x8DECD868E1E652F",
"hash": "e67a69bc35393a1e612b6a6a4db57d88f0e5dc0fffe10a140ffeaf62035612a5"
},
"aarch64_macos": {
"etag": "0x8DECD868E28B9CB",
"hash": "6a5b9f2f61693c11d231cf7898b2aa26360f1f9e018f433e3fc4ff2a765a81b3"
},
"aarch64_windows": {
"etag": "0x8DECD868EEF9E47",
"hash": "32d29547834a5b9a55ab55a486de7d185fca851afff1981ce2679041c7b4bcb9"
}
},
"0.29.3": {
"x86_64_linux_musl": {
"etag": "0x8DECD6D6A6314B9",
"hash": "02ba57cd0d9f41c9ec649c888ca4c45f0888e4ed101d19394be83a968d168010"
},
"x86_64_macos": {
"etag": "0x8DECD6D69FC1454",
"hash": "fde62d569422ce2789eeaa717cf787673e79b6510d692e91fc2fe5e75cbf320b"
},
"x86_64_windows": {
"etag": "0x8DECD6D6A44D95F",
"hash": "3a8c820db8acb7a64731f47c2ed7c50122bf289176271b4ba7ea44014c902e97"
},
"aarch64_linux_musl": {
"etag": "0x8DECD6D6A6D6953",
"hash": "9f4ba3455b98ce1ba958a291644aed55bc81bdaa108112ed95b493ba90ec4953"
},
"aarch64_macos": {
"etag": "0x8DECD6D69AD4C2F",
"hash": "a48bbf336ef4be262790c81687813e930e8614ffbf9ab89e01de18087d3bce51"
},
"aarch64_windows": {
"etag": "0x8DECD6D6AB32C88",
"hash": "b3de15b1f81b7889282199380b29cc37d4877d526a188053dbd3da6847abf536"
}
},
"0.29.2": {
"x86_64_linux_musl": {

27
manifests/xh.json generated
View File

@@ -23,7 +23,32 @@
}
},
"latest": {
"version": "0.25.3"
"version": "0.26.1"
},
"0.26": {
"version": "0.26.1"
},
"0.26.1": {
"x86_64_linux_musl": {
"etag": "0x8DECE52C6C8F516",
"hash": "c411f07a0b204ca07858a67473d0f5c77e332226430d4d84d1d2afd351a425f2"
},
"x86_64_macos": {
"etag": "0x8DECE52F8E0EE42",
"hash": "1d7ece33662e0c0336283e1f1bf09de75b46302701df50493bed1ebc5ee9e305"
},
"x86_64_windows": {
"etag": "0x8DECE5318E65DE9",
"hash": "8bdd9cc00f03739294b9f3bc9214e2624bee89f7ba6dd55e65e6f53fd1ade388"
},
"aarch64_linux_musl": {
"etag": "0x8DECE52E02EDD03",
"hash": "823c344a8dfe747e94e667f3331b8e41ef99939e7e42078f498388fb9d1062b0"
},
"aarch64_macos": {
"etag": "0x8DECE52ADCE2F76",
"hash": "c66e2f66cf0d486066f8bc6bb5e0b567fa62519b3cb9f68b4a2cfef8bce92892"
}
},
"0.25": {
"version": "0.25.3"

44
manifests/zizmor.json generated
View File

@@ -23,6 +23,50 @@
"1": {
"version": "1.25.2"
},
"1.26.1": {
"x86_64_linux_gnu": {
"etag": "0x8DECF3F7F92A80B",
"hash": "8556289a64e7aaf2400cd516f61a471aa91c5902cc56ad96a82fd12f90c2ef73"
},
"x86_64_macos": {
"etag": "0x8DECF3F7FB6A95F",
"hash": "2967414a561f8c1264121e8f723c3b5abcf3d1bf7ce5063114df99985dd75801"
},
"x86_64_windows": {
"etag": "0x8DECF3F7F8680B0",
"hash": "c6cea156935e3b9d36faeca4fd8f622d23f7a7578da26adb34e6456abd9beb9a"
},
"aarch64_linux_gnu": {
"etag": "0x8DECF3F7F8218E1",
"hash": "711f5af366b299128f9a04b1470e37d990b41fbd21f14a1a4148d25004a83762"
},
"aarch64_macos": {
"etag": "0x8DECF3F7FB378AE",
"hash": "68ab2b37836bbd44f6cfffcc102b9ffffbc20c5d67d84293dafb63bd2775a1da"
}
},
"1.26.0": {
"x86_64_linux_gnu": {
"etag": "0x8DECF3929CE9FC4",
"hash": "b9dfe966a613ef7b7f06f06271cb4bd138021d59685a5eb9ed03d44c6cf50f8f"
},
"x86_64_macos": {
"etag": "0x8DECF392A05E52B",
"hash": "8791552007ed6d60d464c1041016609028537fc58b4d05affd04aceddfc83e4b"
},
"x86_64_windows": {
"etag": "0x8DECF3929DABFF7",
"hash": "eb523e90a50a82ba3efbd79e8c1c53068fbcc504eaa81e9338b678eba8c3bf46"
},
"aarch64_linux_gnu": {
"etag": "0x8DECF392A012F80",
"hash": "d6863a718c34ab7f3abe8006b892671271727a95937457828b911191334c66f1"
},
"aarch64_macos": {
"etag": "0x8DECF3929D56EC2",
"hash": "934d5f934975a84bca84963712aa9e326893bd394912339f39e4050e1d5a4634"
}
},
"1.25": {
"version": "1.25.2"
},