diff --git a/.github/workflows/cross.yaml b/.github/workflows/cross.yaml index 10e4df5df6f..8f7e0acd411 100644 --- a/.github/workflows/cross.yaml +++ b/.github/workflows/cross.yaml @@ -60,7 +60,7 @@ jobs: ./${{matrix.COSIGN_TARGET}} verify-blob --key ./.github/workflows/cosign-test.pub --signature ${{matrix.SGET_TARGET}}.sig ./${{matrix.SGET_TARGET}} - name: Upload artifacts if: github.event_name != 'pull_request' - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2.3.1 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2.3.1 with: name: artifacts path: | diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml index b1955cf177b..5c0e5852771 100644 --- a/.github/workflows/scorecard_action.yml +++ b/.github/workflows/scorecard_action.yml @@ -44,7 +44,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@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2.3.1 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2.3.1 with: name: SARIF file path: results.sarif