diff options
| author | Paul Donald | 2026-02-15 07:43:42 +0000 |
|---|---|---|
| committer | Paul Donald | 2026-02-15 18:51:08 +0000 |
| commit | 0a0877bc9d5c1dd6398d79d0d2046beb8b1a9cc1 (patch) | |
| tree | 2d6ea53c76554074e3a2b32c9151a772092f587b | |
| parent | 9b4a83a92e12a6f748b3f5e822b7a3d0bb043174 (diff) | |
| download | luci-0a0877bc9d5c1dd6398d79d0d2046beb8b1a9cc1.tar.gz | |
github: bump codeql
v3 triggers warning:
CodeQL Action v3 will be deprecated in December 2026.
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
| -rw-r--r-- | .github/workflows/codeql.yml | 6 |
1 files 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}}" |