Skip to content

Commit debd0fa

Browse files
chore: bump actions/attest-build-provenance in /.github/workflows (#40)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 3. - [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@v2...v3) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '3' 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 ff22c8d commit debd0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish-to-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
labels: ${{ steps.meta.outputs.labels }}
5252

5353
- name: Generate artifact attestation
54-
uses: actions/attest-build-provenance@v2
54+
uses: actions/attest-build-provenance@v3
5555
with:
5656
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
5757
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)