Skip to content

Commit dddc6a6

Browse files
authored
ci(codeql): bump codeql-action init/analyze to v4 (#168)
The v3 actions still work but emit a Node 20 deprecation warning on every run; v4 runs on Node 24 (matches GitHub Actions runner default starting June 2026). Pure version bump — no behavior change.
1 parent 46242cf commit dddc6a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
java-version: '17'
5858

5959
- name: Initialize CodeQL
60-
uses: github/codeql-action/init@v3
60+
uses: github/codeql-action/init@v4
6161
with:
6262
languages: ${{ matrix.language }}
6363
build-mode: ${{ matrix.build-mode }}
@@ -89,6 +89,6 @@ jobs:
8989
ONLY_ACTIVE_ARCH=YES
9090
9191
- name: Perform CodeQL Analysis
92-
uses: github/codeql-action/analyze@v3
92+
uses: github/codeql-action/analyze@v4
9393
with:
9494
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)