1
0

Add JRE 25 Temurin to Environment
Some checks failed
Sonarqube Scanner / Build and analyze (push) Failing after 1m29s

This commit is contained in:
Florian Zumpe 2026-06-03 15:25:10 +02:00
parent d9581ded00
commit 096a02262d

View File

@ -12,6 +12,10 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/setup-java@v5
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '25'
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis