This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
name : Gradle Wrapper Validation
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- uses : gradle/wrapper-validation-action@v1
15
15
16
16
test :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
- name : Setup Java
24
24
uses : actions/setup-java@v3
25
25
with :
47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- name : Checkout
50
- uses : actions/checkout@v3
50
+ uses : actions/checkout@v4
51
51
- name : Setup Java
52
52
uses : actions/setup-java@v3
53
53
with :
78
78
needs : validation
79
79
runs-on : ubuntu-latest
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
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
Original file line number Diff line number Diff line change 8
8
name : Gradle Wrapper Validation
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- uses : gradle/wrapper-validation-action@v1
13
13
14
14
commitlint :
15
15
name : Validate conventional commits
16
16
runs-on : ubuntu-latest
17
17
needs : validation
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
name : Checkout
21
21
with :
22
22
fetch-depth : 0
38
38
runs-on : ${{ matrix.os }}
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
- name : Setup Java
43
43
uses : actions/setup-java@v3
44
44
with :
77
77
env :
78
78
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
79
79
steps :
80
- - uses : actions/checkout@v3
80
+ - uses : actions/checkout@v4
81
81
if : env.SONAR_TOKEN != null
82
82
with :
83
83
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
Original file line number Diff line number Diff line change 6
6
name : Gradle Wrapper Validation
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- uses : gradle/wrapper-validation-action@v1
11
11
12
12
test :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Setup Java
20
20
uses : actions/setup-java@v3
21
21
with :
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : Checkout
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
- name : Setup Java
48
48
uses : actions/setup-java@v3
49
49
with :
You can’t perform that action at this time.
0 commit comments