From 0a0877bc9d5c1dd6398d79d0d2046beb8b1a9cc1 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Sun, 15 Feb 2026 08:43:42 +0100 Subject: [PATCH] github: bump codeql v3 triggers warning: CodeQL Action v3 will be deprecated in December 2026. Signed-off-by: Paul Donald --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8094507f42..d9a0d22968 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -54,11 +54,11 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: config-file: ./.github/codeql/codeql-config.yml languages: ${{ matrix.language }} @@ -95,6 +95,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}"