From dcc6c06f708f3bcbede2cbff097221a65bcac8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:03:50 -0500 Subject: [PATCH] chore(deps): bump sigstore/cosign-installer from 3.3.0 to 3.4.0 (#123) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benjamin Sherman --- .github/workflows/reusable-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 147522a..07bbe6d 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -182,7 +182,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} # Sign container - - uses: sigstore/cosign-installer@v3.3.0 + - uses: sigstore/cosign-installer@v3.4.0 if: github.event_name != 'pull_request' - name: Sign container image @@ -346,7 +346,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} # Sign container - - uses: sigstore/cosign-installer@v3.3.0 + - uses: sigstore/cosign-installer@v3.4.0 if: github.event_name != 'pull_request' - name: Sign container image