From 14063470404178d2923401ed772d2bac273fd95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:46:53 +0000 Subject: [PATCH] chore(deps): bump sigstore/scaffolding from 0.7.12 to 0.7.13 (#11423) Bumps [sigstore/scaffolding](https://github.com/sigstore/scaffolding) from 0.7.12 to 0.7.13. - [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/b93490987c716288761702750c900dc2cc507774...6a3909157300df48f6901bfc82dd8124dc81fa20) --- updated-dependencies: - dependency-name: sigstore/scaffolding dependency-type: direct:production update-type: version-update:semver-patch ... 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 ebba5439b8..5e9cd952a7 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -595,7 +595,7 @@ jobs: verify: true # create cluster - name: Create kind cluster and setup Sigstore Scaffolding - uses: sigstore/scaffolding/actions/setup@b93490987c716288761702750c900dc2cc507774 # v0.7.12 + uses: sigstore/scaffolding/actions/setup@6a3909157300df48f6901bfc82dd8124dc81fa20 # v0.7.13 with: version: main k8s-version: ${{ matrix.k8s-version }}