Skip to content

Commit 95304eb

Browse files
committed
ci: use non-advisory spell-check action
1 parent 43f7af9 commit 95304eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spell-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: check-spelling
2525
id: spelling
26-
uses: check-spelling/check-spelling@cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c # v0.0.26
26+
uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25
2727
with:
2828
disable_checks: noisy-file
2929
suppress_push_for_open_pull_request: 1
@@ -48,7 +48,7 @@ jobs:
4848
if: (success() || failure()) && needs.spelling.outputs.followup
4949
steps:
5050
- name: comment
51-
uses: check-spelling/check-spelling@cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c # v0.0.26
51+
uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25
5252
with:
5353
checkout: true
5454
task: ${{ needs.spelling.outputs.followup }}

0 commit comments

Comments
 (0)