Skip to content

Commit

Permalink
Merge pull request #196 from refaktor/dependabot/github_actions/slsa-…
Browse files Browse the repository at this point in the history
…framework/slsa-github-generator-2.0.0

Bump slsa-framework/slsa-github-generator from 1.10.0 to 2.0.0
  • Loading branch information
refaktor committed May 7, 2024
2 parents d30e2e3 + 5b9b228 commit c40c837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
actions: read # To read the workflow path.
id-token: write # To sign the provenance.
contents: write # To add assets to a 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.goreleaser.outputs.hashes }}"
upload-assets: true # upload to a new release
Expand All @@ -84,7 +84,7 @@ jobs:
actions: read
id-token: write
packages: write
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
with:
image: ${{ needs.goreleaser.outputs.image }}
digest: ${{ needs.goreleaser.outputs.digest }}
Expand Down

0 comments on commit c40c837

Please sign in to comment.