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:
13
13
- uses : actions/checkout@v4
14
14
with :
15
15
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
17
17
uses : actions/setup-java@v4
18
18
with :
19
- java-version : 11
19
+ distribution : ' temurin'
20
+ java-version : 21
20
21
- name : Cache SonarCloud packages
21
22
uses : actions/cache@v4
22
23
with :
Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ jobs:
20
20
- uses : actions/checkout@v4
21
21
with :
22
22
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
24
24
uses : actions/setup-java@v4
25
25
with :
26
- java-version : 11
26
+ distribution : ' temurin'
27
+ java-version : 21
27
28
- name : Cache Maven packages
28
29
uses : actions/cache@v4
29
30
with :
You can’t perform that action at this time.
0 commit comments