From c4733e7ec169611f9e72072c8c3e732f41845679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 23:02:16 +0000 Subject: [PATCH] Bump sigstore/cosign-installer from 3.0.3 to 3.0.5 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.0.3 to 3.0.5. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.0.3...v3.0.5) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-task-in-docker-images.yml | 2 +- .github/workflows/update-timew-in-docker-images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-task-in-docker-images.yml b/.github/workflows/update-task-in-docker-images.yml index e150b2b..42fb019 100644 --- a/.github/workflows/update-task-in-docker-images.yml +++ b/.github/workflows/update-task-in-docker-images.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v3 - name: Install cosign - uses: sigstore/cosign-installer@v3.0.3 + uses: sigstore/cosign-installer@v3.0.5 - name: Log into registry ${{ env.REGISTRY }} uses: docker/login-action@v2.1.0 diff --git a/.github/workflows/update-timew-in-docker-images.yml b/.github/workflows/update-timew-in-docker-images.yml index 2784904..1946aa7 100644 --- a/.github/workflows/update-timew-in-docker-images.yml +++ b/.github/workflows/update-timew-in-docker-images.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v3 - name: Install cosign - uses: sigstore/cosign-installer@v3.0.3 + uses: sigstore/cosign-installer@v3.0.5 - name: Log into registry ${{ env.REGISTRY }} uses: docker/login-action@v2.1.0