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 4421331 commit dfbcd2aCopy full SHA for dfbcd2a
.github/workflows/codeql.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
# Initializes the CodeQL tools for scanning.
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
35
# Override language selection by uncommenting this and choosing your languages
36
with:
37
language: 'javascript'
@@ -41,4 +41,4 @@ jobs:
41
npm run all
42
43
- name: Perform CodeQL Analysis
44
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments