mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 10:30:23 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1dcbf2bdd1 | ||
|
|
4f8f384075 | ||
|
|
b99dad3436 | ||
|
|
0db195828f | ||
|
|
d417fd6791 | ||
|
|
5ab5d1729c | ||
|
|
554266c4d4 | ||
|
|
8913ca02e9 | ||
|
|
0b22358e2e |
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -48,9 +48,8 @@ jobs:
|
||||
tidy:
|
||||
uses: taiki-e/github-actions/.github/workflows/tidy.yml@main
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write # for gh pr edit --add-assignee
|
||||
repository-projects: read # for gh pr edit --add-assignee
|
||||
contents: write # for creating branch for pr
|
||||
pull-requests: write # unused (used in `codegen-automerge: true` case)
|
||||
security-events: write # for github/codeql-action/*
|
||||
secrets: inherit
|
||||
|
||||
|
||||
5
.github/workflows/manifest.yml
vendored
5
.github/workflows/manifest.yml
vendored
@@ -35,9 +35,8 @@ jobs:
|
||||
manifest:
|
||||
uses: taiki-e/github-actions/.github/workflows/gen.yml@main
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write # for gh pr edit --add-assignee / gh pr review --approve
|
||||
repository-projects: read # for gh pr edit --add-assignee
|
||||
contents: write # for creating branch for pr
|
||||
pull-requests: write # for gh pr review --approve
|
||||
secrets: inherit
|
||||
with:
|
||||
script: tools/manifest.sh
|
||||
|
||||
2
.github/zizmor.yml
vendored
2
.github/zizmor.yml
vendored
@@ -2,7 +2,7 @@
|
||||
# https://docs.zizmor.sh/configuration/
|
||||
|
||||
rules:
|
||||
dependabot-cooldown: { disable: true } # Useless unless hash-pin is forced by unpinned-uses.
|
||||
dependabot-cooldown: { disable: true } # Unless dependencies are pinned/locked, the effect is limited.
|
||||
secrets-inherit: { disable: true }
|
||||
unpinned-uses:
|
||||
config:
|
||||
|
||||
20
CHANGELOG.md
20
CHANGELOG.md
@@ -10,6 +10,22 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.68.28] - 2026-03-14
|
||||
|
||||
- Update `cargo-shear@latest` to 1.11.0.
|
||||
|
||||
- Update `vacuum@latest` to 0.25.1.
|
||||
|
||||
- Update `uv@latest` to 0.10.10.
|
||||
|
||||
- Update `mise@latest` to 2026.3.9.
|
||||
|
||||
## [2.68.27] - 2026-03-12
|
||||
|
||||
- Update `cargo-cyclonedx@latest` to 0.5.8.
|
||||
|
||||
- Update `mise@latest` to 2026.3.8.
|
||||
|
||||
## [2.68.26] - 2026-03-10
|
||||
|
||||
- Update `vacuum@latest` to 0.25.0.
|
||||
@@ -5863,7 +5879,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.68.26...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.68.28...HEAD
|
||||
[2.68.28]: https://github.com/taiki-e/install-action/compare/v2.68.27...v2.68.28
|
||||
[2.68.27]: https://github.com/taiki-e/install-action/compare/v2.68.26...v2.68.27
|
||||
[2.68.26]: https://github.com/taiki-e/install-action/compare/v2.68.25...v2.68.26
|
||||
[2.68.25]: https://github.com/taiki-e/install-action/compare/v2.68.24...v2.68.25
|
||||
[2.68.24]: https://github.com/taiki-e/install-action/compare/v2.68.23...v2.68.24
|
||||
|
||||
30
manifests/cargo-cyclonedx.json
generated
30
manifests/cargo-cyclonedx.json
generated
@@ -3,10 +3,36 @@
|
||||
"template": null,
|
||||
"license_markdown": "[Apache-2.0](https://github.com/CycloneDX/cyclonedx-rust-cargo/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.5.7"
|
||||
"version": "0.5.8"
|
||||
},
|
||||
"0.5": {
|
||||
"version": "0.5.7"
|
||||
"version": "0.5.8"
|
||||
},
|
||||
"0.5.8": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/CycloneDX/cyclonedx-rust-cargo/releases/download/cargo-cyclonedx-0.5.8/cargo-cyclonedx-x86_64-unknown-linux-musl.tar.xz",
|
||||
"etag": "0x8DE805A50426FFF",
|
||||
"checksum": "7cda4d471e70cad04daef2d55f3d031a7a246098dad263ca7fbda4e752f3bcc7",
|
||||
"bin": "cargo-cyclonedx-x86_64-unknown-linux-musl/cargo-cyclonedx"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/CycloneDX/cyclonedx-rust-cargo/releases/download/cargo-cyclonedx-0.5.8/cargo-cyclonedx-x86_64-apple-darwin.tar.xz",
|
||||
"etag": "0x8DE805A4FE43F58",
|
||||
"checksum": "fd44040b33bafbb7b5073b8302f83100e02e12327de1e1ac245b32853ca320e7",
|
||||
"bin": "cargo-cyclonedx-x86_64-apple-darwin/cargo-cyclonedx"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/CycloneDX/cyclonedx-rust-cargo/releases/download/cargo-cyclonedx-0.5.8/cargo-cyclonedx-x86_64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DE805A5010C283",
|
||||
"checksum": "81577d0bdc7dbe99bed56ec79437afef476842999541a85096efa1f28f7fd965",
|
||||
"bin": "cargo-cyclonedx.exe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/CycloneDX/cyclonedx-rust-cargo/releases/download/cargo-cyclonedx-0.5.8/cargo-cyclonedx-aarch64-apple-darwin.tar.xz",
|
||||
"etag": "0x8DE805A4FB1F65D",
|
||||
"checksum": "0b0b28095b775886a530c2be191a51a053e853d3a0212536b958ebf2828b119b",
|
||||
"bin": "cargo-cyclonedx-aarch64-apple-darwin/cargo-cyclonedx"
|
||||
}
|
||||
},
|
||||
"0.5.7": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
33
manifests/cargo-shear.json
generated
33
manifests/cargo-shear.json
generated
@@ -28,10 +28,39 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.10.0"
|
||||
"version": "1.11.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.10.0"
|
||||
"version": "1.11.0"
|
||||
},
|
||||
"1.11": {
|
||||
"version": "1.11.0"
|
||||
},
|
||||
"1.11.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE81A13A4328B3",
|
||||
"checksum": "0563296cf50539d1321fd8b96b340ce8c5929dcb6dc49b5360b77efbc27143e9"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE81A1342B6435",
|
||||
"checksum": "3a7533e61cbd35e5d0e18549471c555830ffffac272d2552a2ecd5f2623e5e7e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE81A18766AB64",
|
||||
"checksum": "44658ada63a9cdcec2e202e9d00d28ef561b9d69673c066a3223db070826cf3a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE81A13D0B35CB",
|
||||
"checksum": "72ce1efeb433f73339cab985e4f0c2a411c3bf57e7b8b0db07f5ffa9b6fc2082"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE81A14EDDFCD3",
|
||||
"checksum": "a3713e9bbca2052eb833093f214dfad01ffbe8a1a87dc0ee2af81aeb2a94e05d"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE81A16BFFE821",
|
||||
"checksum": "ab97cdae4b922f1e27188e01efa055e582d5a2e9259b394f883fde04f8bb6808"
|
||||
}
|
||||
},
|
||||
"1.10": {
|
||||
"version": "1.10.0"
|
||||
|
||||
58
manifests/mise.json
generated
58
manifests/mise.json
generated
@@ -28,13 +28,65 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "2026.3.7"
|
||||
"version": "2026.3.9"
|
||||
},
|
||||
"2026": {
|
||||
"version": "2026.3.7"
|
||||
"version": "2026.3.9"
|
||||
},
|
||||
"2026.3": {
|
||||
"version": "2026.3.7"
|
||||
"version": "2026.3.9"
|
||||
},
|
||||
"2026.3.9": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE8139F2876EEF",
|
||||
"checksum": "dd701f49ef6b29b00b219c7870d91ba894ef401d49ba2863e6931b2318d49c2d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE8139F59696C3",
|
||||
"checksum": "a7cf136155077e7590a6748559377a647d472480fd511810a5f00fb3b91872e5"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE8139F6B287C2",
|
||||
"checksum": "f3f99193ec04b2d5e89f3d68904b80416361474e5b1c26f94a6494e321f5d178"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE8139ED58DA98",
|
||||
"checksum": "669d552aeada350aeb4ea89da2256c4103b6ac731580ec09414b4ec7ef7d4497"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE8139F4B06D7D",
|
||||
"checksum": "a371ecbad19cda70ab196b8672b7c2161f2f958e1bba8b53cb4d378163a72b37"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE8139F6B73D6B",
|
||||
"checksum": "b4624d2d8de88fa08409a7980eac5bf44eed881ac351382110a8b589cc3897ab"
|
||||
}
|
||||
},
|
||||
"2026.3.8": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE7FA887983575",
|
||||
"checksum": "5919700f35af69145098ec7ce475f6770e8ea2ba1676f4e52b1f76b6584896c6"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE7FA889B07B58",
|
||||
"checksum": "1c2ddee0fc911844667f705ee2723e28658d978e241229c83e014b6ecca14fac"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE7FA88A7620C7",
|
||||
"checksum": "89c2b4dc882bb83cdcff7f6e97dc7ea745d5452e1319ef2856bba0f4d0a34c1f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE7FA884494305",
|
||||
"checksum": "7393a6dc9d18bd5b97203eb9391e93c0d5349672b3f8775c5307d9c45171d8c4"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE7FA888E8DC50",
|
||||
"checksum": "3ef85e9102b8b53bcb038961a7bf9838988b70e72f17c3ca27c221bd121ef665"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE7FA88A3A6C8B",
|
||||
"checksum": "c9ef55a00a7bc0eb1e1eb0c0913702c5ab1dc56c547ddd0416c27a8824f8c4a1"
|
||||
}
|
||||
},
|
||||
"2026.3.7": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
42
manifests/uv.json
generated
42
manifests/uv.json
generated
@@ -40,10 +40,48 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)",
|
||||
"latest": {
|
||||
"version": "0.10.9"
|
||||
"version": "0.10.10"
|
||||
},
|
||||
"0.10": {
|
||||
"version": "0.10.9"
|
||||
"version": "0.10.10"
|
||||
},
|
||||
"0.10.10": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE813C3008F3F6",
|
||||
"checksum": "74544e8755fbc27559e22e29fd561bdc48f91b8bd8323e760a1130f32433bea4"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE813C2F95F338",
|
||||
"checksum": "dd18420591d625f9b4ca2b57a7a6fe3cce43910f02e02d90e47a4101428de14a"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE813C2FBB7969",
|
||||
"checksum": "d31a30f1dfb96e630a08d5a9b3f3f551254b7ed6e9b7e495f46a4232661c7252"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE813C2D18F3CE",
|
||||
"checksum": "d08c08b82cdcaf2bd3d928ffe844d3558dda53f90066db6ef9174157cc763252"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE813C2C744592",
|
||||
"checksum": "8a09f0ef51ee7f7170731b4cb8bde5bf9ba6da5304f49a7df6cdab42a1f37b5d"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE813C2CBE8F84",
|
||||
"checksum": "2c6fe113f14574bc27f085751c68d3485589fcc3c3c64ed85dd1eecc2f87cffc"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DE813C2ECE2D17",
|
||||
"checksum": "78939dc4fc905aca8af4be19b6c6ecc306f04c6ca9f98d144372595d9397fd0d"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DE813C2EE19F38",
|
||||
"checksum": "5eff670bf80fce9d9e50df5b4d46c415a9c0324eadf7059d97c76f89ffc33c3f"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DE813C2F4EB32E",
|
||||
"checksum": "a32d2be5600f7f42f82596ffe9d3115f020974ca7fb4f15251c5625c5481ea5e"
|
||||
}
|
||||
},
|
||||
"0.10.9": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
30
manifests/vacuum.json
generated
30
manifests/vacuum.json
generated
@@ -22,10 +22,36 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.25.0"
|
||||
"version": "0.25.1"
|
||||
},
|
||||
"0.25": {
|
||||
"version": "0.25.0"
|
||||
"version": "0.25.1"
|
||||
},
|
||||
"0.25.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE8110853412E5",
|
||||
"checksum": "5be88556c50b728b0f4db391029bfa9ddcca2f7cc83db6c2247bb7439a47d15b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE8110853F030D",
|
||||
"checksum": "f55ec44e4a44fc686f194d387e112c545c5d41902692a6bfee7b0286e32c1619"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE8110846EBA63",
|
||||
"checksum": "93718ddd22fa7d8936a48e4e2cf77fda8680045482829f9ec7b1bd42fab1afe4"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE8110852115AF",
|
||||
"checksum": "8eeb76373152ba916f89f6fb568e53ade333f5cfaa7c1719638e87074a6b93f6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE8110845E521C",
|
||||
"checksum": "0f77bb43f531c7314bf1908ec6cd645f2d5ee186ec1a8c7ff080f9745c4582d2"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE81108470B3FD",
|
||||
"checksum": "df3ff53f5bbf1ba3f15333f1303ed99243acf1c7352a8db81ca82f8640b065d5"
|
||||
}
|
||||
},
|
||||
"0.25.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user