From d9ee9521955535dbe9d9dbd7b9ede1b0f0bde693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:13:58 +0100 Subject: [PATCH] chore(deps): Bump kubewarden/github-actions from 3.3.5 to 3.4.0 (#638) Bumps [kubewarden/github-actions](https://github.com/kubewarden/github-actions) from 3.3.5 to 3.4.0. - [Release notes](https://github.com/kubewarden/github-actions/releases) - [Commits](https://github.com/kubewarden/github-actions/compare/d94509d260ee11a92b4f65bc0acd297feec24d7f...bcfa376183bd96f2f21c64f1571d10be3b7350f9) --- updated-dependencies: - dependency-name: kubewarden/github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-image.yaml b/.github/workflows/release-image.yaml index 51fb7345..7e191a4e 100644 --- a/.github/workflows/release-image.yaml +++ b/.github/workflows/release-image.yaml @@ -100,7 +100,7 @@ jobs: cosign attach sbom --sbom ./policy-reporter-bom.cdx.json --type cyclonedx ghcr.io/${{github.repository_owner}}/policy-reporter@${{ steps.push.outputs.digest }} - name: Install the crane command - uses: kubewarden/github-actions/crane-installer@d94509d260ee11a92b4f65bc0acd297feec24d7f # v3.3.5 + uses: kubewarden/github-actions/crane-installer@bcfa376183bd96f2f21c64f1571d10be3b7350f9 # v3.4.0 - name: Find platform digest shell: bash