File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
# NOTE (DP): Publish on develop and master, test on PRs against these
8
8
if : github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.base_ref == 'develop' || github.base_ref == 'master'
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 1
13
13
- name : Set up JDK 17
Original file line number Diff line number Diff line change 10
10
name : License check
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- uses : actions/setup-java@v3
15
15
with :
16
16
distribution : temurin
22
22
name : Dependency checks
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- uses : actions/setup-java@v3
27
27
with :
28
28
distribution : temurin
38
38
os : [ubuntu-latest, windows-latest, macOS-latest]
39
39
runs-on : ${{ matrix.os }}
40
40
steps :
41
- - uses : actions/checkout@v3
41
+ - uses : actions/checkout@v4
42
42
- name : Set up JDK
43
43
uses : actions/setup-java@v3
44
44
with :
Original file line number Diff line number Diff line change 8
8
name : W3C XQuery Test Suite
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Set up JDK 17
13
13
uses : actions/setup-java@v3
14
14
with :
Original file line number Diff line number Diff line change 11
11
name : SonarCloud Analysis
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
17
17
- name : Set up JDK 17
You can’t perform that action at this time.
0 commit comments