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 27d4d43 commit 06188a2Copy full SHA for 06188a2
.github/workflows/codeql.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
# Initializes the CodeQL tools for scanning.
35
- name: Initialize CodeQL
36
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
37
# Override language selection by uncommenting this and choosing your languages
38
with:
39
language: 'javascript'
@@ -43,4 +43,4 @@ jobs:
43
npm run all
44
45
- name: Perform CodeQL Analysis
46
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments