We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6625142 commit dab9ab2Copy full SHA for dab9ab2
1 file changed
.github/workflows/dependency-review.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
18
- name: 'Dependency Review'
19
uses: actions/dependency-review-action@v3
20
- with:
21
- fail-on-severity: moderate
22
- comment-summary-in-pr: always
23
- retry-on-snapshot-warnings: true
+ with:
+ fail-on-severity: moderate
+ comment-summary-in-pr: always
+ retry-on-snapshot-warnings: true
0 commit comments