From 1782f3847598052000f9b8719695b3e97771bc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Wed, 5 Feb 2025 16:09:32 -0300 Subject: [PATCH] fix(ci): use latest kwctl version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CI are failing because it's using a kwctl version without the fix for the TUF issue. Signed-off-by: José Guilherme Vanz --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d8cb35..0d2453b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.4.5 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.4.6 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/container-resources diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a65194..79e1137 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.4.5 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.4.6