Skip to content

Commit

Permalink
🔧 Update workflow to use global.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayKMehta committed Dec 15, 2024
1 parent 32883b8 commit 832c632
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
head-ref: master
fail-on-severity: high
comment-summary-in-pr: always
- name: Set up .NET
uses: actions/setup-dotnet@v4.1.0
with:
global-json-file: global.json
cache: true
cache-dependency-path: '**/packages.lock.json'
- name: Check for vulnerable packages
run: |
set -e # This will cause the script to exit on the first error
Expand Down

0 comments on commit 832c632

Please sign in to comment.