Skip to content

Commit 188acf6

Browse files
authored
Merge pull request #29 from github/dependabot/github_actions/actions/attest-build-provenance-2.0.1
Bump actions/attest-build-provenance from 1.4.4 to 2.0.1
2 parents ccf5e49 + dbcd50a commit 188acf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/attest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
2121
with:
2222
name: ${{ inputs.artifact }}
23-
- uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
23+
- uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
2424
with:
2525
subject-path: "*"

.github/workflows/build-pyfib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: tar -czf pyfib.tar.gz ./pyfib
2424

2525
- name: Attest build provenance
26-
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
26+
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
2727
with:
2828
subject-path: "pyfib.tar.gz"
2929

.github/workflows/ghcr-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
4949

5050
- name: Attest artifact
51-
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
51+
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
5252
with:
5353
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5454
subject-digest: ${{ steps.build-and-push.outputs.digest }}

0 commit comments

Comments
 (0)