From b0f764a2e01a65982fb79a43cf466dcc75ed81ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Fri, 20 Dec 2024 16:48:57 +0100 Subject: [PATCH] deps: Bump kubewarden/github-actions to v3.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Cuadrado Juan --- .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 2a24b78..4170226 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.1 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.2 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.1 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go-wasi.yml@v3.4.2 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 10b1baf..ee6e3ca 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.1 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.2 with: artifacthub: false