File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
matrix :
23
23
java : [ '8' ]
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- name : Setup Java JDK
27
27
uses : actions/setup-java@v3
28
28
with :
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 12
12
matrix :
13
13
java : [ '8' ]
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : Set up for Sonatype
17
17
uses : actions/setup-java@v3
18
18
with : # running setup-java again overwrites the settings.xml
Original file line number Diff line number Diff line change 19
19
matrix :
20
20
java : [ '8' ]
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Setup Java JDK
24
24
uses : actions/setup-java@v3
25
25
with :
You can’t perform that action at this time.
0 commit comments