From bfe959f53d829036c2de5975cd43c2bba88bb7e1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 20 Sep 2025 19:55:39 +0100 Subject: [PATCH] CI: Update CodeQL workflow action to v3 --- .github/workflows/static-analysis.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index 127c5f3..bf789c4 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -47,7 +47,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 }} @@ -58,4 +58,4 @@ jobs: make -j"$(nproc)" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3