Update codeql.yml

This commit is contained in:
Anthony Stirling 2023-01-28 10:31:28 +00:00 committed by GitHub
parent ec5cca71b9
commit 6e0bb8e312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 .