From 9ee43f84512d6e7f417627f9403e72e153c9cb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:54:00 +0100 Subject: [PATCH] chore(deps): bump sigstore/scaffolding (#9577) Bumps [sigstore/scaffolding](https://github.com/sigstore/scaffolding) from c7631747c15f1d0010c6aa25ddf2660a4501d379 to 2d10614e854828e2389881abe6c5cf76240897a7. - [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/c7631747c15f1d0010c6aa25ddf2660a4501d379...2d10614e854828e2389881abe6c5cf76240897a7) --- 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 844fac1875..7cb0321178 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@c7631747c15f1d0010c6aa25ddf2660a4501d379 + uses: sigstore/scaffolding/actions/setup@2d10614e854828e2389881abe6c5cf76240897a7 with: version: main k8s-version: ${{ matrix.k8s-version.version }}