From c673e77f5cbb5de9ff75470be402cb409ce79caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kohlschu=CC=88tter?= Date: Thu, 28 Sep 2023 16:27:39 +0200 Subject: [PATCH] codeql: Install Java 8 toolchain as well Required for retrolambda --- .github/workflows/codeql-analysis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2b3438fc3..81f6dd492 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,9 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '17' + java-version: | + '1.8' + '17' cache: 'maven' # Initializes the CodeQL tools for scanning.