From: Remi Gacogne Date: Fri, 13 Oct 2023 10:08:41 +0000 (+0200) Subject: CodeQL workflow: Upgrade to 22.04, clang-tidy 15 X-Git-Tag: rec-5.0.0-beta1~23^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89bc5c81287e1314e883743dbb904af77f161c2;p=thirdparty%2Fpdns.git CodeQL workflow: Upgrade to 22.04, clang-tidy 15 --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 29561a858e..381a7bc6d8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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: