diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index aa490245..7aaf8f72 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -81,7 +81,7 @@ jobs: git switch "$CHECKOUT_REF" - name: Persist RSKJ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 with: name: rskj path: rskj @@ -148,7 +148,7 @@ jobs: ./gradlew --no-daemon --stacktrace clean build -x test - name: Persist Build files - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 with: name: build_files path: | @@ -195,7 +195,7 @@ jobs: ./gradlew --no-daemon --stacktrace test - name: Persist test results for sonar - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 with: name: test-results path: | @@ -203,7 +203,7 @@ jobs: retention-days: 7 - name: Persist test reports for sonar - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 with: name: test-reports path: | diff --git a/.github/workflows/reproducible.yml b/.github/workflows/reproducible.yml index 860a82be..9e155ab3 100644 --- a/.github/workflows/reproducible.yml +++ b/.github/workflows/reproducible.yml @@ -47,7 +47,7 @@ jobs: cat build/libs/SHA256SUMS - name: Export artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 with: name: ${{ steps.vars.outputs.tag }} path: build/libs/ diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index da283bff..8c9df30a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -33,7 +33,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 with: name: SARIF file path: results.sarif