Skip to content

Commit

Permalink
Update actions/attest-build-provenance action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 4, 2024
1 parent 6c49500 commit f2802ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-buildenv-l1-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Generate SLSA Provenance
id: slsa
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0.0
with:
subject-name: "test_l1"
subject-digest: ${{ steps.build.outputs.digest }}
2 changes: 1 addition & 1 deletion .github/workflows/test-buildenv-l2-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Generate SLSA Provenance
id: slsa
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0.0
with:
subject-name: "test_l2"
subject-digest: ${{ steps.build.outputs.digest }}

0 comments on commit f2802ef

Please sign in to comment.