Skip to content

Commit

Permalink
Update to SLSA generator 2.0 release
Browse files Browse the repository at this point in the history
see https://github.com/slsa-framework/slsa-github-generator/releases/tag/v2.0.0

Change-Id: Ie6b27e099ea2da3b31b846c539835071168c8a43
  • Loading branch information
jul-sh committed Apr 23, 2024
1 parent 33c8aa4 commit 72b0969
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_full_provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# current release does not include fix for the action deadlocking.
# Ref: https://github.com/slsa-framework/slsa-github-generator/issues/3571
# TODO: b/335461780 - Switch to using a released tag once there is one that includes the fix.
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]-rc.0
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
builder-image: 'europe-west2-docker.pkg.dev/oak-ci/oak-development/oak-development'
builder-digest: ${{ needs.get_inputs.outputs.builder-digest }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# current release does not include fix for the action deadlocking.
# Ref: https://github.com/slsa-framework/slsa-github-generator/issues/3571
# TODO: b/335461780 - Switch to using a released tag once there is one that includes the fix.
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]-rc.0
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
builder-image: 'europe-west2-docker.pkg.dev/oak-ci/oak-development/oak-development'
builder-digest: ${{ needs.get_inputs.outputs.builder-digest }}
Expand Down
2 changes: 1 addition & 1 deletion FORCE_CI
Original file line number Diff line number Diff line change
@@ -1 +1 @@
32
33

0 comments on commit 72b0969

Please sign in to comment.