File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- name : Checkout Application Repository
11
11
uses : actions/checkout@v4
12
+ with :
13
+ fetch-depth : 0
12
14
13
15
- name : Setup Java
14
16
uses : actions/setup-java@v4
27
29
- build
28
30
steps :
29
31
- uses : actions/checkout@v4
32
+ with :
33
+ fetch-depth : 0
30
34
- name : Set up JDK
31
35
uses : actions/setup-java@v4
32
36
with :
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
+ with :
17
+ fetch-depth : 0
16
18
- uses : gradle/actions/wrapper-validation@v4
17
19
- uses : actions/setup-java@v2
18
20
with :
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- name : Checkout Application Repository
14
14
uses : actions/checkout@v4
15
+ with :
16
+ fetch-depth : 0
15
17
16
18
- name : Set up JDK 21
17
19
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- name : Checkout Application Repository
16
16
uses : actions/checkout@v4
17
+ with :
18
+ fetch-depth : 0
17
19
18
20
- name : Set up JDK 21
19
21
uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments