Skip to content

Commit 8b1be8b

Browse files
Bump actions/attest-build-provenance in the minor-patch group
Bumps the minor-patch group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 4.0.0 to 4.1.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@e4d4f7c...a2bbfa2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4380132 commit 8b1be8b

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@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 # v 4.0.0
42+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v 4.1.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@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 # v4.0.0
54+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.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)