diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad45c7c..08359da 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 with: artifacthub: false @@ -25,7 +25,7 @@ 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/sleeping-policy artifacthub: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb657cd..b482738 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-rust.yml@v3.1.20 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.2.0 with: artifacthub: false diff --git a/Cargo.lock b/Cargo.lock index d760c89..28c9dc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -671,9 +671,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",