Skip to content

Commit de916e1

Browse files
authored
Merge pull request #338 from php/dependabot/github_actions/actions/attest-build-provenance-3
Bump actions/attest-build-provenance from 2 to 3
2 parents 8ffaa40 + 979e06e commit de916e1

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)