Skip to content

Commit 8615242

Browse files
mcj-coderclaude
andauthored
chore(ci): upgrade CodeQL action from v3 to v4 (#378)
Address deprecation warning: CodeQL Action v3 will be deprecated in December 2026. Refs: #377 Closes: #377 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9b08e65 commit 8615242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
- uses: actions/checkout@v4
8787

8888
- name: Initialize CodeQL
89-
uses: github/codeql-action/init@v3
89+
uses: github/codeql-action/init@v4
9090
with:
9191
languages: javascript
9292

9393
- name: Perform CodeQL Analysis
94-
uses: github/codeql-action/analyze@v3
94+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)