From e06d511b882f90f1561f571355fb1baad41fe3c9 Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Fri, 1 Mar 2024 16:27:37 +0800 Subject: [PATCH] Use cargo-deny ci action --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 461b0058..05c4fac8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,11 +61,11 @@ jobs: security-audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - uses: EmbarkStudios/cargo-deny-action@v1 - name: Security Audit & Licenses run: | rustup toolchain install stable --profile minimal - cargo deny --version || cargo install cargo-deny --locked make security-audit make check-crates make check-licenses