Skip to content

Commit 7cfe978

Browse files
Add fail-on-severity: high to dependency review workflow
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 7fa5e90 commit 7cfe978

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Dependency Review
2727
uses: actions/dependency-review-action@v4
2828
with:
29+
fail-on-severity: high
2930
base-ref: ${{ inputs.base-ref || '' }}
3031
head-ref: ${{ inputs.head-ref || '' }}
3132
allow-licenses: >-

0 commit comments

Comments
 (0)