We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 771b044 + 8ea170e commit 3b04ea4Copy full SHA for 3b04ea4
1 file changed
.github/workflows/codespell.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14
15
- - uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
+ - uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
16
with:
17
skip: .git,_artifacts,*.sum,.golangci.yml
18
ignore_words_file: .codespellignore
0 commit comments