update Github Actions to use commit hashes for 3rd party actions instead of version tags

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-03-17 11:15:23 +01:00
parent 77dd56bade
commit 63d9343972
14 changed files with 18 additions and 18 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Check spelling
uses: codespell-project/actions-codespell@v2
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
with:
check_filenames: true
check_hidden: true