File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3030 build :
3131 runs-on : ubuntu-22.04
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434
3535 - name : Set up JDK 17
3636 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217217 smoke/test_list_volumes" ]
218218
219219 steps :
220- - uses : actions/checkout@v5
220+ - uses : actions/checkout@v6
221221 with :
222222 fetch-depth : 0
223223
Original file line number Diff line number Diff line change 3232 name : codecov
3333 runs-on : ubuntu-22.04
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 with :
3737 fetch-depth : 0
3838
Original file line number Diff line number Diff line change 3535 language : ["actions"]
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 - name : Initialize CodeQL
4040 uses : github/codeql-action/init@v3
4141 with :
Original file line number Diff line number Diff line change 4747 - name : Set Docker repository name
4848 run : echo "DOCKER_REPOSITORY=apache" >> $GITHUB_ENV
4949
50- - uses : actions/checkout@v5
50+ - uses : actions/checkout@v6
5151
5252 - name : Set ACS version
5353 run : echo "ACS_VERSION=$(grep '<version>' pom.xml | head -2 | tail -1 | cut -d'>' -f2 |cut -d'<' -f1)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 3232 name : Main Sonar JaCoCo Build
3333 runs-on : ubuntu-22.04
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 with :
3737 fetch-depth : 0
3838
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-22.04
3333 steps :
3434 - name : Check Out
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636 - name : Install
3737 run : |
3838 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 3030 build :
3131 runs-on : ubuntu-22.04
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - name : Set up JDK 17
3535 uses : actions/setup-java@v5
3636 with :
Original file line number Diff line number Diff line change 3333 name : Sonar JaCoCo Coverage
3434 runs-on : ubuntu-22.04
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 with :
3838 ref : " refs/pull/${{ github.event.number }}/merge"
3939 fetch-depth : 0
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-22.04
3232
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535
3636 - name : Set up Node
3737 uses : actions/setup-node@v5
You can’t perform that action at this time.
0 commit comments