mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-30 10:50:25 +00:00
Compare commits
3 Commits
releases/d
...
update-man
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1aad757f84 | ||
|
|
573cf80cfc | ||
|
|
458badeb06 |
@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- Update `cyclonedx@latest` to 0.31.0.
|
||||
|
||||
- Update `tombi@latest` to 0.9.26.
|
||||
|
||||
## [2.75.27] - 2026-04-30
|
||||
|
||||
- Update `cargo-udeps@latest` to 0.1.61.
|
||||
|
||||
@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
|
||||
inputs:
|
||||
tool:
|
||||
description: Tools to install (whitespace or comma separated list)
|
||||
required: false
|
||||
default: deepsource
|
||||
required: true
|
||||
# default: #publish:tool
|
||||
checksum:
|
||||
description: Whether to enable checksums (strongly discouraged to disable)
|
||||
required: false
|
||||
|
||||
5
manifests/cyclonedx.json
generated
5
manifests/cyclonedx.json
generated
@@ -21,7 +21,10 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.30.0"
|
||||
"version": "0.31.0"
|
||||
},
|
||||
"0.31": {
|
||||
"version": "0.31.0"
|
||||
},
|
||||
"0.31.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
22
manifests/gungraun-runner.json
generated
22
manifests/gungraun-runner.json
generated
@@ -28,6 +28,28 @@
|
||||
"0.18": {
|
||||
"version": "0.18.1"
|
||||
},
|
||||
"0.18.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEA695B3CFC4FA",
|
||||
"hash": "bad19b8dd280e9cfab691eb3220d107ce1b09091846ac7df19c9a303988cf071"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DEA695BAEDE5DA",
|
||||
"hash": "46ee655aaac3f1d18c823ec8abf4c8adb5dd9641c526b49de007c15b743c8fe4"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DEA69515EAE4D4",
|
||||
"hash": "07b17bc9904c2733cfd7663ac36ed28a80af28530403c77f0a34887b76e64f4c"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DEA6957D2B96BF",
|
||||
"hash": "496df4183e0f29ac919e14688f85fa4464d2e632fa6730743bdf24acf66108ac"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DEA695C06514A8",
|
||||
"hash": "6b6ec6b64d03d73b465222062fb20ead1eb6b18a48ab791fb5fcefed34fd1532"
|
||||
}
|
||||
},
|
||||
"0.18.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE9748264D41CC",
|
||||
|
||||
40
manifests/tombi.json
generated
40
manifests/tombi.json
generated
@@ -2,10 +2,46 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.9.25"
|
||||
"version": "0.9.26"
|
||||
},
|
||||
"0.10.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.10.0/tombi-cli-0.10.0-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEA667D443F54E",
|
||||
"hash": "05cb1ad7c0231770d769d890345a4525573a289c30a62157445b8841fbc8a87f",
|
||||
"bin": "tombi-cli-0.10.0-x86_64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.10.0/tombi-cli-0.10.0-x86_64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEA667D44C0290",
|
||||
"hash": "2a841b9a8fee2e3db503f11d56ae626ec0b2570da57c8d62a2ee26170481c534",
|
||||
"bin": "tombi-cli-0.10.0-x86_64-apple-darwin/tombi"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.10.0/tombi-cli-0.10.0-x86_64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEA667D459133F",
|
||||
"hash": "bcfbf9febe82601819ed0b01504eae85de63986d5b197db4ebdb1a0639844ee6"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.10.0/tombi-cli-0.10.0-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEA667D4D3ACBD",
|
||||
"hash": "26bc3d7f3ef20ab2d9a06c2bc35fb1521c7a509b369d15fa6ee222f665ba614a",
|
||||
"bin": "tombi-cli-0.10.0-aarch64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.10.0/tombi-cli-0.10.0-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEA667D4D7045B",
|
||||
"hash": "070348dce9fee9117dd48780deb02a24f6eda6030677d28360c9766b434b5c9b",
|
||||
"bin": "tombi-cli-0.10.0-aarch64-apple-darwin/tombi"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.10.0/tombi-cli-0.10.0-aarch64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEA667D445EEEC",
|
||||
"hash": "60dd5c5d97227771e4a71e342ce79ce00f1feb43795a78369aecb57f044d3c6e"
|
||||
}
|
||||
},
|
||||
"0.9": {
|
||||
"version": "0.9.25"
|
||||
"version": "0.9.26"
|
||||
},
|
||||
"0.9.26": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user