Skip to content

Commit

Permalink
Add Dependency Review (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
TieDyeGeek authored Jun 5, 2024
1 parent 3fe4691 commit e45bab4
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 e45bab4

Please sign in to comment.