diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39047c0..0169d35 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@23f81f83e6392c869faacd8bfe86a8053d213d99 # v3.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@6608e96e14968b7414704f34cd9551d47bea62b6 # v3.4.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@23f81f83e6392c869faacd8bfe86a8053d213d99 # v3.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@6608e96e14968b7414704f34cd9551d47bea62b6 # v3.4.3 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/pod-privileged diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4fb0977..17a998b 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-rust.yml@23f81f83e6392c869faacd8bfe86a8053d213d99 # v3.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@6608e96e14968b7414704f34cd9551d47bea62b6 # v3.4.3