From f77900bb06c2756677fcbc983e41b931155d7dd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:03:31 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/sbom.yml | 4 ++-- go.mod | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index a41c0f99..225d895a 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@cc9e5cedccd286c6f9f9ffe59a121f72478a4f26 # v3.3.3 + uses: kubewarden/github-actions/syft-installer@3e642ece052ab0a1bf28f12884fdba9b7ed567e3 # v3.3.4 - name: Install the crane command - uses: kubewarden/github-actions/crane-installer@cc9e5cedccd286c6f9f9ffe59a121f72478a4f26 # v3.3.3 + uses: kubewarden/github-actions/crane-installer@3e642ece052ab0a1bf28f12884fdba9b7ed567e3 # v3.3.4 - name: Login to GitHub Container Registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/go.mod b/go.mod index c12a8a3e..17d5b782 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kubewarden/kubewarden-controller go 1.22.0 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/go-logr/logr v1.4.2 @@ -138,4 +138,4 @@ require ( sigs.k8s.io/yaml v1.4.0 // indirect ) -replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.13 +replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.14