Update codeql.yml
This commit is contained in:
parent
ec5cca71b9
commit
6e0bb8e312
1 changed files with 5 additions and 3 deletions
8
.github/workflows/codeql.yml
vendored
8
.github/workflows/codeql.yml
vendored
|
@ -80,7 +80,9 @@ jobs:
|
||||||
# echo "Run, Build Application using script"
|
# echo "Run, Build Application using script"
|
||||||
# ./location_of_script_within_repo/buildscript.sh
|
# ./location_of_script_within_repo/buildscript.sh
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Run CodeQL
|
||||||
uses: github/codeql-action/analyze@v2
|
uses: actions/codeql-action@v2
|
||||||
with:
|
with:
|
||||||
category: "/language:${{matrix.language}}"
|
codeql-action-version: latest
|
||||||
|
command: analyze
|
||||||
|
args: --language java --project-root .
|
||||||
|
|
Loading…
Reference in a new issue