diff --git a/.github/workflows/auto-heal.yml b/.github/workflows/auto-heal.yml index 625e3547c..7258d3b97 100644 --- a/.github/workflows/auto-heal.yml +++ b/.github/workflows/auto-heal.yml @@ -345,7 +345,7 @@ jobs: # `crate-ci/typos` is the upstream-recommended GH action and # mirrors the binary used by the spelling job in ci.yml. if: needs.triage.outputs.strategy == 'typos-allowlist' - uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1 + uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1 with: # `--format json` would normally print findings; we only need # the binary on $PATH for the apply step below to invoke. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2b49f722..cbc7331f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -424,7 +424,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1 + - uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1 actionlint: name: Workflow lint