File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 # sonarcloud-ignore githubactions:S7637
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 # sonarcloud-ignore githubactions:S7637
4343 - uses : actions/setup-node@v6
4444 - name : Set up JDK ${{ matrix.java }}
9696 - " nightly"
9797 steps :
9898 # sonarcloud-ignore githubactions:S7637
99- - uses : actions/checkout@v5
99+ - uses : actions/checkout@v6
100100 - name : " Use Node.js"
101101 # sonarcloud-ignore githubactions:S7637
102102 uses : actions/setup-node@v6
@@ -170,7 +170,7 @@ jobs:
170170 # main and Develop branch only
171171 if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
172172 steps :
173- - uses : actions/checkout@v5
173+ - uses : actions/checkout@v6
174174 with :
175175 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
176176 - name : Set up JDK
Original file line number Diff line number Diff line change 4242 steps :
4343 - name : Checkout repository
4444 # sonarcloud-ignore githubactions:S7637
45- uses : actions/checkout@v5
45+ uses : actions/checkout@v6
4646
4747 - name : Setup Java JDK
4848 # sonarcloud-ignore githubactions:S7637
Original file line number Diff line number Diff line change 2727 private-key : ${{ secrets.CI_PRIVATE_KEY }}
2828
2929 - name : Checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
3333 token : ${{ steps.app-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments