File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
# NOTE (DP): Publish on develop and master, test on PRs against these
14
14
if : github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.base_ref == 'develop' || github.base_ref == 'master'
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
with :
18
18
fetch-depth : 1
19
19
- name : Set up JDK 21
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
if : github.ref == 'refs/heads/develop'
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 1
18
18
- name : Set up JDK 21
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@v4
13
+ - uses : actions/checkout@v5
14
14
- uses : actions/setup-java@v4
15
15
with :
16
16
distribution : liberica
23
23
if : ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }}
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- uses : actions/setup-java@v4
28
28
with :
29
29
distribution : liberica
43
43
jvm : ['21']
44
44
runs-on : ${{ matrix.os }}
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
- name : Set up JDK
48
48
uses : actions/setup-java@v4
49
49
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@v4
11
+ - uses : actions/checkout@v5
12
12
- name : Set up JDK 21
13
13
uses : actions/setup-java@v4
14
14
with :
Original file line number Diff line number Diff line change 9
9
name : SonarCloud Analysis
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
with :
14
14
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
15
15
- name : Set up JDK 21
You can’t perform that action at this time.
0 commit comments