Compare commits

..

6 Commits

Author SHA1 Message Date
Taiki Endo
1ed3272338 Release 2.71.3 2026-04-04 01:23:45 +00:00
Taiki Endo
2af07a9444 Update wasm-tools@latest to 1.246.2 2026-04-03 21:27:33 +00:00
Taiki Endo
5a655e2135 tools: Update tidy.sh and related config 2026-04-04 04:19:24 +09:00
Taiki Endo
77ae85124c Update mise@latest to 2026.4.3 2026-04-03 15:36:42 +00:00
Taiki Endo
f8b8d555f8 Update comments 2026-04-03 04:20:46 +09:00
Taiki Endo
7ed69aba6b ci: Use credential.helper cache instead of credential.helper store 2026-04-03 01:15:08 +09:00
8 changed files with 160 additions and 1137 deletions

View File

@@ -1,9 +1,11 @@
version: 2
updates:
- package-ecosystem: cargo # zizmor: ignore[dependabot-cooldown] # Unless dependencies are pinned/locked, the effect is limited.
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
interval: weekly
cooldown:
default-days: 14 # Note: Unless dependencies are pinned/locked, the effect is limited.
commit-message:
prefix: ''
ignore:
@@ -13,9 +15,9 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
cooldown:
default-days: 7
default-days: 14
commit-message:
prefix: ''
labels: []

View File

@@ -310,19 +310,24 @@ jobs:
)
fi
prev_credential_helper=$(git config get --global credential.helper || true)
prev_credential_helper=$(git config get --local credential.helper || true)
if [[ -n "${prev_credential_helper}" ]]; then
printf 'credential helper is already set (%s)\n' "${prev_credential_helper}"
else
(
set -x
git config --global credential.helper store
)
protocol="${GITHUB_SERVER_URL%%://*}"
hostname="${GITHUB_SERVER_URL#*://}"
printf '%s\n' "${protocol}://${GITHUB_ACTOR}:${PUSH_TOKEN}@${hostname}" >~/.git-credentials
(
set -x
git config --local credential.helper cache
)
git credential approve <<EOF
protocol=${protocol}
host=${hostname}
username=${GITHUB_ACTOR}
password=${PUSH_TOKEN}
EOF
# Remove credential helper config on exit.
trap -- '(set -x; rm -f -- ~/.git-credentials; git config --global --unset credential.helper || true)' EXIT
trap -- '(set -x; git credential-cache exit; git config --local --unset credential.helper || true)' EXIT
fi
(

1
.github/zizmor.yml vendored
View File

@@ -3,6 +3,7 @@
rules:
anonymous-definition: { disable: true }
dependabot-cooldown: { config: { days: 14 } }
unpinned-uses:
config:
policies:

View File

@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.71.3] - 2026-04-04
- Update `wasm-tools@latest` to 1.246.2.
- Update `mise@latest` to 2026.4.3.
## [2.71.2] - 2026-04-02
- Implement workaround for [windows-11-arm runner bug](https://github.com/actions/partner-runner-images/issues/169) which sometimes causes installation failure. ([#1657](https://github.com/taiki-e/install-action/pull/1657))
@@ -6121,7 +6127,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.71.2...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.71.3...HEAD
[2.71.3]: https://github.com/taiki-e/install-action/compare/v2.71.2...v2.71.3
[2.71.2]: https://github.com/taiki-e/install-action/compare/v2.71.1...v2.71.2
[2.71.1]: https://github.com/taiki-e/install-action/compare/v2.71.0...v2.71.1
[2.71.0]: https://github.com/taiki-e/install-action/compare/v2.70.4...v2.71.0

View File

@@ -45,14 +45,15 @@ runs:
- run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
shell: bash
env:
# NB: Sync with non-Windows case.
# NB: Sync with Windows case.
INPUT_TOOL: ${{ inputs.tool }}
INPUT_CHECKSUM: ${{ inputs.checksum }}
INPUT_FALLBACK: ${{ inputs.fallback }}
DEFAULT_GITHUB_TOKEN: ${{ github.token }}
ACTION_USER_AGENT: ${{ github.action_repository }} (${{ github.action_ref }})
if: runner.os != 'Windows'
# Use pwsh and retry on bash startup failure to work around windows-11-arm runner bug: https://github.com/actions/partner-runner-images/issues/169
# Use pwsh and retry on bash startup failure to work around windows-11-arm runner bug:
# https://github.com/actions/partner-runner-images/issues/169
- run: |
Set-StrictMode -Version Latest
for ($i=1; $i -le 10; $i++) {

32
manifests/mise.json generated
View File

@@ -28,13 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": {
"version": "2026.4.1"
"version": "2026.4.3"
},
"2026": {
"version": "2026.4.1"
"version": "2026.4.3"
},
"2026.4": {
"version": "2026.4.1"
"version": "2026.4.3"
},
"2026.4.3": {
"x86_64_linux_musl": {
"etag": "0x8DE918787D0FCD3",
"hash": "b700ef056f6671a738d824ed5b02b17615b470d6659adf548a49eda1f51bb770"
},
"x86_64_macos": {
"etag": "0x8DE91878B96BFCE",
"hash": "f7dd16c3ad36e3b631a3f4c85c24be4c2577bfe693858df85bef46aff6f8acec"
},
"x86_64_windows": {
"etag": "0x8DE91878C86A1E4",
"hash": "a564ed07eb2c41c403a59ac03238d053d0f250aa4e55225dc0456d63bb6589cb"
},
"aarch64_linux_musl": {
"etag": "0x8DE91878239E45C",
"hash": "1678e69b2fdbc9e0b8eea0c6e091922a1873a3c42e4a87bb13805a4f2613a7b5"
},
"aarch64_macos": {
"etag": "0x8DE91878A44E083",
"hash": "c00791c18b8e1192685e995fd5b6ba136a19b01d16256a0367155274056a3aa8"
},
"aarch64_windows": {
"etag": "0x8DE91878C56793B",
"hash": "02a27c60b23c5fb8d894a82af01d2ceb1f2e6d1d14db7463cb6ddb30489b0f5f"
}
},
"2026.4.1": {
"x86_64_linux_musl": {

View File

@@ -24,13 +24,35 @@
},
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [Apache-2.0](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-MIT)",
"latest": {
"version": "1.246.1"
"version": "1.246.2"
},
"1": {
"version": "1.246.1"
"version": "1.246.2"
},
"1.246": {
"version": "1.246.1"
"version": "1.246.2"
},
"1.246.2": {
"x86_64_linux_gnu": {
"etag": "0x8DE91C3E7F1C282",
"hash": "f0df9428792225322e9b4344ca581f03b1740d509d6bdad33d14a810009be9ec"
},
"x86_64_macos": {
"etag": "0x8DE91C3E7EB3A2E",
"hash": "fd89fb34457e7d2f7e221f3971b023674fa1ca5ac650b9685320a3324082ddb6"
},
"x86_64_windows": {
"etag": "0x8DE91C3E7FDE9D4",
"hash": "1be1934e9a630ff95ab869eba85bba30d652b61b0e6bfb88aac76d0ee3892035"
},
"aarch64_linux_gnu": {
"etag": "0x8DE91C3E7887ABE",
"hash": "cd28f8086297b491d857a5a8118d0de3b910f785d0b465defb4ca4d3826937dc"
},
"aarch64_macos": {
"etag": "0x8DE91C3E77F0F87",
"hash": "0ff7b4594d6ef643df282f8672ee2af6cec85d006bb83fa9d69c805b8cc6eabf"
}
},
"1.246.1": {
"x86_64_linux_gnu": {

File diff suppressed because it is too large Load Diff