Skip to content

Commit 356bd41

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
chore(deps): update github/codeql-action action to v3
1 parent 9310518 commit 356bd41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161
fetch-depth: 0
6262

6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@v2
64+
uses: github/codeql-action/init@v3
6565
with:
6666
languages: javascript
6767

6868
- name: Autobuild
69-
uses: github/codeql-action/autobuild@v2
69+
uses: github/codeql-action/autobuild@v3
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v2
72+
uses: github/codeql-action/analyze@v3
7373

7474
auto-merge:
7575
needs: pr

0 commit comments

Comments
 (0)