Skip to content

Commit 2e657f1

Browse files
authored
Merge pull request #222416 from Homebrew/dependabot/github_actions/actions/attest-build-provenance-2.3.0
build(deps): bump actions/attest-build-provenance from 2.2.3 to 2.3.0
2 parents cec5de5 + ff527b3 commit 2e657f1

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
@@ -181,7 +181,7 @@ jobs:
181181
"$PR"
182182
183183
- name: Generate build provenance
184-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
184+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
185185
with:
186186
subject-path: '${{steps.pr-pull.outputs.bottle_path}}/*.tar.gz'
187187
if: inputs.upload

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
240240

241241
- name: Generate build provenance
242-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
242+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
243243
with:
244244
subject-path: ${{ env.BOTTLES_DIR }}/*.tar.gz
245245

.github/workflows/dispatch-rebottle.yml

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

176176
- name: Generate build provenance
177-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
177+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
178178
with:
179179
subject-path: ${{ env.BOTTLES_DIR }}/*.tar.gz
180180

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
"$PR"
364364
365365
- name: Generate build provenance
366-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
366+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
367367
with:
368368
subject-path: '${{steps.pr-pull.outputs.bottle_path}}/*.tar.gz'
369369

0 commit comments

Comments
 (0)