From cfb50828260df31a9fcd42c8e63018df65974a73 Mon Sep 17 00:00:00 2001 From: behnazh Date: Wed, 19 Oct 2022 08:45:24 +1000 Subject: [PATCH] chore(deps): update SLSA provenance generator GH Action --- .github/workflows/release.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f455c574..61be607e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -165,16 +165,14 @@ jobs: # https://github.com/slsa-framework/slsa-github-generator/issues/942 provenance: needs: [build, release] - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.1 with: base64-subjects: ${{ needs.build.outputs.artifacts-sha256 }} - compile-generator: true permissions: actions: read # To read the workflow path. id-token: write # To sign the provenance. contents: write # To add assets to a release. - # Publish the SLSA provenance as the GitHub release asset. publish_provenance: needs: [release, provenance]