There was an error while loading. Please reload this page.
2 parents a6b0f75 + d0ff025 commit f03fb43Copy full SHA for f03fb43
1 file changed
.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