Skip to content

Commit

Permalink
Add Dependency Review
Browse files Browse the repository at this point in the history
  • Loading branch information
TieDyeGeek authored May 14, 2024
1 parent 3fe4691 commit 9eec284
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/PullRequestBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ jobs:

- name: Run Unit Tests on Solution
run: dotnet test "${{ env.SOLUTION }}" --no-build --configuration Release --verbosity normal

- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
fail-on-severity: high

0 comments on commit 9eec284

Please sign in to comment.