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 082924c commit 911a825Copy full SHA for 911a825
1 file changed
.github/workflows/codescan.yml
@@ -42,11 +42,8 @@ jobs:
42
- name: Initialize CodeQL
43
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@v4
+ # Codescan Javascript/Typescript code and GitHub actions/workflows
+ languages: javascript, actions
50
51
# Perform GitHub Code Scanning.
52
- name: Perform CodeQL Analysis
0 commit comments