From 5fb362128b7b7652892b404fabf9da2715a8afc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:34:46 +0000 Subject: [PATCH] chore(deps): bump sigstore/scaffolding (#8900) Bumps [sigstore/scaffolding](https://github.com/sigstore/scaffolding) from 46eb35c1c415d976c7f9d3ee4c936e65c35e8e3e to 55c9f48de0c1c77f08b1d14a8c340195599982f6. - [Release notes](https://github.com/sigstore/scaffolding/releases) - [Changelog](https://github.com/sigstore/scaffolding/blob/main/release.md) - [Commits](https://github.com/sigstore/scaffolding/compare/46eb35c1c415d976c7f9d3ee4c936e65c35e8e3e...55c9f48de0c1c77f08b1d14a8c340195599982f6) --- updated-dependencies: - dependency-name: sigstore/scaffolding dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shuting --- .github/workflows/conformance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index 9f15f199d3..fae81311b1 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -667,7 +667,7 @@ jobs: uses: ./.github/actions/setup-build-env timeout-minutes: 10 - name: Create kind cluster and setup Sigstore Scaffolding - uses: sigstore/scaffolding/actions/setup@46eb35c1c415d976c7f9d3ee4c936e65c35e8e3e + uses: sigstore/scaffolding/actions/setup@55c9f48de0c1c77f08b1d14a8c340195599982f6 with: version: 'v0.6.8' k8s-version: ${{ matrix.k8s-version.version }}