Skip to content

Commit ff527b3

Browse files
build(deps): bump actions/attest-build-provenance from 2.2.3 to 2.3.0
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.2.3 to 2.3.0. - [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@c074443...db473fd) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1a25e7 commit ff527b3

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)