forked from mirrors/jj
github: pin version of codespell action by hash
The security scanner complained about this. It is what we do with all other actions.
This commit is contained in:
parent
c52efd9df3
commit
9ff422396a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||
- uses: codespell-project/actions-codespell@v1
|
||||
- uses: codespell-project/actions-codespell@22ff5a2e4b591290baf82d47c9feadac31c65441
|
||||
with:
|
||||
check_filenames: true
|
||||
check_hidden: true
|
||||
|
|
Loading…
Reference in a new issue