File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
- name : Setup java
31
31
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
fetch-depth : 0
30
30
43
43
44
44
steps :
45
45
- name : Checkout repository
46
- uses : actions/checkout@v4
46
+ uses : actions/checkout@v5
47
47
with :
48
48
fetch-depth : 0
49
49
You can’t perform that action at this time.
0 commit comments