From 5cb6f49f47c6a99ef40e009b6287522ea93aa2f1 Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Mon, 9 Oct 2023 12:16:20 +0200 Subject: [PATCH] Update codeql workflow --- .github/workflows/codeql-analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d28d96d0..86b0970d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -54,6 +54,9 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Build with Maven + uses: actions/setup-java@v1 + with: + java-version: 17 run: mvn -B -Pm2 clean verify --file pom.xml # ℹ️ Command-line programs to run using the OS shell.