]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Move to v2 for CodeQL action, v1 will be deprecated dec 2022 11756/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 24 May 2022 10:36:28 +0000 (12:36 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 4 Jul 2022 18:01:39 +0000 (20:01 +0200)
(cherry picked from commit a0c99342e7aa22e16a75d9e7daa4de69d087bc38)

.github/workflows/codeql-analysis.yml

index bd815553257247554dfe02c5c7eecafaf5201a02..31824d50c2ab8a9339ec3de44dc44db5bfcfeb78 100644 (file)
@@ -36,7 +36,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v1
+      uses: github/codeql-action/init@v2
       with:
         languages: ${{ matrix.language }}
         queries: +security-and-quality
@@ -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@v1
+    #   uses: github/codeql-action/autobuild@v2
 
     # â„šī¸ Command-line programs to run using the OS shell.
     # đŸ“š https://git.io/JvXDl
@@ -106,4 +106,4 @@ jobs:
         make -j8 -C pdns
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@v2