From 5cbe353af0397f4fc67372f47e897a2a07d3a6c2 Mon Sep 17 00:00:00 2001 From: Angular2guy Date: Fri, 13 Oct 2023 12:29:25 +0200 Subject: [PATCH] fix: build --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 87b0ca4..fb3267b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,7 +51,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: 17 + java-version: 21 # 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)