Add JRE 25 Temurin to Environment
Some checks failed
Sonarqube Scanner / Build and analyze (push) Failing after 1m29s
Some checks failed
Sonarqube Scanner / Build and analyze (push) Failing after 1m29s
This commit is contained in:
parent
d9581ded00
commit
096a02262d
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user