From 33631b0312266b600078ac620bb8988e8e82d135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:39:26 +0000 Subject: [PATCH] chore(deps): bump sigstore/scaffolding from 0.7.13 to 0.7.15 (#11499) Bumps [sigstore/scaffolding](https://github.com/sigstore/scaffolding) from 0.7.13 to 0.7.15. - [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/6a3909157300df48f6901bfc82dd8124dc81fa20...9379057673daaaf28519d3afaf9f732189dadae5) --- 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 d4c9bb6905..abe8220d3c 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@6a3909157300df48f6901bfc82dd8124dc81fa20 # v0.7.13 + uses: sigstore/scaffolding/actions/setup@9379057673daaaf28519d3afaf9f732189dadae5 # v0.7.15 with: version: main k8s-version: ${{ matrix.k8s-version }}