From fe27f72ea898e04e29ed615145ca59397eff01d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:44:14 +0000 Subject: [PATCH] chore(deps): update kubewarden/github-actions action to v3.3.3 --- .github/workflows/ci.yml | 2 +- .github/workflows/sbom.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02b45a7d..4de17ba6 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@d46a496c181864fe6b6443cb576ecaaf2a572056 # v3.3.2 + - uses: kubewarden/github-actions/tarpaulin-install@cc9e5cedccd286c6f9f9ffe59a121f72478a4f26 # v3.3.3 - name: Generate unit-tests coverage run: make coverage-unit-tests - name: Upload unit-tests coverage to Codecov diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index f4148d05..008451e2 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -28,10 +28,10 @@ jobs: uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0 - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@d46a496c181864fe6b6443cb576ecaaf2a572056 # v3.3.2 + uses: kubewarden/github-actions/syft-installer@cc9e5cedccd286c6f9f9ffe59a121f72478a4f26 # v3.3.3 - name: Install the crane command - uses: kubewarden/github-actions/crane-installer@d46a496c181864fe6b6443cb576ecaaf2a572056 # v3.3.2 + uses: kubewarden/github-actions/crane-installer@cc9e5cedccd286c6f9f9ffe59a121f72478a4f26 # v3.3.3 - name: Login to GitHub Container Registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0