diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 44416265..3393adfa 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -110,7 +110,7 @@ jobs: - name: Upload artifacts if: ${{ failure() && steps.tests.conclusion == 'failure' }} - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ matrix.name }}-cassandra-logs path: ${{ matrix.artifacts_dir }}/cassandra*.log diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 50d54599..d1bc2d24 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: SARIF file path: results.sarif