Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-heal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading