We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5412d5a commit 96b5534Copy full SHA for 96b5534
.github/workflows/codespell.yml
@@ -12,6 +12,11 @@ jobs:
12
runs-on: self-hosted
13
steps:
14
- name: Check out code
15
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
+ with:
17
+ persist-credentials: false
18
+
19
- name: Check spelling
- uses: codespell-project/actions-codespell@v2
20
+ uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
21
22
+ skip: '**.svg'
0 commit comments