Skip to content

Commit 8c501a8

Browse files
ci: bump actions/attest-build-provenance in the github-actions group (#1852)
1 parent c564c3f commit 8c501a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/static.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
186186
REF: ${{ (github.ref_type == 'tag' && github.ref_name) || needs.prepare.outputs.ref }}
187187
- if: fromJson(needs.prepare.outputs.push) && (needs.prepare.outputs.ref || github.ref_type == 'tag')
188-
uses: actions/attest-build-provenance@v2
188+
uses: actions/attest-build-provenance@v3
189189
with:
190190
subject-path: ${{ github.workspace }}/frankenphp-linux-*
191191
- name: Run sanity checks
@@ -301,7 +301,7 @@ jobs:
301301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
302302
REF: ${{ (github.ref_type == 'tag' && github.ref_name) || needs.prepare.outputs.ref }}
303303
- if: fromJson(needs.prepare.outputs.push) && (needs.prepare.outputs.ref || github.ref_type == 'tag')
304-
uses: actions/attest-build-provenance@v2
304+
uses: actions/attest-build-provenance@v3
305305
with:
306306
subject-path: ${{ github.workspace }}/gh-output/frankenphp-linux-*-gnu
307307
- name: Run sanity checks
@@ -420,7 +420,7 @@ jobs:
420420
RELEASE: ${{ (needs.prepare.outputs.ref || github.ref_type == 'tag') && '1' || '' }}
421421
NO_COMPRESS: ${{ github.event_name == 'pull_request' && '1' || '' }}
422422
- if: needs.prepare.outputs.ref || github.ref_type == 'tag'
423-
uses: actions/attest-build-provenance@v2
423+
uses: actions/attest-build-provenance@v3
424424
with:
425425
subject-path: ${{ github.workspace }}/dist/frankenphp-mac-*
426426
- name: Upload artifact

0 commit comments

Comments
 (0)