Skip to content

Commit a877b8f

Browse files
Update codeql.yml
Update CodeQL Action to V2
1 parent 0144218 commit a877b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

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

2020
# Initializes the CodeQL tools for scanning.
2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@v1
22+
uses: github/codeql-action/init@v2
2323
with:
2424
languages: javascript
2525

@@ -36,4 +36,4 @@ jobs:
3636
# uses a compiled language
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v1
39+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)