From a81f036c6e3515d7b474bb4dcd4b3ed209d4a3ef Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Thu, 16 May 2024 13:34:15 -0700 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e2d6b30..a97c9f2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -64,6 +64,7 @@ jobs: with: languages: ${{ matrix.language }} 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. # 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.