Skip to content

Commit c317921

Browse files
Bump actions/attest-build-provenance from 2.2.3 to 2.3.0 in the github-actions group (#270)
Bumps the github-actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 2.2.3 to 2.3.0
1 parent 8fcad26 commit c317921

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/prerelease.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
name: Release
3434

3535
- name: Generate build provenance (Distribution)
36-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
36+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
3737
with:
3838
subject-path: "${{ github.workspace }}/${{ env.RELEASE_DISTRO }}"
3939

4040
- name: Generate build provenance (Packages)
41-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
41+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
4242
with:
4343
subject-path: "${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
4444

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
run: ls -al ${{ env.RELEASE_DISTRO }}
4242

4343
- name: Generate build provenance (Distribution)
44-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
44+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
4545
with:
4646
subject-path: "${{ github.workspace }}/${{ env.RELEASE_DISTRO }}"
4747

4848
- name: Generate build provenance (Packages)
49-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
49+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
5050
with:
5151
subject-path: "${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
5252

@@ -91,7 +91,7 @@ jobs:
9191
labels: ${{ steps.docker-meta.outputs.labels }}
9292

9393
- name: Attest image
94-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
94+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
9595
continue-on-error: true # continue for now until we see it working in action
9696
with:
9797
subject-name: ${{ env.DOCKER_IMAGE_NAME }}

0 commit comments

Comments
 (0)