diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2024-03-26 21:59:10 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2024-03-27 09:56:52 +0800 |
| commit | a9433c2cfe2cf0ec0096c50a0a98b17976e514a9 (patch) | |
| tree | 0d8ec2d086f31bb15bd3a4b02ec92c13cd14ad7e | |
| parent | Merge pull request #5492 from Shelley-BaoYue/automated-cherry-pick-of-#5387-u... (diff) | |
| download | kubeedge-a9433c2cfe2cf0ec0096c50a0a98b17976e514a9.tar.gz | |
upgrade slsa-framework version to v1.10.0
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b86fec8bc..8c35ee471 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 @@ -163,7 +163,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 }} |
