Skip to content

Commit 12ce290

Browse files
authored
Merge pull request #200065 from Homebrew/dependabot/github_actions/actions/attest-build-provenance-2
build(deps): bump actions/attest-build-provenance from 1 to 2
2 parents 4bcfc4f + ae113a6 commit 12ce290

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/create-replacement-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
"$PR"
183183
184184
- name: Generate build provenance
185-
uses: actions/attest-build-provenance@v1
185+
uses: actions/attest-build-provenance@v2
186186
with:
187187
subject-path: '${{steps.pr-pull.outputs.bottle_path}}/*.tar.gz'
188188
if: inputs.upload

.github/workflows/dispatch-build-bottle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
signing_key: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY }}
237237

238238
- name: Generate build provenance
239-
uses: actions/attest-build-provenance@v1
239+
uses: actions/attest-build-provenance@v2
240240
with:
241241
subject-path: ${{ env.BOTTLES_DIR }}/*.tar.gz
242242

.github/workflows/dispatch-rebottle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
signing_key: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY }}
174174

175175
- name: Generate build provenance
176-
uses: actions/attest-build-provenance@v1
176+
uses: actions/attest-build-provenance@v2
177177
with:
178178
subject-path: ${{ env.BOTTLES_DIR }}/*.tar.gz
179179

.github/workflows/publish-commit-bottles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
"$PR"
355355
356356
- name: Generate build provenance
357-
uses: actions/attest-build-provenance@v1
357+
uses: actions/attest-build-provenance@v2
358358
with:
359359
subject-path: '${{steps.pr-pull.outputs.bottle_path}}/*.tar.gz'
360360

0 commit comments

Comments
 (0)