From 97104d4e7cc8269f64a816cfede4c64853096644 Mon Sep 17 00:00:00 2001 From: Zabuzard Date: Mon, 18 Aug 2025 12:02:35 +0200 Subject: [PATCH] Bump CodeQL from v2 to v3 v2 was deprecated a few years ago --- .github/workflows/code-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index f51c39e724..9ee9c064f8 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -72,7 +72,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -95,4 +95,4 @@ jobs: ./gradlew build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3