diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c97c167..4f4bea4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.5 with: artifacthub: false @@ -26,7 +26,7 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.4.5 with: oci-target: ghcr.io/kubewarden/tests/context-aware-policy-demo artifacthub: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc88690..c85f3de 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.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.5 with: artifacthub: false diff --git a/Cargo.lock b/Cargo.lock index 9aa3172..aa4c713 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -826,9 +826,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr",