File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2727 build :
2828 runs-on : ubuntu-22.04
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131
3232 - name : Set up JDK 11
3333 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193 " component/test_vpc_network_lbrules" ]
194194
195195 steps :
196- - uses : actions/checkout@v3
196+ - uses : actions/checkout@v4
197197 with :
198198 fetch-depth : 0
199199
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@v3
35+ - uses : actions/checkout@v4
3636 with :
3737 fetch-depth : 0
3838
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@v3
50+ - uses : actions/checkout@v4
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 runs-on : ubuntu-22.04
3333 steps :
3434 - name : Check Out
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 - name : Install
3737 run : |
3838 python -m pip install --upgrade pip
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@v3
35+ - uses : actions/checkout@v4
3636 with :
3737 fetch-depth : 0
3838
Original file line number Diff line number Diff line change 2727 build :
2828 runs-on : ubuntu-22.04
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - name : Set up JDK 11
3232 uses : actions/setup-java@v3
3333 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@v3
36+ - uses : actions/checkout@v4
3737 with :
3838 ref : " refs/pull/${{ github.event.number }}/merge"
3939 fetch-depth : 0
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-22.04
2929
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232
3333 - name : Set up Node
3434 uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments