Skip to content

Commit 4380132

Browse files
Bump actions/attest-build-provenance from 3.2.0 to 4.0.0 (#45)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 3.2.0 to 4.0.0. - [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@96278af...e4d4f7c) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.0.0 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 ee199af commit 4380132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
push: true
4040
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev
4141
- name: Attest
42-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v 3.2.0
42+
uses: actions/attest-build-provenance@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 # v 4.0.0
4343
id: attest
4444
with:
4545
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
platforms: linux/amd64,linux/arm64
5252

5353
- name: Attest build provenance
54-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
54+
uses: actions/attest-build-provenance@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 # v4.0.0
5555
with:
5656
subject-name: ghcr.io/github/artifact-attestations-opa-provider
5757
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)