Skip to content

Commit cdec955

Browse files
chore(deps): update github/codeql-action action to v4
1 parent 891d73b commit cdec955

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@v3
23+
uses: github/codeql-action/init@v4
2424
with:
2525
languages: javascript
2626

2727
- name: Autobuild
28-
uses: github/codeql-action/autobuild@v3
28+
uses: github/codeql-action/autobuild@v4
2929

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

0 commit comments

Comments
 (0)