diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c11990c..37dec63 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.1.20 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.2.0 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.1.20 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.2.0 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/apparmor-psp diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e52b28c..2d255eb 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.1.20 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.2.0 diff --git a/Cargo.lock b/Cargo.lock index d9ad7dc..5cc45ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.119" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" dependencies = [ "itoa", "ryu",