Skip to content
Closed
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/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
pull-requests: write
steps:
- name: Checkout Actions Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 15 in .github/workflows/spellcheck.yml

View workflow job for this annotation

GitHub Actions / Run zizmor 🌈

ref-version-mismatch

spellcheck.yml:15: action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false
- name: Check spelling
uses: crate-ci/typos@aca895bf05aec0cb7dffa6f94495e923224d9f17 # v1.46.2
uses: crate-ci/typos@f8a58b6b53f2279f71eb605f03a4ae4d10608f45 # v1.47.0
with:
config: _typos.toml
write_changes: true
Expand Down
Loading