]> git.gsnw.org Git - fping.git/commitdiff
ci: Change codeql deprected action v2 to v3
authorGerman Service Network <support@gsnw.de>
Fri, 27 Jun 2025 14:43:05 +0000 (16:43 +0200)
committerSebastian <176771227+gsnw-sebast@users.noreply.github.com>
Tue, 8 Jul 2025 04:50:48 +0000 (06:50 +0200)
.github/workflows/codeql-analysis.yml

index 2c0d1df1ce63cffdb7d1b54b2778d93490c05051..bca8ff12e1ab819dda9580d0c6473c498d6a1b03 100644 (file)
@@ -50,7 +50,7 @@ jobs:
     # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
     # If this step fails, then you should remove it and run the build manually (see below)
     - name: Autobuild
-      uses: github/codeql-action/autobuild@v2
+      uses: github/codeql-action/autobuild@v3
 
     # ℹ️ Command-line programs to run using the OS shell.
     # 📚 https://git.io/JvXDl
@@ -64,4 +64,4 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v2
+      uses: github/codeql-action/analyze@v3