summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-11-30 16:07:44 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-11-30 17:09:17 +0800
commitfb6464786c1b010b25a61eaddaf49e2a69eb3c81 (patch)
treef891fcf1dc34c2ef048b9fb6603c7568ed85cfff
parentMerge pull request #5227 from Shelley-BaoYue/bump-k8s-1.24.17 (diff)
downloadkubeedge-fb6464786c1b010b25a61eaddaf49e2a69eb3c81.tar.gz
bump slsaframworker to v1.9.0
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1ba1495b9..970a2c640 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
actions: read
id-token: write
contents: write
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.2
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
with:
base64-subjects: "${{ needs.combine_hashes.outputs.hashes }}"
# Upload provenance to a new release
@@ -147,7 +147,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.4.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0
with:
image: kubeedge/${{ matrix.target }}
registry-username: ${{ vars.DOCKERHUB_USER_NAME }}