This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
- name : Checkout
22
22
uses : actions/checkout@v4
23
23
- name : Setup Java
24
- uses : actions/setup-java@v3
24
+ uses : actions/setup-java@v4
25
25
with :
26
26
distribution : ' temurin'
27
27
java-version : 17
49
49
- name : Checkout
50
50
uses : actions/checkout@v4
51
51
- name : Setup Java
52
- uses : actions/setup-java@v3
52
+ uses : actions/setup-java@v4
53
53
with :
54
54
distribution : ' temurin'
55
55
java-version : 17
82
82
with :
83
83
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
84
84
- name : Set up JDK 17
85
- uses : actions/setup-java@v3
85
+ uses : actions/setup-java@v4
86
86
with :
87
87
distribution : ' temurin'
88
88
java-version : 17
Original file line number Diff line number Diff line change 40
40
- name : Checkout
41
41
uses : actions/checkout@v4
42
42
- name : Setup Java
43
- uses : actions/setup-java@v3
43
+ uses : actions/setup-java@v4
44
44
with :
45
45
distribution : ' temurin'
46
46
java-version : ${{ matrix.java }}
83
83
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
84
84
- name : Set up JDK 17
85
85
if : env.SONAR_TOKEN != null
86
- uses : actions/setup-java@v3
86
+ uses : actions/setup-java@v4
87
87
with :
88
88
distribution : ' temurin'
89
89
java-version : 17
Original file line number Diff line number Diff line change 17
17
- name : Checkout
18
18
uses : actions/checkout@v4
19
19
- name : Setup Java
20
- uses : actions/setup-java@v3
20
+ uses : actions/setup-java@v4
21
21
with :
22
22
distribution : ' temurin'
23
23
java-version : 17
45
45
- name : Checkout
46
46
uses : actions/checkout@v4
47
47
- name : Setup Java
48
- uses : actions/setup-java@v3
48
+ uses : actions/setup-java@v4
49
49
with :
50
50
distribution : ' temurin'
51
51
java-version : 17
You can’t perform that action at this time.
0 commit comments