]> git.gsnw.org Git - fping.git/commitdiff
ci: Fix forgotten github action codeql init v3
authorGerman Service Network <support@gsnw.de>
Tue, 8 Jul 2025 05:03:43 +0000 (07:03 +0200)
committerSebastian <176771227+gsnw-sebast@users.noreply.github.com>
Tue, 8 Jul 2025 05:11:25 +0000 (07:11 +0200)
.github/workflows/codeql-analysis.yml

index bca8ff12e1ab819dda9580d0c6473c498d6a1b03..61a2b09882663f98b6120a03334efef715824e3c 100644 (file)
@@ -39,7 +39,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v2
+      uses: github/codeql-action/init@v3
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a config file.