File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 steps :
1010 - name : Checkout Application Repository
1111 uses : actions/checkout@v4
12+ with :
13+ fetch-depth : 0
1214
1315 - name : Setup Java
1416 uses : actions/setup-java@v4
2729 - build
2830 steps :
2931 - uses : actions/checkout@v4
32+ with :
33+ fetch-depth : 0
3034 - name : Set up JDK
3135 uses : actions/setup-java@v4
3236 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16+ with :
17+ fetch-depth : 0
1618 - uses : gradle/actions/wrapper-validation@v4
1719 - uses : actions/setup-java@v2
1820 with :
Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Checkout Application Repository
1414 uses : actions/checkout@v4
15+ with :
16+ fetch-depth : 0
1517
1618 - name : Set up JDK 21
1719 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Checkout Application Repository
1616 uses : actions/checkout@v4
17+ with :
18+ fetch-depth : 0
1719
1820 - name : Set up JDK 21
1921 uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments