Skip to content

Commit

Permalink
Add the dependency review action to the check ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
Alenar committed Jul 11, 2023
1 parent fd14d2a commit 64a1491
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ jobs:
if: success() || failure()
shell: bash
run: cargo sort -w -c

- name: Dependency & Vulnerabilities Review
uses: actions/dependency-review-action@v3

run-test-lab:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 64a1491

Please sign in to comment.