Skip to content

Commit 7fa3aa6

Browse files
committed
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 608cdb2 commit 7fa3aa6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-push-docker-image.yml

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

9292
- name: Generate artifact attestation
93-
uses: actions/attest-build-provenance@v3
93+
uses: actions/attest@v4
9494
with:
9595
subject-name: ghcr.io/${{ github.repository }}
9696
subject-digest: ${{ steps.build-and-push.outputs.digest }}

.github/workflows/build-assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# code, which would store attestation that `php/pie` built the PHAR, and
5757
# it would look genuine. So this should NOT run for PR builds.
5858
if: github.event_name != 'pull_request'
59-
uses: actions/attest-build-provenance@v3
59+
uses: actions/attest@v4
6060
with:
6161
subject-path: '${{ github.workspace }}/pie.phar'
6262
- uses: actions/upload-artifact@v7
@@ -151,7 +151,7 @@ jobs:
151151
# code, which would store attestation that `php/pie` built the binaries,
152152
# and it would look genuine. So this should NOT run for PR builds.
153153
if: github.event_name != 'pull_request'
154-
uses: actions/attest-build-provenance@v3
154+
uses: actions/attest@v4
155155
with:
156156
subject-path: '${{ github.workspace }}/${{ env.PIE_BINARY_OUTPUT }}'
157157

0 commit comments

Comments
 (0)