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 9
9
name : Build
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v5
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Set up JDK 11
35
35
contents : read
36
36
packages : write
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v5
39
39
with :
40
40
fetch-depth : 0
41
41
Original file line number Diff line number Diff line change 24
24
env :
25
25
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
with :
29
29
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
30
30
- name : Set up JDK
Original file line number Diff line number Diff line change 21
21
env :
22
22
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Set up JDK
26
26
uses : actions/setup-java@v5
27
27
with :
Original file line number Diff line number Diff line change 17
17
# release:
18
18
# runs-on: ubuntu-latest
19
19
# steps:
20
- # - uses: actions/checkout@v4
20
+ # - uses: actions/checkout@v5
21
21
# - name: Set up JDK 11
22
22
# uses: actions/setup-java@v4
23
23
# with:
47
47
needs : release
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v5
51
51
with :
52
52
ref : ${{ github.event.inputs.releaseVersion }}
53
53
- name : Set up QEMU
You can’t perform that action at this time.
0 commit comments