Skip to content

Commit 1628887

Browse files
authored
Merge pull request #1067 from bash-lsp/renovate/github-codeql-action-3.x
chore(deps): update github/codeql-action action to v3
2 parents a19f942 + a399427 commit 1628887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
uses: actions/checkout@v4
2121

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

2727
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@v2
28+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)