github: bump codeql
authorPaul Donald <redacted>
Sun, 15 Feb 2026 07:43:42 +0000 (08:43 +0100)
committerPaul Donald <redacted>
Sun, 15 Feb 2026 18:51:08 +0000 (19:51 +0100)
v3 triggers warning:
CodeQL Action v3 will be deprecated in December 2026.

Signed-off-by: Paul Donald <redacted>
.github/workflows/codeql.yml

index 8094507f425adb965d9fd0b78831bd2d3bb9d483..d9a0d229689a4be20dad6f9c06485926edd17ba1 100644 (file)
@@ -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}}"
git clone https://git.99rst.org/PROJECT