Skip to content

Commit 9b83dab

Browse files
build(deps): bump actions/attest-build-provenance from 3 to 4
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>
1 parent 5686571 commit 9b83dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true
7171

7272
- name: Generate artifact attestation
73-
uses: actions/attest-build-provenance@v3
73+
uses: actions/attest-build-provenance@v4
7474
with:
7575
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
7676
subject-digest: ${{ steps.build.outputs.digest }}
@@ -146,7 +146,7 @@ jobs:
146146
echo "IMAGE_DIGEST=$IMAGE_DIGEST" >> $GITHUB_OUTPUT
147147
148148
- name: Generate artifact attestation
149-
uses: actions/attest-build-provenance@v3
149+
uses: actions/attest-build-provenance@v4
150150
with:
151151
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
152152
subject-digest: ${{ steps.inspect.outputs.IMAGE_DIGEST }}

0 commit comments

Comments
 (0)