From 6db1c82241a7adb1764e8fd2e8eb1877f930588a Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Tue, 25 Feb 2025 10:04:41 +0100 Subject: [PATCH] Improve cargo deny check run during nightly Use locked dependencies when performing the check in order to get reproducible results. Also exclude dev dependencies from checks. --- .github/workflows/nightly.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index d14a13c..babb02f 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -37,6 +37,8 @@ jobs: deny: uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-deny-check.yaml@main + with: + arguments: --all-features --locked --exclude-dev # [impl->req~up-language-ci-test~1] test-all-features: