Skip to content

Commit dfbcd2a

Browse files
build(deps): bump github/codeql-action from 1 to 2 (#459)
1 parent 4421331 commit dfbcd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yaml

+2-2
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@v1
34+
uses: github/codeql-action/init@v2
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@v1
44+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)