mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-27 03:42:44 +08:00
Compare commits
20 Commits
v2.79.6
...
cargo-lamb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a986be631e | ||
|
|
8f531eaecd | ||
|
|
8205558b9c | ||
|
|
eb38d1ae87 | ||
|
|
8a5a6fd714 | ||
|
|
a6f0b5b0ac | ||
|
|
920ab1831f | ||
|
|
6ca6ee06b5 | ||
|
|
50b919ba90 | ||
|
|
ee45616641 | ||
|
|
63a7dfdb6d | ||
|
|
3fb80a0867 | ||
|
|
d9be7d8cda | ||
|
|
7728147b45 | ||
|
|
6df4f17880 | ||
|
|
be60431cdc | ||
|
|
24db57b414 | ||
|
|
56d048e4be | ||
|
|
88886e83d3 | ||
|
|
1a101afe87 |
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -21,7 +21,3 @@ updates:
|
|||||||
commit-message:
|
commit-message:
|
||||||
prefix: ''
|
prefix: ''
|
||||||
labels: []
|
labels: []
|
||||||
groups:
|
|
||||||
github-actions:
|
|
||||||
patterns:
|
|
||||||
- '*'
|
|
||||||
|
|||||||
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@@ -31,26 +31,16 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
miri:
|
|
||||||
needs: tidy
|
|
||||||
uses: taiki-e/github-actions/.github/workflows/miri.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
|
||||||
with:
|
|
||||||
# NB: sync with test job's --exclude option
|
|
||||||
args: --exclude install-action-internal-codegen
|
|
||||||
msrv:
|
|
||||||
needs: tidy
|
|
||||||
uses: taiki-e/github-actions/.github/workflows/msrv.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
|
||||||
test-manifest-schema:
|
|
||||||
needs: tidy
|
|
||||||
uses: taiki-e/github-actions/.github/workflows/test.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
|
||||||
with:
|
|
||||||
# NB: sync with miri job's --exclude option
|
|
||||||
test-args: --exclude install-action-internal-codegen
|
|
||||||
no-std: false
|
|
||||||
tidy:
|
tidy:
|
||||||
uses: taiki-e/github-actions/.github/workflows/tidy.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
uses: taiki-e/github-actions/.github/workflows/tidy.yml@1bb80ca038216cd1fb7b6ca6d76240b3772963ab # main
|
||||||
permissions:
|
permissions:
|
||||||
security-events: write # for github/codeql-action/*
|
security-events: write # for github/codeql-action/*
|
||||||
|
test-manifest-schema:
|
||||||
|
needs: tidy
|
||||||
|
uses: taiki-e/github-actions/.github/workflows/rust-test.yml@1bb80ca038216cd1fb7b6ca6d76240b3772963ab # main
|
||||||
|
with:
|
||||||
|
test-args: --exclude install-action-internal-codegen
|
||||||
|
no-std: false
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: tidy
|
needs: tidy
|
||||||
|
|||||||
4
.github/workflows/manifest.yml
vendored
4
.github/workflows/manifest.yml
vendored
@@ -19,10 +19,9 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
manifest:
|
manifest:
|
||||||
uses: taiki-e/github-actions/.github/workflows/gen.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
uses: taiki-e/github-actions/.github/workflows/gen.yml@1bb80ca038216cd1fb7b6ca6d76240b3772963ab # main
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for creating branch for pr
|
contents: write # for creating branch for pr
|
||||||
pull-requests: write # for gh pr review --approve
|
|
||||||
secrets:
|
secrets:
|
||||||
PR_TOKEN_APP_PRIVATE_KEY: ${{ secrets.PR_TOKEN_APP_PRIVATE_KEY }}
|
PR_TOKEN_APP_PRIVATE_KEY: ${{ secrets.PR_TOKEN_APP_PRIVATE_KEY }}
|
||||||
with:
|
with:
|
||||||
@@ -30,6 +29,5 @@ jobs:
|
|||||||
commit-script: tools/ci/manifest.sh
|
commit-script: tools/ci/manifest.sh
|
||||||
title: Update manifest
|
title: Update manifest
|
||||||
branch: update-manifest
|
branch: update-manifest
|
||||||
automerge: true
|
|
||||||
install-cosign: true
|
install-cosign: true
|
||||||
install-parse-changelog: true
|
install-parse-changelog: true
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -28,7 +28,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action'
|
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action'
|
||||||
uses: taiki-e/github-actions/.github/workflows/action-release.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
uses: taiki-e/github-actions/.github/workflows/action-release.yml@1bb80ca038216cd1fb7b6ca6d76240b3772963ab # main
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for taiki-e/create-gh-release-action
|
contents: write # for taiki-e/create-gh-release-action
|
||||||
secrets:
|
secrets:
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
release-manifest-schema:
|
release-manifest-schema:
|
||||||
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action-manifest-schema'
|
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action-manifest-schema'
|
||||||
uses: taiki-e/github-actions/.github/workflows/rust-release.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
uses: taiki-e/github-actions/.github/workflows/rust-release.yml@1bb80ca038216cd1fb7b6ca6d76240b3772963ab # main
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for taiki-e/create-gh-release-action
|
contents: write # for taiki-e/create-gh-release-action
|
||||||
id-token: write # for rust-lang/crates-io-auth-action
|
id-token: write # for rust-lang/crates-io-auth-action
|
||||||
|
|||||||
27
CHANGELOG.md
27
CHANGELOG.md
@@ -10,6 +10,28 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.79.9] - 2026-05-26
|
||||||
|
|
||||||
|
- Update `vacuum@latest` to 0.26.7.
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 1.0.0.
|
||||||
|
|
||||||
|
## [2.79.8] - 2026-05-26
|
||||||
|
|
||||||
|
- Update `parse-dockerfile@latest` to 0.1.6.
|
||||||
|
|
||||||
|
- Update `knope@latest` to 0.23.0.
|
||||||
|
|
||||||
|
## [2.79.7] - 2026-05-24
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.46.3.
|
||||||
|
|
||||||
|
- Update `rclone@latest` to 1.74.2.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.5.15.
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.11.7.
|
||||||
|
|
||||||
## [2.79.6] - 2026-05-23
|
## [2.79.6] - 2026-05-23
|
||||||
|
|
||||||
- Update `wasm-bindgen@latest` to 0.2.122.
|
- Update `wasm-bindgen@latest` to 0.2.122.
|
||||||
@@ -6636,7 +6658,10 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.79.6...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.79.9...HEAD
|
||||||
|
[2.79.9]: https://github.com/taiki-e/install-action/compare/v2.79.8...v2.79.9
|
||||||
|
[2.79.8]: https://github.com/taiki-e/install-action/compare/v2.79.7...v2.79.8
|
||||||
|
[2.79.7]: https://github.com/taiki-e/install-action/compare/v2.79.6...v2.79.7
|
||||||
[2.79.6]: https://github.com/taiki-e/install-action/compare/v2.79.5...v2.79.6
|
[2.79.6]: https://github.com/taiki-e/install-action/compare/v2.79.5...v2.79.6
|
||||||
[2.79.5]: https://github.com/taiki-e/install-action/compare/v2.79.4...v2.79.5
|
[2.79.5]: https://github.com/taiki-e/install-action/compare/v2.79.4...v2.79.5
|
||||||
[2.79.4]: https://github.com/taiki-e/install-action/compare/v2.79.3...v2.79.4
|
[2.79.4]: https://github.com/taiki-e/install-action/compare/v2.79.3...v2.79.4
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
|
|||||||
inputs:
|
inputs:
|
||||||
tool:
|
tool:
|
||||||
description: Tools to install (whitespace or comma separated list)
|
description: Tools to install (whitespace or comma separated list)
|
||||||
required: true
|
required: false
|
||||||
# default: #publish:tool
|
default: cargo-lambda
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
38
manifests/editorconfig-checker.json
generated
38
manifests/editorconfig-checker.json
generated
@@ -7,6 +7,44 @@
|
|||||||
"3": {
|
"3": {
|
||||||
"version": "3.6.1"
|
"version": "3.6.1"
|
||||||
},
|
},
|
||||||
|
"3.7.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-linux-amd64.tar.gz",
|
||||||
|
"etag": "0x8DEBA822CEFEBD7",
|
||||||
|
"hash": "9a0c3a5170bffa24f9e5f0def53d285777b6c5284a95367f40d399d0b76af552",
|
||||||
|
"bin": "bin/ec-linux-amd64"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-darwin-amd64.tar.gz",
|
||||||
|
"etag": "0x8DEBA822CDDD7B8",
|
||||||
|
"hash": "6cd2e4aa2a374d391e3baeaae43fc28906fd15b09490f5669eee206a63eef00a",
|
||||||
|
"bin": "bin/ec-darwin-amd64"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-windows-amd64.zip",
|
||||||
|
"etag": "0x8DEBA822C7D11CB",
|
||||||
|
"hash": "9c6b8a4cd7ccc5826ab96d34c460f37ab18b9cb50607d3ee9eb743fc47335da7",
|
||||||
|
"bin": "bin/ec-windows-amd64.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-linux-arm64.tar.gz",
|
||||||
|
"etag": "0x8DEBA822D52AB64",
|
||||||
|
"hash": "e978f3f0940469989930311af8e101dd9ce8c2ee4da69264f3d76a3787e961ad",
|
||||||
|
"bin": "bin/ec-linux-arm64"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-darwin-arm64.tar.gz",
|
||||||
|
"etag": "0x8DEBA822CD948FC",
|
||||||
|
"hash": "727e6ef506c6fbe7719cc29c69b495715b64514a00059f3f179077bfad0580e5",
|
||||||
|
"bin": "bin/ec-darwin-arm64"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-windows-arm64.zip",
|
||||||
|
"etag": "0x8DEBA822D49DBB7",
|
||||||
|
"hash": "249759725d0b7d687cbb87b2eab14147617e1e5e0a6390f6cc12b8c57da98dce",
|
||||||
|
"bin": "bin/ec-windows-arm64.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
"3.6": {
|
"3.6": {
|
||||||
"version": "3.6.1"
|
"version": "3.6.1"
|
||||||
},
|
},
|
||||||
|
|||||||
37
manifests/knope.json
generated
37
manifests/knope.json
generated
@@ -2,7 +2,42 @@
|
|||||||
"rust_crate": "knope",
|
"rust_crate": "knope",
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.22.4"
|
"version": "0.23.0"
|
||||||
|
},
|
||||||
|
"0.23": {
|
||||||
|
"version": "0.23.0"
|
||||||
|
},
|
||||||
|
"0.23.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.23.0/knope-x86_64-unknown-linux-musl.tgz",
|
||||||
|
"etag": "0x8DEB9CB8CCE3489",
|
||||||
|
"hash": "76a970a5e237344abc14be3de37ed50c021b659a9b66b3f54afc77e6d48ac501",
|
||||||
|
"bin": "knope-x86_64-unknown-linux-musl/knope"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.23.0/knope-x86_64-apple-darwin.tgz",
|
||||||
|
"etag": "0x8DEB9CB8CCCD686",
|
||||||
|
"hash": "e403b5be532fb77238b9489555bc61ccb36ea4b4c7efc0dde1f5e5290067babe",
|
||||||
|
"bin": "knope-x86_64-apple-darwin/knope"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.23.0/knope-x86_64-pc-windows-msvc.tgz",
|
||||||
|
"etag": "0x8DEB9CB8CCC1413",
|
||||||
|
"hash": "7624eaeaf4758bf94729ab2e0bc4ea11e52972eee1bcd581630212eba335fbb0",
|
||||||
|
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.23.0/knope-aarch64-unknown-linux-musl.tgz",
|
||||||
|
"etag": "0x8DEB9CB8CC8BC73",
|
||||||
|
"hash": "c68758b1c3b007367ea40c22b1b1b052720557215935af09677d1561039698b4",
|
||||||
|
"bin": "knope-aarch64-unknown-linux-musl/knope"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.23.0/knope-aarch64-apple-darwin.tgz",
|
||||||
|
"etag": "0x8DEB9CB8CC847CB",
|
||||||
|
"hash": "a6e231cc7f02032c5b49ad14149c7d11fd48f0e244f9fb48d5c4c47ffb0e3863",
|
||||||
|
"bin": "knope-aarch64-apple-darwin/knope"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.22": {
|
"0.22": {
|
||||||
"version": "0.22.4"
|
"version": "0.22.4"
|
||||||
|
|||||||
6
manifests/mise.json
generated
6
manifests/mise.json
generated
@@ -27,13 +27,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2026.5.14"
|
"version": "2026.5.15"
|
||||||
},
|
},
|
||||||
"2026": {
|
"2026": {
|
||||||
"version": "2026.5.14"
|
"version": "2026.5.15"
|
||||||
},
|
},
|
||||||
"2026.5": {
|
"2026.5": {
|
||||||
"version": "2026.5.14"
|
"version": "2026.5.15"
|
||||||
},
|
},
|
||||||
"2026.5.15": {
|
"2026.5.15": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
42
manifests/parse-dockerfile.json
generated
42
manifests/parse-dockerfile.json
generated
@@ -30,10 +30,48 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.5"
|
"version": "0.1.6"
|
||||||
},
|
},
|
||||||
"0.1": {
|
"0.1": {
|
||||||
"version": "0.1.5"
|
"version": "0.1.6"
|
||||||
|
},
|
||||||
|
"0.1.6": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB9CD9244F826",
|
||||||
|
"hash": "710e16cc30de60a997233c5ca9cda9ed7b945f13d6588c25dbe9a8a4bc6085a7"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB9CD8EAF3822",
|
||||||
|
"hash": "6880df1dc4dfb34636961f3b7c2e6713566276cf9e07fb1172f2a41a5849dab1"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB9CDDB1179DE",
|
||||||
|
"hash": "19e98cdcbb7eb28c1bd50512e2ef5596d8624041ca14b8febb63b4ab98e6c9bf"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB9CD90318D69",
|
||||||
|
"hash": "8e77ec1ed1324beda9376c629ecede7289f1b16272c70ad5bde676ffdbf203ce"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB9CD8D22DC09",
|
||||||
|
"hash": "931d37a3c9f0729d4e5d8f633098b0e32987ca798d31743f33bb8b469c61e6df"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB9CDA4A18843",
|
||||||
|
"hash": "97528a7845bcc581ebcebc55eee147e784d4784a0faeed1546b2ee342d84d02e"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_musl": {
|
||||||
|
"etag": "0x8DEB9CD8F86F231",
|
||||||
|
"hash": "f02bece07e90c056aecc864a1f934da34e0a77a6034b61c8081ae012e0b32e8a"
|
||||||
|
},
|
||||||
|
"riscv64_linux_musl": {
|
||||||
|
"etag": "0x8DEB9CD9255874E",
|
||||||
|
"hash": "e7ff63e164497017449ac842a622b66e540e6c658df4a384adb05d660220d6b1"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEB9CD9F7061E4",
|
||||||
|
"hash": "c738e2a37e3c9d9b23e5eb982eb25182b123d8c41111c745fe3cb434aab6215c"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.1.5": {
|
"0.1.5": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
34
manifests/prek.json
generated
34
manifests/prek.json
generated
@@ -44,6 +44,40 @@
|
|||||||
"0.4": {
|
"0.4": {
|
||||||
"version": "0.4.1"
|
"version": "0.4.1"
|
||||||
},
|
},
|
||||||
|
"0.4.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEBB05AE51A940",
|
||||||
|
"hash": "8966aac61df423e4188b05dce904982cdb07de57efb0c2bb83057a97ada64549"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEBB05AD7C8449",
|
||||||
|
"hash": "e9784e6d120bd6811afdbb9805b500342e184b72603d7cda06cd222cfd7a6ad6"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEBB05ADCD2FBF",
|
||||||
|
"hash": "6b571c5100ebbaf868dc3c209f39ceb4ec16d6f1f297ee9fbdde013fc8b777f7"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEBB05AB84989C",
|
||||||
|
"hash": "ceb234ca2e65ae3f726a04071778f851aa4fbee1a03f80e3783730a0905937fa"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEBB05AB47AD12",
|
||||||
|
"hash": "9ea984611f3830e86d3f49b289dc34e9f2750009b9a04ee1d21e893b32df5a04"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEBB05AB387BE7",
|
||||||
|
"hash": "b360a06835aa7109030af0b8847f858125a8dece665b79f31bedf3ee03505172"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEBB05AD38C295",
|
||||||
|
"hash": "23499c4e7a76062a157eb43ee41e340b93b2e2e572b8d4e9657d35371d1087ed"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEBB05AD529628",
|
||||||
|
"hash": "fd0fb47d00e404a6942795f98206cdd12496f7dcc16618e4a551615e245f61a4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.4.1": {
|
"0.4.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DEB62868187A74",
|
"etag": "0x8DEB62868187A74",
|
||||||
|
|||||||
6
manifests/rclone.json
generated
6
manifests/rclone.json
generated
@@ -27,13 +27,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.74.1"
|
"version": "1.74.2"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.74.1"
|
"version": "1.74.2"
|
||||||
},
|
},
|
||||||
"1.74": {
|
"1.74": {
|
||||||
"version": "1.74.1"
|
"version": "1.74.2"
|
||||||
},
|
},
|
||||||
"1.74.2": {
|
"1.74.2": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
82
manifests/tombi.json
generated
82
manifests/tombi.json
generated
@@ -2,10 +2,88 @@
|
|||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.11.6"
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
"1.1.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEBAB98193E4E2",
|
||||||
|
"hash": "cee1b8edf63d7d49a5b7ed626a84d0a7f7d8ea48f664212da3cad17afeb142aa",
|
||||||
|
"bin": "tombi-cli-1.1.0-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEBAB9819A1F7D",
|
||||||
|
"hash": "0180797ef983cc56d33a0d0c22b46d37ba8b2f5718be494556d4cdec0116591f",
|
||||||
|
"bin": "tombi-cli-1.1.0-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEBAB9825B0FCC",
|
||||||
|
"hash": "8e1cdcd9d068e2b60c9eb77a5ec35c08787036fab944fee693f4bcd021fda89c"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEBAB981995CF7",
|
||||||
|
"hash": "06a73665a4ac4f16f93e2ace03584f97cadb9609365339e53db8d35b434df359",
|
||||||
|
"bin": "tombi-cli-1.1.0-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEBAB9819E6068",
|
||||||
|
"hash": "9adc2c6ac821c758342c12aba18c394f404035483fd41b46a422da38a70e3ad8",
|
||||||
|
"bin": "tombi-cli-1.1.0-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEBAB982378323",
|
||||||
|
"hash": "1f9ef6df3f49a00c370e95f00770ba278a6cb718a56c61a23a970082838fc111"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"1.0": {
|
||||||
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
"1.0.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB9F29541ECCB",
|
||||||
|
"hash": "de0efe1ae3816c1ef9e2eb79fad19d9bc1bc8deefcd2b002967770438c23a4d8",
|
||||||
|
"bin": "tombi-cli-1.0.0-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB9F294B9A71B",
|
||||||
|
"hash": "45a597f0e555995daf5ade2ba619ccdfd8c6d1b8aa56e9d4e808faafa13e5e72",
|
||||||
|
"bin": "tombi-cli-1.0.0-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB9F294C7EEE7",
|
||||||
|
"hash": "945f710543acdec1b3973680f32fb3b9eab32f388cdef59ad974624bd8f2a268"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB9F295A3007F",
|
||||||
|
"hash": "82f900ad8c55352d1568e427d852ed47e51fed4ce4351c881aa87f8da1283bbc",
|
||||||
|
"bin": "tombi-cli-1.0.0-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB9F294C0A417",
|
||||||
|
"hash": "3211dc10a0b91ec172d2214823de93d19f2fe7ac1be336a81899fbbc2b6c80ff",
|
||||||
|
"bin": "tombi-cli-1.0.0-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB9F294C669FB",
|
||||||
|
"hash": "9567264b567821210eee4ae4932cafd6622dadcc92e90cbed37823a53ed49f79"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.6"
|
"version": "0.11.7"
|
||||||
},
|
},
|
||||||
"0.11.7": {
|
"0.11.7": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
6
manifests/typos.json
generated
6
manifests/typos.json
generated
@@ -21,13 +21,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.46.2"
|
"version": "1.46.3"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.46.2"
|
"version": "1.46.3"
|
||||||
},
|
},
|
||||||
"1.46": {
|
"1.46": {
|
||||||
"version": "1.46.2"
|
"version": "1.46.3"
|
||||||
},
|
},
|
||||||
"1.46.3": {
|
"1.46.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
56
manifests/vacuum.json
generated
56
manifests/vacuum.json
generated
@@ -21,10 +21,62 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.26.6"
|
"version": "0.26.7"
|
||||||
},
|
},
|
||||||
"0.26": {
|
"0.26": {
|
||||||
"version": "0.26.6"
|
"version": "0.26.7"
|
||||||
|
},
|
||||||
|
"0.26.8": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEBB359470E9D7",
|
||||||
|
"hash": "a7e9229391823d8535c76a0e9c9c618beb9824167eb454f61c60a14d75a2e0ed"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEBB359568B26D",
|
||||||
|
"hash": "8b7763c27f074785ed1fbeb0cfb72ec36ea9b09a44ee9948784d814c12c34136"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEBB35945E1340",
|
||||||
|
"hash": "1762aac1041e1a69cb9a302664d661885637a69f5a0a03b338979ecb41ccd8ae"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEBB35944DD1D1",
|
||||||
|
"hash": "5c61285318aaa9a99c05b4be6637b2d0f4511d4c7569ce76b5cf2e22bf65d1b7"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEBB3595448A2F",
|
||||||
|
"hash": "1c434027b1affc9e055c55c7498e25d70d0aea4c30fb9fec2cb5b4e875f3bb87"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEBB35952F1E68",
|
||||||
|
"hash": "8f2b55d085fa7b16efda615257af1bdcc87ff601b1141d16c4184a6f69bdccc8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.26.7": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEBA6C9FFA462C",
|
||||||
|
"hash": "05ba652d7c41c1dc30935bf1e1b5342494c39c69adcbdf9f2bfa0de040c7f1f9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEBA6C9F4F5CBD",
|
||||||
|
"hash": "f54bea64b6667a282ccc796eacccefab062ba9728f1520c226f8ee0bbe9a3820"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEBA6CA004E89D",
|
||||||
|
"hash": "307581abd6758ce52316141c24e3658b9e5d70832be6183eca467c5eaf8b7f4e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEBA6CA02BA618",
|
||||||
|
"hash": "3c6ebbb2845f7573ee957fc339038dab851deb1d8dba3511c80b02e5f00989db"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEBA6C9F515656",
|
||||||
|
"hash": "a631b8c23d83437b1d9cd2b6bed1e6d22f339775ac2b823abeb7630190dce7a8"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEBA6C9F4BB75F",
|
||||||
|
"hash": "d374f0a4a3cdf8e62b4fe7c8768d6aacb3c96c8276f8ec9fd985ae931e1214c4"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.26.6": {
|
"0.26.6": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ case "$(uname -s)" in
|
|||||||
Darwin)
|
Darwin)
|
||||||
host_os=macos
|
host_os=macos
|
||||||
if [[ "${runner}" == 'macos-15-intel' ]]; then
|
if [[ "${runner}" == 'macos-15-intel' ]]; then
|
||||||
incompat_tools+=(release-plz) # no prebuilt binary
|
incompat_tools+=(martin release-plz) # no prebuilt binary
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;
|
MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ image='ghcr.io/taiki-e/tidy'
|
|||||||
if [[ -n "${TIDY_DEV:-}" ]]; then
|
if [[ -n "${TIDY_DEV:-}" ]]; then
|
||||||
image+=':latest'
|
image+=':latest'
|
||||||
else
|
else
|
||||||
image+='@sha256:1d3a5d57c486cbac02ef3d8ee29bb0768ebd1fbffef61a61d282215464e2551d'
|
image+='@sha256:151cd5c4f7c88bd21322c7dab255d60e699ffe4d4903e4e712429952537df6cf'
|
||||||
fi
|
fi
|
||||||
user="$(id -u):$(id -g)"
|
user="$(id -u):$(id -g)"
|
||||||
workdir="${PWD}"
|
workdir="${PWD}"
|
||||||
|
|||||||
Reference in New Issue
Block a user