Skip to content

Commit f8a64a9

Browse files
ci(deps): bump actions/attest-build-provenance from 3 to 4 (#19)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 3 to 4. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v3...v4) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b232ea commit f8a64a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."
6666
- name: Generate artifact attestation
67-
uses: actions/attest-build-provenance@v3
67+
uses: actions/attest-build-provenance@v4
6868
with:
6969
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
7070
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)