|
@ -26,6 +26,8 @@ jobs: |
|
|
# Initializes the CodeQL tools for scanning. |
|
|
# Initializes the CodeQL tools for scanning. |
|
|
- name: Initialize CodeQL |
|
|
- name: Initialize CodeQL |
|
|
uses: github/codeql-action/init@v1 |
|
|
uses: github/codeql-action/init@v1 |
|
|
|
|
|
with: |
|
|
|
|
|
config-file: ./.github/codeql/codeql-config.yml |
|
|
# Override language selection by uncommenting this and choosing your languages |
|
|
# Override language selection by uncommenting this and choosing your languages |
|
|
# with: |
|
|
# with: |
|
|
# languages: go, javascript, csharp, python, cpp, java |
|
|
# languages: go, javascript, csharp, python, cpp, java |
|
|