]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
CodeQL workflow: Upgrade to 22.04, clang-tidy 15
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 13 Oct 2023 10:08:41 +0000 (12:08 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Oct 2023 08:14:56 +0000 (09:14 +0100)
.github/workflows/codeql-analysis.yml

index 29561a858e351806cefccfb07d32f4c0db110ff0..381a7bc6d8f988cd136a50318741bd530f4689ac 100644 (file)
@@ -13,7 +13,7 @@ jobs:
   analyze:
     name: Analyze
     if: ${{ !github.event.schedule || vars.SCHEDULED_CODEQL_ANALYSIS }}
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
 
     permissions:
       actions: read # for github/codeql-action/init to get workflow details
@@ -37,7 +37,7 @@ jobs:
       COVERAGE: no
       OPTIMIZATIONS: no
       # for clang-tidy only, not compilation
-      CLANG_VERSION: '13'
+      CLANG_VERSION: '15'
       REPO_HOME: ${{ github.workspace }}
 
     outputs: