File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111
1212 steps :
1313 - uses : actions/checkout@v3
14- - name : Set up JDK 11
14+ - name : Set up JDK 25
1515 uses : actions/setup-java@v3
1616 with :
17- java-version : ' 11 '
17+ java-version : ' 25 '
1818 distribution : ' temurin'
1919 cache : maven
2020 - name : Check code formatting compliance
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
21- - name : Set up JDK 17
21+ - name : Set up JDK 25
2222 uses : actions/setup-java@v4
2323 with :
24- java-version : 17
24+ java-version : 25
2525 distribution : ' temurin'
2626 - name : Cache SonarCloud packages
2727 uses : actions/cache@v4
@@ -51,10 +51,10 @@ jobs:
5151 - uses : actions/checkout@v4
5252 with :
5353 fetch-depth : 0
54- - name : Set up JDK 11
54+ - name : Set up JDK 25
5555 uses : actions/setup-java@v4
5656 with :
57- java-version : 11
57+ java-version : 25
5858 distribution : ' temurin'
5959 - name : Cache Maven packages
6060 uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v3
13- - name : Set up JDK 11
13+ - name : Set up JDK 25
1414 uses : actions/setup-java@v3
1515 with :
16- java-version : ' 11 '
16+ java-version : ' 25 '
1717 distribution : ' temurin'
1818 cache : maven
1919 - name : Produce SBOM in CycloneDX format
You can’t perform that action at this time.
0 commit comments