From 04404d16659cd35e5cb8c8e82eda492d0addd7a9 Mon Sep 17 00:00:00 2001 From: Jonas Furrer Date: Wed, 3 Jan 2024 12:29:43 +0100 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7eb3903..dc6b6ad 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -71,9 +71,15 @@ jobs: # If the Autobuild fails above, remove it and uncomment the following three lines. # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. + - name: Set up JDK 17 + uses: actions/setup-java@v3 + with: + java-version: "17" + distribution: "temurin" + cache: maven - run: | echo "Run, Build Application using script" - ./mvnw clean package -Pjar + ./mvnw package -Pjar - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3