Skip to content

Commit e03e943

Browse files
build(deps): bump github/codeql-action from 2 to 3 (#925)
1 parent 50372b6 commit e03e943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v2
34+
uses: github/codeql-action/init@v3
3535
# Override language selection by uncommenting this and choosing your languages
3636
with:
3737
language: 'javascript'
@@ -41,4 +41,4 @@ jobs:
4141
npm run all
4242
4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@v2
44+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)