From: Paul Donald Date: Sun, 15 Feb 2026 07:43:42 +0000 (+0100) Subject: github: bump codeql X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0a0877bc9d5c1dd6398d79d0d2046beb8b1a9cc1;p=openwrt-luci.git github: bump codeql v3 triggers warning: CodeQL Action v3 will be deprecated in December 2026. Signed-off-by: Paul Donald --- 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}}"