Skip to content

Commit 5e3be5b

Browse files
Update all github actions (#355)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ab4f22 commit 5e3be5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# actions/checkout v1.* is needed for correct codecov upload, see https://github.com/actions/checkout/issues/237 for details
2626
- uses: actions/checkout@v5
2727
# ensure that gradle wrapper files in repository are valid by checking checksums
28-
- uses: gradle/actions/wrapper-validation@v4
28+
- uses: gradle/actions/wrapper-validation@v5
2929
- name: Set up JDK 21
3030
uses: actions/setup-java@v5
3131
with:

.github/workflows/diktat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
i=0
3434
find . -path "*/build/reports/diktat/*.sarif" | while read -r f; do echo "$f -> diktat-$i.sarif" && cp $f build/diktat-sarif-reports/diktat-$i.sarif || echo Cannot copy && echo Copied && i=$((i+1)); done
3535
- name: Upload SARIF report to Github
36-
uses: github/codeql-action/upload-sarif@v3
36+
uses: github/codeql-action/upload-sarif@v4
3737
if: ${{ failure() }}
3838
with:
3939
sarif_file: build/diktat-sarif-reports

0 commit comments

Comments
 (0)