]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
CI: update actions version
authorIker Pedrosa <ipedrosa@redhat.com>
Wed, 1 Jun 2022 11:22:22 +0000 (13:22 +0200)
committerSerge Hallyn <serge@hallyn.com>
Sun, 12 Jun 2022 15:08:30 +0000 (10:08 -0500)
CodeQL Action v1 is being deprecated and v2 needs to be used instead.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
.github/workflows/static-code-analysis.yml

index 02f296b82366ff5a91541a7a86a230a1c3037f91..64dbe388057f1270176849b6d4b44c40b4035ee4 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       uses: ./.github/actions/install-dependencies
 
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v1
+      uses: github/codeql-action/init@v2
       with:
         languages: cpp
         queries: +security-and-quality
@@ -35,4 +35,4 @@ jobs:
         make -j$PROCESSORS
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@v2