From f6e7aaa5718623bcb5302affaca9aea49d3a9cdb Mon Sep 17 00:00:00 2001 From: Behnaz Hassanshahi Date: Fri, 22 Mar 2024 22:12:39 +1000 Subject: [PATCH] chore(deps): update SLSA provenance generator Action to v1.10.0 (#465) Signed-off-by: behnazh-w --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4158900b..3a4bd1cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,7 +134,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.9.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0 with: base64-subjects: "${{ needs.provenance-subject.outputs.artifacts-sha256 }}" upload-assets: true # Upload to a new release.