From 4adb52994efab6d5e58a782c416fb020ea534d7f Mon Sep 17 00:00:00 2001 From: Johnathan Gilday Date: Wed, 22 Mar 2023 16:11:30 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20add=20security-extended?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 151475229..4eb077447 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,6 +29,8 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v2 + with: + queries: security-extended - run: | ./mvnw --batch-mode verify -DskipTests