From 50d28bc02266b6d6d1efcff8f823d9034e857522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Wed, 3 Dec 2025 09:36:23 +0200 Subject: [PATCH] Run codeql with Java 21 Effort to make false positive reports like https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/security/code-scanning/46 gone as to fix this one one has to move to next Java LTS (25) for https://openjdk.org/jeps/456 . --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 71a1d4eddb..4409f61722 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -80,12 +80,12 @@ jobs: # CodeQL executes https://github.com/ferstl/depgraph-maven-plugin - - name: "Install: JDK 25 for Maven/Tycho ☕" + - name: "Install: JDK 21 for Maven/Tycho ☕" uses: actions/setup-java@v5 # https://github.com/actions/setup-java if: matrix.language == 'java' with: distribution: temurin - java-version: 25 + java-version: 21 # https://docs.github.com/en/code-security/code-scanning