Compare commits

..

1 Commits

Author SHA1 Message Date
Taiki Endo
9642f271a9 cosign 2026-05-11 19:14:00 +00:00
4 changed files with 4 additions and 42 deletions

View File

@@ -10,8 +10,6 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
- Update `cargo-deny@latest` to 0.19.6.
## [2.77.6] - 2026-05-11
- Fix `wasm-pack` installation failure.

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: cosign
checksum:
description: Whether to enable checksums (strongly discouraged to disable)
required: false

View File

@@ -23,10 +23,10 @@
}
},
"latest": {
"version": "0.19.6"
"version": "0.19.5"
},
"0.19": {
"version": "0.19.6"
"version": "0.19.5"
},
"0.19.6": {
"x86_64_linux_musl": {

36
manifests/tombi.json generated
View File

@@ -7,42 +7,6 @@
"0.11": {
"version": "0.11.1"
},
"0.11.2": {
"x86_64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DEB02D9B33A9ED",
"hash": "d0ca6daabdb408934d135db66d8e23802dc543d9a3dbf2a3b55d718a8786d010",
"bin": "tombi-cli-0.11.2-x86_64-unknown-linux-musl/tombi"
},
"x86_64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-x86_64-apple-darwin.tar.gz",
"etag": "0x8DEB02D9BD3A270",
"hash": "daf6a1df9fa5c2e14600a99ef79d7db5bbab41492766690d198d57ed98b02c3b",
"bin": "tombi-cli-0.11.2-x86_64-apple-darwin/tombi"
},
"x86_64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-x86_64-pc-windows-msvc.zip",
"etag": "0x8DEB02D9BE01785",
"hash": "9a6d139ea53836a24b0e5c79aa7e94482c9fb98d3431fdca160754c5d095fada"
},
"aarch64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-aarch64-unknown-linux-musl.tar.gz",
"etag": "0x8DEB02D9B281E31",
"hash": "b68b4071fade4ffd146f782b02f4c73114f504c7a2905c0196d48bb2027dd9f1",
"bin": "tombi-cli-0.11.2-aarch64-unknown-linux-musl/tombi"
},
"aarch64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-aarch64-apple-darwin.tar.gz",
"etag": "0x8DEB02D9B163118",
"hash": "b744bee1505e32fa2d77918d9a123d6cb7ef360e292925562b49afd1cd34683d",
"bin": "tombi-cli-0.11.2-aarch64-apple-darwin/tombi"
},
"aarch64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-aarch64-pc-windows-msvc.zip",
"etag": "0x8DEB02D9B4B5CF3",
"hash": "af5cacd1b60ad32a41991ec328c7999708cf620488092103300de1ceaf61e046"
}
},
"0.11.1": {
"x86_64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.1/tombi-cli-0.11.1-x86_64-unknown-linux-musl.tar.gz",