diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a3ea63..309f23e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.3 release: needs: test @@ -23,6 +23,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.2 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.3 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/apparmor-psp diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a8e7b7c..caeb804 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.3