Skip to content

Commit

Permalink
deps: Update slsa-framework/slsa-github-generator to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed May 1, 2024
1 parent 0a2d0d7 commit 103dd86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
provenance:
name: Provenance
needs: [precheck, release]
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
with:
base64-subjects: ${{ needs.release.outputs.hashes }}
upload-assets: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
provenance:
name: Provenance
needs: [precheck, release]
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
with:
base64-subjects: ${{ needs.release.outputs.hashes }}
upload-assets: true
Expand Down

0 comments on commit 103dd86

Please sign in to comment.