File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ jobs:
1313 - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
16- - name : Set up JDK 11
16+ - name : Set up JDK 21
1717 uses : actions/setup-java@v4
1818 with :
19- java-version : 11
19+ distribution : ' temurin'
20+ java-version : 21
2021 - name : Cache SonarCloud packages
2122 uses : actions/cache@v4
2223 with :
Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ jobs:
2020 - uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
23- - name : Set up JDK 11
23+ - name : Set up JDK 21
2424 uses : actions/setup-java@v4
2525 with :
26- java-version : 11
26+ distribution : ' temurin'
27+ java-version : 21
2728 - name : Cache Maven packages
2829 uses : actions/cache@v4
2930 with :
You can’t perform that action at this time.
0 commit comments