Merge pull request #293 from fosrl/dependabot/github_actions/actions/attest-build-provenance-4.1.0

chore(deps): bump actions/attest-build-provenance from 3.2.0 to 4.1.0
This commit is contained in:
Marc Schäfer
2026-04-06 17:28:26 +02:00
committed by GitHub

View File

@@ -727,7 +727,7 @@ jobs:
fi fi
- name: Attest build provenance (GHCR) (digest) - name: Attest build provenance (GHCR) (digest)
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
with: with:
subject-name: ${{ env.GHCR_IMAGE }} subject-name: ${{ env.GHCR_IMAGE }}
subject-digest: ${{ env.GHCR_DIGEST }} subject-digest: ${{ env.GHCR_DIGEST }}
@@ -737,7 +737,7 @@ jobs:
- name: Attest build provenance (Docker Hub) - name: Attest build provenance (Docker Hub)
continue-on-error: true continue-on-error: true
if: ${{ env.DH_DIGEST != '' }} if: ${{ env.DH_DIGEST != '' }}
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
with: with:
subject-name: index.docker.io/${{ github.repository_owner }}/${{ github.event.repository.name }} subject-name: index.docker.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
subject-digest: ${{ env.DH_DIGEST }} subject-digest: ${{ env.DH_DIGEST }}