From 9be882bd7d80166dc400821156166a68d313036b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:18:00 +0000 Subject: [PATCH] chore(deps): update kubewarden/github-actions action to v3.3.5 --- .github/workflows/sbom.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index c3e1fecb..3350e62b 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -24,10 +24,10 @@ jobs: uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0 - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@3e642ece052ab0a1bf28f12884fdba9b7ed567e3 # v3.3.4 + uses: kubewarden/github-actions/syft-installer@d94509d260ee11a92b4f65bc0acd297feec24d7f # v3.3.5 - name: Install the crane command - uses: kubewarden/github-actions/crane-installer@3e642ece052ab0a1bf28f12884fdba9b7ed567e3 # v3.3.4 + uses: kubewarden/github-actions/crane-installer@d94509d260ee11a92b4f65bc0acd297feec24d7f # v3.3.5 - name: Login to GitHub Container Registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0