]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- update commit actions 994/head
authorArvin Schnell <aschnell@suse.de>
Wed, 19 Mar 2025 08:37:55 +0000 (09:37 +0100)
committerArvin Schnell <aschnell@suse.de>
Wed, 19 Mar 2025 08:46:37 +0000 (09:46 +0100)
.github/workflows/codespell.yml

index be014bc6e95b99164d9703ad35200ab2d76b6497..11de5393135da88674284459420f15bab0678008 100644 (file)
@@ -8,16 +8,14 @@ on:
   pull_request:
     branches: [master]
 
-permissions:
-  contents: read
-
 jobs:
-  codespell:
+  Codespell:
     name: Check for spelling errors
     runs-on: ubuntu-latest
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Codespell
-        uses: codespell-project/actions-codespell@v2
+        # third-party so better use commit shasum (here of v2)
+        uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461