Skip to content

Commit 7c9bd48

Browse files
committed
ci(security): upgrade CodeQL action to v4 and remove autobuild
Upgrade codeql-action from v3 to v4 (v3 deprecated December 2026). Remove unnecessary Autobuild step since JavaScript/TypeScript analysis does not require a build.
1 parent 5f44409 commit 7c9bd48

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,11 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v3
34+
uses: github/codeql-action/init@v4
3535
with:
3636
languages: ${{ matrix.language }}
3737

38-
- name: Autobuild
39-
uses: github/codeql-action/autobuild@v3
40-
4138
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v3
39+
uses: github/codeql-action/analyze@v4
4340
with:
4441
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)