File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
runs-on : ${{ matrix.os }}
29
29
timeout-minutes : 20
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
with :
33
33
fetch-depth : 1
34
34
- name : Set up JDK
Original file line number Diff line number Diff line change 31
31
runs-on : ${{ matrix.os }}
32
32
timeout-minutes : 20
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
with :
36
36
fetch-depth : 1
37
37
- name : Set up JDK
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 30
30
runs-on : ${{ matrix.os }}
31
31
timeout-minutes : 20
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
with :
35
35
fetch-depth : 1
36
36
- name : Set up JDK
Original file line number Diff line number Diff line change 10
10
update-gradle-wrapper :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- name : Update Gradle Wrapper
15
15
uses : gradle-update/update-gradle-wrapper-action@v2
16
16
with :
You can’t perform that action at this time.
0 commit comments