From e90443d7042d80c62a720822d903b3236c6101ad Mon Sep 17 00:00:00 2001 From: Elbert Ronnie Date: Fri, 25 Oct 2024 20:14:49 +0530 Subject: [PATCH] Fix cargo-deny check for Raw-rs --- .github/workflows/build-dev-and-ci-raw-rs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-dev-and-ci-raw-rs.yml b/.github/workflows/build-dev-and-ci-raw-rs.yml index 8671e036cd..48f3312c1a 100644 --- a/.github/workflows/build-dev-and-ci-raw-rs.yml +++ b/.github/workflows/build-dev-and-ci-raw-rs.yml @@ -67,9 +67,11 @@ jobs: - name: 🔒 Check crate security advisories uses: EmbarkStudios/cargo-deny-action@v1 with: + manifest-path: ./libraries/raw-rs/Cargo.toml command: check advisories - name: 📜 Check crate license compatibility uses: EmbarkStudios/cargo-deny-action@v1 with: + manifest-path: ./libraries/raw-rs/Cargo.toml command: check bans licenses sources