mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-26 09:00:48 +00:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
437c908c7e | ||
|
|
c130bf4f37 | ||
|
|
c4eb96f432 | ||
|
|
a3df29458d | ||
|
|
df5c67543b | ||
|
|
d45a16464d | ||
|
|
3e243d1e3c | ||
|
|
a55674144e | ||
|
|
939f4af960 | ||
|
|
cae470b2e1 | ||
|
|
da4cf652f1 | ||
|
|
3e1dd227d9 | ||
|
|
248ce9f5a9 |
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -34,6 +34,11 @@ concurrency:
|
||||
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
|
||||
secrets: inherit
|
||||
|
||||
test:
|
||||
strategy:
|
||||
|
||||
31
CHANGELOG.md
31
CHANGELOG.md
@@ -12,6 +12,30 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.44.44] - 2024-10-21
|
||||
|
||||
- Update `shfmt@latest` to 3.10.0.
|
||||
|
||||
## [2.44.43] - 2024-10-19
|
||||
|
||||
- Update `dprint@latest` to 0.47.4.
|
||||
|
||||
## [2.44.42] - 2024-10-19
|
||||
|
||||
- Update `grcov@latest` to 0.8.20.
|
||||
|
||||
- Update `cargo-make@latest` to 0.37.23.
|
||||
|
||||
## [2.44.41] - 2024-10-19
|
||||
|
||||
- Update `release-plz@latest` to 0.3.103.
|
||||
|
||||
- Update `cargo-semver-checks@latest` to 0.36.0.
|
||||
|
||||
## [2.44.40] - 2024-10-17
|
||||
|
||||
- Update `biome@latest` to 1.9.4.
|
||||
|
||||
## [2.44.39] - 2024-10-16
|
||||
|
||||
- Update `release-plz@latest` to 0.3.102.
|
||||
@@ -2918,7 +2942,12 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.39...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.44...HEAD
|
||||
[2.44.44]: https://github.com/taiki-e/install-action/compare/v2.44.43...v2.44.44
|
||||
[2.44.43]: https://github.com/taiki-e/install-action/compare/v2.44.42...v2.44.43
|
||||
[2.44.42]: https://github.com/taiki-e/install-action/compare/v2.44.41...v2.44.42
|
||||
[2.44.41]: https://github.com/taiki-e/install-action/compare/v2.44.40...v2.44.41
|
||||
[2.44.40]: https://github.com/taiki-e/install-action/compare/v2.44.39...v2.44.40
|
||||
[2.44.39]: https://github.com/taiki-e/install-action/compare/v2.44.38...v2.44.39
|
||||
[2.44.38]: https://github.com/taiki-e/install-action/compare/v2.44.37...v2.44.38
|
||||
[2.44.37]: https://github.com/taiki-e/install-action/compare/v2.44.36...v2.44.37
|
||||
|
||||
32
manifests/biome.json
generated
32
manifests/biome.json
generated
@@ -36,13 +36,39 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/biomejs/biome/blob/main/LICENSE-MIT)",
|
||||
"latest": {
|
||||
"version": "1.9.3"
|
||||
"version": "1.9.4"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.9.3"
|
||||
"version": "1.9.4"
|
||||
},
|
||||
"1.9": {
|
||||
"version": "1.9.3"
|
||||
"version": "1.9.4"
|
||||
},
|
||||
"1.9.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCEED40A07FEFE",
|
||||
"checksum": "02ca13dcbb5d78839e743b315b03c8c8832fa8178bb81c5e29ae5ad45ce96b82"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCEED40A1080E8",
|
||||
"checksum": "ea7b814a783fe2333a88dc12c13ae716033df23db78a110b761ad974cf567ba8"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCEED40A23F311",
|
||||
"checksum": "f41b4f3ff2e6366926f932ed8c07849f81c5d08b74394bf78de1d88ba0f2c807"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCEED40A3FC035",
|
||||
"checksum": "d34937f7b5a6f816af289e972bfd49827921ed43f44547f78180f3e4f539cc41"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCEED40A09F88F",
|
||||
"checksum": "c68f2cbe09e9485426a749353a155b1d22c130c6ccdadc7772d603eb247b9a9d"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DCEED40A04CE3C",
|
||||
"checksum": "fb84cab7f614258b3f6868635ada27391380753b807e3d112a054bc78cc8a948"
|
||||
}
|
||||
},
|
||||
"1.9.3": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
22
manifests/cargo-make.json
generated
22
manifests/cargo-make.json
generated
@@ -20,10 +20,28 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.37.22"
|
||||
"version": "0.37.23"
|
||||
},
|
||||
"0.37": {
|
||||
"version": "0.37.22"
|
||||
"version": "0.37.23"
|
||||
},
|
||||
"0.37.23": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCF02E6EE46846",
|
||||
"checksum": "be4f912ae94cf7141e9da71b7c0e5881281bfccd56b4663c9e53c900b0f5ab48"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCF02E2558DAFF",
|
||||
"checksum": "1d8c369ef15bf4fbf7dd6c2fb3e1355517b21491ef71e66c7c3fbbb2940ba0dc"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCF02E98B373A0",
|
||||
"checksum": "1e6fac8ce7c332e4b7bf25b7b0c18f444bc396cdb08086e1b0225d82554ac58f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCF02E35A3F566",
|
||||
"checksum": "c49a8c3c7fb208a04c2a875391bcfaf52e1c397509320cc93c0f13ecfea3a782"
|
||||
}
|
||||
},
|
||||
"0.37.22": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
23
manifests/cargo-semver-checks.json
generated
23
manifests/cargo-semver-checks.json
generated
@@ -16,7 +16,28 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
|
||||
"latest": {
|
||||
"version": "0.35.0"
|
||||
"version": "0.36.0"
|
||||
},
|
||||
"0.36": {
|
||||
"version": "0.36.0"
|
||||
},
|
||||
"0.36.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCEF842EB48228",
|
||||
"checksum": "100ad4bd66cda0d50ee34745f75677db0ed040a8ce93a02e8e63421635bd102d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCEF8400445A44",
|
||||
"checksum": "f758e2df542cad91303099c329d4f65cfc885d4b3a12c1b0452924f2c7d62aee"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCEF84E967A078",
|
||||
"checksum": "ea9c6c6ecb212843dbd649ce8fc2c323b68c11d99df76fcbfa347a69b606a8aa"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCEF83F9D34219",
|
||||
"checksum": "369a6ae2330db638ea3bb79f1bfe12efe7456e004ec5af253d72ca6af82b9546"
|
||||
}
|
||||
},
|
||||
"0.35": {
|
||||
"version": "0.35.0"
|
||||
|
||||
26
manifests/dprint.json
generated
26
manifests/dprint.json
generated
@@ -25,10 +25,32 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.47.2"
|
||||
"version": "0.47.4"
|
||||
},
|
||||
"0.47": {
|
||||
"version": "0.47.2"
|
||||
"version": "0.47.4"
|
||||
},
|
||||
"0.47.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCF0701CE8BD49",
|
||||
"checksum": "f43c768656e8024812222a238391601ad8db8e095fa87068e0d5c9c6176cb96a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCF0701CE1E72C",
|
||||
"checksum": "16f360c526c14c070ab618cf6c36ff9c8bf5b32c7e07a0c0c9b58d91697b4a40"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCF0701CDF78E3",
|
||||
"checksum": "d91d0a6e607f06ee06fe2b01a6f602e2ace14d44e1d6f11ec6b3f1e0887a6fd6"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCF0701CE6C3AD",
|
||||
"checksum": "3b009c51c85336058672b4be54d4bdb044b7f9bbd570d51802449c1eac18ef6c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCF0701CDB5ED2",
|
||||
"checksum": "522783119d1ab52164ff2aaea2072c1578a7b8988156a0add06d370eb58d439e"
|
||||
}
|
||||
},
|
||||
"0.47.2": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
26
manifests/grcov.json
generated
26
manifests/grcov.json
generated
@@ -19,10 +19,32 @@
|
||||
},
|
||||
"license_markdown": "[MPL-2.0](https://github.com/mozilla/grcov/blob/HEAD/LICENSE-MPL-2.0)",
|
||||
"latest": {
|
||||
"version": "0.8.19"
|
||||
"version": "0.8.20"
|
||||
},
|
||||
"0.8": {
|
||||
"version": "0.8.19"
|
||||
"version": "0.8.20"
|
||||
},
|
||||
"0.8.20": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCEC5E155652B7",
|
||||
"checksum": "9fa59024f3ed5ab1058fe14788a77b6ef0e7830c66ee87c695ad075da5e477ec"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCEC5E13AB200C",
|
||||
"checksum": "4e11796998e8f71e409355b5023350ef260cab1913ef6a44c5af8e12613153d7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCEC5E1436E422",
|
||||
"checksum": "619df1679f5ea8556566b09833d4c097f899ed9f295339f87eb33709cfdcf50f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCEC5E131CEDB4",
|
||||
"checksum": "359511b0a612827aa31fb1adafc73b1032b8d5fe6188ff934efc52f2a32087fe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCEC5E117CD229",
|
||||
"checksum": "4921f30488cd3a4d5feb094cb132addbcd073eb67a87d6bde95f5827e6bd54ab"
|
||||
}
|
||||
},
|
||||
"0.8.19": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
30
manifests/release-plz.json
generated
30
manifests/release-plz.json
generated
@@ -22,10 +22,36 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.3.102"
|
||||
"version": "0.3.103"
|
||||
},
|
||||
"0.3": {
|
||||
"version": "0.3.102"
|
||||
"version": "0.3.103"
|
||||
},
|
||||
"0.3.103": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCEFB3EB30FB21",
|
||||
"checksum": "21455a2c7780c57febbfe035a6eea9fa98046fefe9a2debc80cf8ef4b40afcfb"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCEFB4738A445B",
|
||||
"checksum": "1b5fb7987b4a5098db7dc3041ee716eeb0df8df4911993a169254ce30ff04a92"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCEFB47BAB9012",
|
||||
"checksum": "1280440fea424a27d6df5ac022998058fb0a73f0f290081719de6eb95e9a5f82"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCEFB3FB312D15",
|
||||
"checksum": "783798801f0573a07e0150a06008b0e4ea2bf4cab8bff981f769f16aa703d53a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCEFB4B2904021",
|
||||
"checksum": "3b3cbaa4bf0d85bf9faa964356f428036f4571cbfd6c5ee6f1a983a8e64fafd0"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DCEFB4830CD501",
|
||||
"checksum": "4ec5e38456700b59d45dec03ee9b229b2b1331c9353b6785d0461f7d1ea0fd49"
|
||||
}
|
||||
},
|
||||
"0.3.102": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
29
manifests/shfmt.json
generated
29
manifests/shfmt.json
generated
@@ -19,10 +19,35 @@
|
||||
},
|
||||
"license_markdown": "[BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.9.0"
|
||||
"version": "3.10.0"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.9.0"
|
||||
"version": "3.10.0"
|
||||
},
|
||||
"3.10": {
|
||||
"version": "3.10.0"
|
||||
},
|
||||
"3.10.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCF147B60D9F66",
|
||||
"checksum": "1f57a384d59542f8fac5f503da1f3ea44242f46dff969569e80b524d64b71dbc"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCF147B5BEC692",
|
||||
"checksum": "ef8d970b3f695a7e8e7d40730eedd2d935ab9599f78a365f319c515bc59d4c83"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCF147B43AEC35",
|
||||
"checksum": "6e4c6acd38de7b4b1ba8f8082b9e688df8c9b861d3f8b2e7bb1b7270201a3587"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCF147B4F57B2C",
|
||||
"checksum": "9d23013d56640e228732fd2a04a9ede0ab46bc2d764bf22a4a35fb1b14d707a8"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCF147B56378B6",
|
||||
"checksum": "86030533a823c0a7cd92dee0f74094e5b901c3277b43def6337d5e19e56fe553"
|
||||
}
|
||||
},
|
||||
"3.9": {
|
||||
"version": "3.9.0"
|
||||
|
||||
@@ -418,8 +418,10 @@ EOF
|
||||
if [[ -n "${dependencies_words:-}" ]]; then
|
||||
echo $'\n'"${dependencies_words}" >>.github/.cspell/rust-dependencies.txt
|
||||
fi
|
||||
check_diff .github/.cspell/rust-dependencies.txt
|
||||
if ! grep -Eq "^\.github/\.cspell/rust-dependencies.txt linguist-generated" .gitattributes; then
|
||||
if [[ -z "${REMOVE_UNUSED_WORDS:-}" ]]; then
|
||||
check_diff .github/.cspell/rust-dependencies.txt
|
||||
fi
|
||||
if ! grep -Fq '.github/.cspell/rust-dependencies.txt linguist-generated' .gitattributes; then
|
||||
error "you may want to mark .github/.cspell/rust-dependencies.txt linguist-generated"
|
||||
fi
|
||||
|
||||
@@ -443,17 +445,31 @@ EOF
|
||||
done
|
||||
|
||||
# Make sure the project-specific dictionary does not contain unused words.
|
||||
unused=''
|
||||
for word in $(grep -v '//.*' "${project_dictionary}" || true); do
|
||||
if ! grep <<<"${all_words}" -Eq -i "^${word}$"; then
|
||||
unused+="${word}"$'\n'
|
||||
if [[ -n "${REMOVE_UNUSED_WORDS:-}" ]]; then
|
||||
grep_args=()
|
||||
for word in $(grep -Ev '^//.*' "${project_dictionary}" || true); do
|
||||
if ! grep -Eqi "^${word}$" <<<"${all_words}"; then
|
||||
grep_args+=(-e "^${word}$")
|
||||
fi
|
||||
done
|
||||
if [[ ${#grep_args[@]} -gt 0 ]]; then
|
||||
info "removing unused words from ${project_dictionary}"
|
||||
res=$(grep -Ev "${grep_args[@]}" "${project_dictionary}")
|
||||
printf '%s\n' "${res}" >|"${project_dictionary}"
|
||||
fi
|
||||
else
|
||||
unused=''
|
||||
for word in $(grep -Ev '^//.*' "${project_dictionary}" || true); do
|
||||
if ! grep -Eqi "^${word}$" <<<"${all_words}"; then
|
||||
unused+="${word}"$'\n'
|
||||
fi
|
||||
done
|
||||
if [[ -n "${unused}" ]]; then
|
||||
error "unused words in dictionaries; please remove the following words from ${project_dictionary} or run ${0##*/} with REMOVE_UNUSED_WORDS=1"
|
||||
printf '=======================================\n'
|
||||
printf '%s' "${unused}"
|
||||
printf '=======================================\n'
|
||||
fi
|
||||
done
|
||||
if [[ -n "${unused}" ]]; then
|
||||
error "unused words in dictionaries; please remove the following words from ${project_dictionary}"
|
||||
echo "======================================="
|
||||
echo -n "${unused}"
|
||||
echo "======================================="
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user