From 325b43653fd7ae87a79de5399de28f14db39da52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:47:47 +0000 Subject: [PATCH] chore(deps): update slsa-framework/slsa-github-generator action to v2 --- .github/workflows/slsa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slsa.yml b/.github/workflows/slsa.yml index 4246c4a..a0e33f5 100644 --- a/.github/workflows/slsa.yml +++ b/.github/workflows/slsa.yml @@ -51,7 +51,7 @@ jobs: actions: read id-token: write contents: write - 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.build.outputs.hashes }}" upload-assets: ${{ startsWith(github.ref, 'refs/tags/') }}