diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 446afa17..2e6f5736 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -82,7 +82,7 @@ jobs: ghcr.io/${{ github.repository_owner }}/${{ inputs.image-name }}:${SBOM_TAG} - name: Upload SBOMs as artifacts - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: ${{ inputs.image-name }}-sbom-${{ matrix.arch }} path: ${{ inputs.image-name }}-sbom-* diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 1dd117b3..0d3b2af0 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif