]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Merge pull request #11641 from omoerbeek/codeQL-v2
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 17 Jun 2022 08:51:11 +0000 (10:51 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2022 08:51:11 +0000 (10:51 +0200)
Move to v2 for CodeQL action, v1 will be deprecated dec 2022

.github/workflows/codeql-analysis.yml

index 921c1f8672487853b0841b82dd98d720de48efc2..ce5dd3251f69c0442bbdf8371573e4b16f0dee09 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
@@ -126,4 +126,4 @@ jobs:
         make -j4 pdns_recursor rec_control
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@v2