Skip to content

Commit 72a5514

Browse files
committed
Update actions/attest-build-provenance action to v2
1 parent 6c49500 commit 72a5514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-buildenv-l1-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Generate SLSA Provenance
3030
id: slsa
31-
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
31+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
3232
with:
3333
subject-name: "test_l1"
3434
subject-digest: ${{ steps.build.outputs.digest }}

.github/workflows/test-buildenv-l2-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Generate SLSA Provenance
5050
id: slsa
51-
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
51+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
5252
with:
5353
subject-name: "test_l2"
5454
subject-digest: ${{ steps.build.outputs.digest }}

0 commit comments

Comments
 (0)