From cdd60afc3dd5fb484a32e6919beca097944789c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:44:05 +0000 Subject: [PATCH] build(deps): bump kubewarden/github-actions from 3.1.5 to 3.1.6 Bumps [kubewarden/github-actions](https://github.com/kubewarden/github-actions) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/kubewarden/github-actions/releases) - [Commits](https://github.com/kubewarden/github-actions/compare/00836d4962f80890a32cca1dd324d2ebafc4e29c...2b1605e00a16f618214dbfff64e020f07e4a4ecb) --- updated-dependencies: - dependency-name: kubewarden/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 436b8d1c..2ca65755 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -28,10 +28,10 @@ jobs: uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # v3 - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@00836d4962f80890a32cca1dd324d2ebafc4e29c # v3.1.5 + uses: kubewarden/github-actions/syft-installer@2b1605e00a16f618214dbfff64e020f07e4a4ecb # v3.1.6 - name: Install the crane command - uses: kubewarden/github-actions/crane-installer@00836d4962f80890a32cca1dd324d2ebafc4e29c # v3.1.5 + uses: kubewarden/github-actions/crane-installer@2b1605e00a16f618214dbfff64e020f07e4a4ecb # v3.1.6 - name: Login to GitHub Container Registry uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2