adjusted java version
SonarQube Analysis / Build and Analyze (pull_request) Failing after 3m41s

This commit is contained in:
2026-06-25 20:46:34 +02:00
parent 77ee6f68c6
commit 5838084b73
+2 -2
View File
@@ -20,10 +20,10 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
- name: Set up JDK 25
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
with:
java-version: "17"
java-version: "25"
distribution: "zulu" # Alternative distribution options are available.
- name: Cache SonarQube packages