We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0afd5c commit 2308d03Copy full SHA for 2308d03
1 file changed
.github/workflows/spelling.yaml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- name: check-spelling
29
id: spelling
30
- uses: check-spelling/check-spelling@main
+ uses: check-spelling/check-spelling@a35147f799f30f8739c33f92222c847214e82e67 # https://github.com/check-spelling/check-spelling/issues/103#issuecomment-4181666219
31
with:
32
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
33
checkout: true
0 commit comments