Skip to content

Commit

Permalink
Merge pull request #56 from Malwarebytes/dep_reviewer_3
Browse files Browse the repository at this point in the history
Update Dependency Reviewer action to v3
  • Loading branch information
jboursier-mwb authored Nov 14, 2022
2 parents b30c346 + 9c2dda8 commit 9018d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency_enforcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v3
- name: Dependency Review
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v3
with:
fail-on-severity: low
fail-on-scopes: runtime, development
2 changes: 1 addition & 1 deletion templates/dependency_enforcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v3
- name: Dependency Review
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v3
with:
fail-on-severity: high
fail-on-scopes: runtime, development

0 comments on commit 9018d60

Please sign in to comment.