diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 10c69de..4c17002 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -455,7 +455,7 @@ jobs: if: >- needs.publish-gate.outputs.release_is_public != 'true' && steps.image-provenance.outputs.present != 'true' - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: subject-name: ${{ needs.publish-gate.outputs.image }} subject-digest: ${{ steps.select-image.outputs.digest }} @@ -489,7 +489,7 @@ jobs: if: >- needs.publish-gate.outputs.release_is_public != 'true' && steps.image-sbom.outputs.present != 'true' - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: subject-name: ${{ needs.publish-gate.outputs.image }} subject-digest: ${{ steps.select-image.outputs.digest }} @@ -733,7 +733,7 @@ jobs: if: >- needs.publish-gate.outputs.release_is_public != 'true' && steps.binary-provenance.outputs.present != 'true' - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: subject-path: notify/dist/vaultsync-notify_* @@ -765,7 +765,7 @@ jobs: if: >- needs.publish-gate.outputs.release_is_public != 'true' && steps.binary-sbom.outputs.present != 'true' - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: subject-path: notify/dist/vaultsync-notify_* sbom-path: notify/dist/SBOM.spdx.json