Skip to content

Commit 6192247

Browse files
ci: bump actions/attest-build-provenance from 1 to 2 (#1234)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2. - [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@v1...v2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc6be5d commit 6192247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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
-
187187
if: fromJson(needs.prepare.outputs.push) && (matrix.debug || matrix.mimalloc) && (needs.prepare.outputs.ref || github.ref_type == 'tag')
188-
uses: actions/attest-build-provenance@v1
188+
uses: actions/attest-build-provenance@v2
189189
with:
190190
subject-path: ${{ github.workspace }}/frankenphp-linux-x86_64${{ matrix.debug && '-debug' || '' }}${{ matrix.mimalloc && '-mimalloc' || '' }}
191191

@@ -244,7 +244,7 @@ jobs:
244244
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
245245
-
246246
if: needs.prepare.outputs.ref || github.ref_type == 'tag'
247-
uses: actions/attest-build-provenance@v1
247+
uses: actions/attest-build-provenance@v2
248248
with:
249249
subject-path: ${{ github.workspace }}/frankenphp-linux-*
250250

@@ -291,7 +291,7 @@ jobs:
291291
NO_COMPRESS: ${{ github.event_name == 'pull_request' && '1' || '' }}
292292
-
293293
if: needs.prepare.outputs.ref || github.ref_type == 'tag'
294-
uses: actions/attest-build-provenance@v1
294+
uses: actions/attest-build-provenance@v2
295295
with:
296296
subject-path: ${{ github.workspace }}/dist/frankenphp-mac-*
297297
-

0 commit comments

Comments
 (0)