diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index c8e3e1b2421c..f8355aa36b25 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -4,7 +4,7 @@ # 1. Checks licenses for allowed license. # 2. Checks Rust-Sec registry for security advisories. -name: Cargo Audit +name: Cargo Deny on: pull_request: merge_group: @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - uses: EmbarkStudios/cargo-deny-action@v1 + - uses: EmbarkStudios/cargo-deny-action@v2 with: arguments: --all-features --workspace command-arguments: -s