Skip to content

Commit 979e06e

Browse files
Bump actions/attest-build-provenance from 2 to 3
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>
1 parent 8ffaa40 commit 979e06e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-phar.yml

Lines changed: 1 addition & 1 deletion
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@v2
59+
uses: actions/attest-build-provenance@v3
6060
with:
6161
subject-path: '${{ github.workspace }}/pie.phar'
6262
- uses: actions/upload-artifact@v4

.github/workflows/release.yml

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

109109
- name: Generate artifact attestation
110-
uses: actions/attest-build-provenance@v2
110+
uses: actions/attest-build-provenance@v3
111111
with:
112112
subject-name: ghcr.io/${{ github.repository }}
113113
subject-digest: ${{ steps.build-and-push.outputs.digest }}

0 commit comments

Comments
 (0)