Skip to content

Commit 78793e8

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

4 files changed

+4
-4
lines changed

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

+1-1
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@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
185+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
186186
with:
187187
subject-path: '${{steps.pr-pull.outputs.bottle_path}}/*.tar.gz'
188188
if: inputs.upload

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
238238

239239
- name: Generate build provenance
240-
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
240+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
241241
with:
242242
subject-path: ${{ env.BOTTLES_DIR }}/*.tar.gz
243243

.github/workflows/dispatch-rebottle.yml

+1-1
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@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
177+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
178178
with:
179179
subject-path: ${{ env.BOTTLES_DIR }}/*.tar.gz
180180

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

+1-1
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@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
357+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
358358
with:
359359
subject-path: '${{steps.pr-pull.outputs.bottle_path}}/*.tar.gz'
360360

0 commit comments

Comments
 (0)