File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 # actions/checkout v1.* is needed for correct codecov upload, see https://github.com/actions/checkout/issues/237 for details
2626 - uses : actions/checkout@v6
2727 # ensure that gradle wrapper files in repository are valid by checking checksums
28- - uses : gradle/actions/wrapper-validation@v5
28+ - uses : gradle/actions/wrapper-validation@v6
2929 - name : Set up JDK 21
3030 uses : actions/setup-java@v5
3131 with :
5252 buildSrc/**/Versions.kt
5353 - name : Upload gradle reports
5454 if : ${{ always() }}
55- uses : actions/upload-artifact@v6
55+ uses : actions/upload-artifact@v7
5656 with :
5757 name : gradle-reports-${{ matrix.os }}
5858 path : ' **/build/reports/'
Original file line number Diff line number Diff line change 3838 with :
3939 sarif_file : build/diktat-sarif-reports
4040 - name : Upload SARIF artifacts
41- uses : actions/upload-artifact@v6
41+ uses : actions/upload-artifact@v7
4242 if : ${{ failure() }}
4343 with :
4444 name : sarif-reports
You can’t perform that action at this time.
0 commit comments