From a31017b9978dac18e79315a8fc1b260db7459ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:18:46 +0800 Subject: [PATCH] chore(deps): bump sigstore/scaffolding from 0.7.15 to 0.7.16 (#11548) Bumps [sigstore/scaffolding](https://github.com/sigstore/scaffolding) from 0.7.15 to 0.7.16. - [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/9379057673daaaf28519d3afaf9f732189dadae5...0a45e0d19e1c26a559da567e9cbc7695731bd40a) --- 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 abe8220d3c..d825707a31 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@9379057673daaaf28519d3afaf9f732189dadae5 # v0.7.15 + uses: sigstore/scaffolding/actions/setup@0a45e0d19e1c26a559da567e9cbc7695731bd40a # v0.7.16 with: version: main k8s-version: ${{ matrix.k8s-version }}