From f9f2f5477553ca9bc03135d4aeea70f1030df110 Mon Sep 17 00:00:00 2001 From: Angular2guy Date: Sun, 5 Nov 2023 14:20:12 +0100 Subject: [PATCH] fix: CI --- .github/workflows/codeql.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 290e6ed..976b6a9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -59,7 +59,11 @@ jobs: # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - + - name: Setup Java JDK + uses: actions/setup-java@v2 + with: + distribution: 'temurin' + java-version: 21 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below)