From 0b719dc6a237e6fd8a4b1921e3ecfcd8ee0fc4f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 00:40:29 +0000 Subject: [PATCH] build(deps): update kubewarden/github-actions action to v3.4.7 --- .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 14f61e8c..4ed7b715 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: profile: minimal toolchain: stable override: true - - uses: kubewarden/github-actions/tarpaulin-install@0cf5140fac059c358317ca4d43a2f1400bb6612e # v3.4.6 + - uses: kubewarden/github-actions/tarpaulin-install@ecd8041cd496045da7b999bd282b412f539eb174 # v3.4.7 - 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 47e9f311..a0a21f44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1 - name: Install the crane command - uses: kubewarden/github-actions/crane-installer@0cf5140fac059c358317ca4d43a2f1400bb6612e # v3.4.6 + uses: kubewarden/github-actions/crane-installer@ecd8041cd496045da7b999bd282b412f539eb174 # v3.4.7 - name: Login to GitHub Container Registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0