From 0b9afc28f55425c3ab68af8a13e1574fc7f436a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:00:10 +0000 Subject: [PATCH] chore(deps): bump sigstore/scaffolding (#9449) Bumps [sigstore/scaffolding](https://github.com/sigstore/scaffolding) from 708dd95c1ad1e1586f619fad746c312f71c303c0 to 04ed71b11e4d7589db77aef3093a571e461d11f7. - [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/708dd95c1ad1e1586f619fad746c312f71c303c0...04ed71b11e4d7589db77aef3093a571e461d11f7) --- 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 6cbafdb5b9..1f6d452b4c 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@708dd95c1ad1e1586f619fad746c312f71c303c0 + uses: sigstore/scaffolding/actions/setup@04ed71b11e4d7589db77aef3093a571e461d11f7 with: version: main k8s-version: ${{ matrix.k8s-version.version }}