There was an error while loading. Please reload this page.
2 parents edb0784 + 2bc142a commit fcf0b7fCopy full SHA for fcf0b7f
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@v3
+ uses: github/codeql-action/init@v4
44
with:
45
languages: javascript
46
47
# Autobuild attempts to build any compiled languages
48
- name: Autobuild
49
- uses: github/codeql-action/autobuild@v3
+ uses: github/codeql-action/autobuild@v4
50
51
# Perform GitHub Code Scanning.
52
- name: Perform CodeQL Analysis
53
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments