diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d7d56b..4fcab36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ name: Release policy 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 @@ -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.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-test-policy 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 5981776..42cef40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -541,9 +541,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",