Skip to content

Commit 50d28bc

Browse files
committed
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 .
1 parent 96730b0 commit 50d28bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ jobs:
8080

8181

8282
# CodeQL executes https://github.com/ferstl/depgraph-maven-plugin
83-
- name: "Install: JDK 25 for Maven/Tycho ☕"
83+
- name: "Install: JDK 21 for Maven/Tycho ☕"
8484
uses: actions/setup-java@v5 # https://github.com/actions/setup-java
8585
if: matrix.language == 'java'
8686
with:
8787
distribution: temurin
88-
java-version: 25
88+
java-version: 21
8989

9090

9191
# https://docs.github.com/en/code-security/code-scanning

0 commit comments

Comments
 (0)