File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 docker :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020 with :
2121 ref : ${{ github.event.inputs.releaseVersion }}
2222 - name : Set up QEMU
Original file line number Diff line number Diff line change 99 name : Build
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 with :
1414 fetch-depth : 0
1515 - name : Set up JDK 11
3535 contents : read
3636 packages : write
3737 steps :
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939 with :
4040 fetch-depth : 0
4141
Original file line number Diff line number Diff line change 2424 env :
2525 JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 with :
2929 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
3030 - name : Set up JDK
Original file line number Diff line number Diff line change 2121 env :
2222 JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7
2525 - name : Set up JDK
2626 uses : actions/setup-java@v5
2727 with :
You can’t perform that action at this time.
0 commit comments