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 20
20
name : Validate Gradle wrapper
21
21
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- uses : gradle/actions/wrapper-validation@v4
25
25
26
26
build :
34
34
35
35
steps :
36
36
# Checks-out the repository under $GITHUB_WORKSPACE
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
39
39
# Set JDK
40
40
- name : Set up JDK
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
28
28
- name : Initialize CodeQL
29
29
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 16
16
packages : write
17
17
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- name : Set up JDK
21
21
uses : actions/setup-java@v4
22
22
with :
You can’t perform that action at this time.
0 commit comments