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.
2 parents 1761500 + 3333ee4 commit 59e477aCopy full SHA for 59e477a
.github/workflows/codescan.yml
@@ -40,14 +40,14 @@ jobs:
40
# Initializes the CodeQL tools for scanning.
41
# https://github.com/github/codeql-action
42
- name: Initialize CodeQL
43
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
44
with:
45
languages: javascript
46
47
# Autobuild attempts to build any compiled languages
48
- name: Autobuild
49
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
50
51
# Perform GitHub Code Scanning.
52
- name: Perform CodeQL Analysis
53
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments