Update codeql.yml

This commit is contained in:
Michael Hohn
2024-05-16 13:34:15 -07:00
committed by GitHub
parent 17912c9b56
commit a81f036c6e

View File

@@ -64,6 +64,7 @@ jobs:
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }} build-mode: ${{ matrix.build-mode }}
queries: hohn/codeql-workshop-sql-injection-java
# If you wish to specify custom queries, you can do so here or in a config file. # If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file. # By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file. # Prefix the list here with "+" to use these queries and those in the config file.