From 0150553dcca5dc2e5c26fe141e09f91dc029d7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 21:27:56 +0100 Subject: [PATCH] chore(deps): bump sigstore/scaffolding (#8980) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [sigstore/scaffolding](https://github.com/sigstore/scaffolding) from 5683815091d32e0148a02d5e1146d4e7c3a6f112 to 2ac99cde6d6b55fae443d1771304d9a3957d1713. - [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/5683815091d32e0148a02d5e1146d4e7c3a6f112...2ac99cde6d6b55fae443d1771304d9a3957d1713) --- 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: Charles-Edouard Brétéché --- .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 896be394e7..9fa2601b29 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -882,7 +882,7 @@ jobs: uses: ./.github/actions/setup-build-env timeout-minutes: 10 - name: Create kind cluster and setup Sigstore Scaffolding - uses: sigstore/scaffolding/actions/setup@5683815091d32e0148a02d5e1146d4e7c3a6f112 + uses: sigstore/scaffolding/actions/setup@2ac99cde6d6b55fae443d1771304d9a3957d1713 with: version: 'v0.6.8' k8s-version: ${{ matrix.k8s-version.version }}