From 678bcfb967364838205a1caaba3101ee0850dea6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:35:18 +0000 Subject: [PATCH] chore(deps): update sigstore/cosign-installer action to v3.6.0 (#30648) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98abf285b5..9118485cf4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -670,7 +670,7 @@ jobs: node-version: ${{ needs.setup-build.outputs.node-version }} os: ${{ runner.os }} - - uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0 + - uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0 - name: Docker registry login run: | -- GitLab