From 676d362ab6a05783e5f6c0ca366ecae35dacd91f Mon Sep 17 00:00:00 2001 From: Shelley-BaoYue Date: Tue, 26 Mar 2024 21:59:10 +0800 Subject: upgrade slsa-framework version to v1.10.0 Signed-off-by: Shelley-BaoYue --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3aa3b61f1..ee59909eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: actions: read id-token: write contents: write - 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.combine_hashes.outputs.hashes }}" # Upload provenance to a new release @@ -161,7 +161,7 @@ jobs: id-token: write # for creating OIDC tokens for signing. packages: write # for uploading attestations. if: startsWith(github.ref, 'refs/tags/') - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10.0 with: image: kubeedge/${{ matrix.target }} registry-username: ${{ vars.DOCKERHUB_USER_NAME }} -- cgit v1.2.3