Skip to content

Commit 9a33e9f

Browse files
committed
Pin check-spelling commit
1 parent ac2d680 commit 9a33e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spelling.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: check-spelling
3131
id: spelling
32-
uses: check-spelling/check-spelling@prerelease
32+
uses: check-spelling/check-spelling@2d5f9dd9d2d43584d36e4ae03a3508eff411eda9
3333
with:
3434
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
3535
checkout: true
@@ -56,7 +56,7 @@ jobs:
5656
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
5757
steps:
5858
- name: comment
59-
uses: check-spelling/check-spelling@prerelease
59+
uses: check-spelling/check-spelling@2d5f9dd9d2d43584d36e4ae03a3508eff411eda9
6060
with:
6161
checkout: true
6262
task: ${{ needs.spelling.outputs.followup }}

0 commit comments

Comments
 (0)