From bad45160406e69dc58699d658cfc0347add60b7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 06:11:17 +0000 Subject: [PATCH] build(deps): update kubewarden/github-actions action to v3.4.5 (#1037) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f583786..b0b605cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: profile: minimal toolchain: stable override: true - - uses: kubewarden/github-actions/tarpaulin-install@66c73c18538167a69c9a7b658015bec113e7692d # v3.4.4 + - uses: kubewarden/github-actions/tarpaulin-install@0c23eadfd96cc18828d477629a04cdfe7f2607ee # v3.4.5 - name: Generate unit-tests coverage run: make coverage-unit-tests - name: Upload unit-tests coverage to Codecov diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77b5a4c2..ba756d50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 - name: Install the crane command - uses: kubewarden/github-actions/crane-installer@66c73c18538167a69c9a7b658015bec113e7692d # v3.4.4 + uses: kubewarden/github-actions/crane-installer@0c23eadfd96cc18828d477629a04cdfe7f2607ee # v3.4.5 - name: Login to GitHub Container Registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0