From 0ba8312bb1d82a72f0e29108281a83b98e045a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 22:23:29 +0000 Subject: [PATCH] chore(deps): bump sigstore/cosign-installer from 3.9.1 to 3.9.2 --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed19089..a1b72bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - run: git fetch --force --tags - - uses: sigstore/cosign-installer@v3.9.1 + - uses: sigstore/cosign-installer@v3.9.2 - uses: anchore/sbom-action/download-syft@v0 - run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin