From d46a10c8548bd6a7ec1393c948a0faf8dbbc0423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:15:43 +0800 Subject: [PATCH] chore(deps): bump sigstore/scaffolding (#9371) Bumps [sigstore/scaffolding](https://github.com/sigstore/scaffolding) from b0d09de38f7ea4ee5939a52cebadbc7127d4e127 to 8c1dfb32b60356dfd405f91696c8a5a745e73e93. - [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/b0d09de38f7ea4ee5939a52cebadbc7127d4e127...8c1dfb32b60356dfd405f91696c8a5a745e73e93) --- 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> --- .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 abf8aa0758..390e9c37a6 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -640,7 +640,7 @@ jobs: uses: kyverno/action-install-chainsaw@56be3cb4ec65a987b6ef4d7ab3a55ee17760a57c # v0.1.2 # create cluster - name: Create kind cluster and setup Sigstore Scaffolding - uses: sigstore/scaffolding/actions/setup@b0d09de38f7ea4ee5939a52cebadbc7127d4e127 + uses: sigstore/scaffolding/actions/setup@8c1dfb32b60356dfd405f91696c8a5a745e73e93 with: version: main k8s-version: ${{ matrix.k8s-version.version }}