|
|
@ -22,9 +22,8 @@ jobs: |
|
|
|
# Initializes the CodeQL tools for scanning. |
|
|
|
- name: Initialize CodeQL |
|
|
|
uses: github/codeql-action/init@v1 |
|
|
|
# Override language selection by uncommenting this and choosing your languages |
|
|
|
# with: |
|
|
|
# languages: go, javascript, csharp, python, cpp, java |
|
|
|
with: |
|
|
|
languages: javascript |
|
|
|
|
|
|
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). |
|
|
|
# If this step fails, then you should remove it and run the build manually (see below). |
|
|
@ -43,4 +42,4 @@ jobs: |
|
|
|
# make release |
|
|
|
|
|
|
|
- name: Perform CodeQL Analysis |
|
|
|
uses: github/codeql-action/analyze@v1 |
|
|
|
uses: github/codeql-action/analyze@v1 |