diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 62b64883..1d36087b 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.0 with: name: test-reports path: | diff --git a/.github/workflows/reproducible.yml b/.github/workflows/reproducible.yml index 84b0df99..e7664d23 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.0 with: name: ${{ steps.vars.outputs.tag }} path: build/libs/ diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index cefe22e8..c5b79c54 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.0 with: name: SARIF file path: results.sarif