diff --git a/.github/workflows/test-lang-rust-audit.yml b/.github/workflows/test-lang-rust-audit.yml index b25ddc5746d..134e5f8be88 100644 --- a/.github/workflows/test-lang-rust-audit.yml +++ b/.github/workflows/test-lang-rust-audit.yml @@ -47,6 +47,8 @@ jobs: # with: # token: ${{ secrets.GITHUB_TOKEN }} # Install it manually + - name: Dependency Review + uses: actions/dependency-review-action@v1 - name: Install Cargo Audit run: cargo install cargo-audit - name: Audit