diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a30dd4..0dc77bc 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.yml@v3.3.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.3.3 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.yml@v3.3.2 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.3.3 with: oci-target: ghcr.io/${{ github.repository_owner }}/tests/raw-mutation-policy artifacthub: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10ddadc..eb93827 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.yml@v3.3.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.3.3 with: artifacthub: false