diff --git a/.github/workflows/PullRequestBuild.yml b/.github/workflows/PullRequestBuild.yml index bc47ca1..add24fe 100644 --- a/.github/workflows/PullRequestBuild.yml +++ b/.github/workflows/PullRequestBuild.yml @@ -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