From cb348bbc601a1543a144260a1f4f9a61e6000a7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:07:10 +0000 Subject: [PATCH] chore(deps): update kubewarden/github-actions action to v3.4.5 --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 070b0ef..5d5af98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ name: Release policy jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.4 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.5 with: artifacthub: false @@ -24,7 +24,7 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go-wasi.yml@v3.4.4 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go-wasi.yml@v3.4.5 with: oci-target: ghcr.io/${{ github.repository_owner }}/tests/raw-validation-wasi-policy artifacthub: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c7b564..a006fec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,6 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.4 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.5 with: artifacthub: false