We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0144218 commit a877b8fCopy full SHA for a877b8f
.github/workflows/codeql.yml
@@ -19,7 +19,7 @@ jobs:
19
20
# Initializes the CodeQL tools for scanning.
21
- name: Initialize CodeQL
22
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
23
with:
24
languages: javascript
25
@@ -36,4 +36,4 @@ jobs:
36
# uses a compiled language
37
38
- name: Perform CodeQL Analysis
39
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments