We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e86405 commit 04d6ff6Copy full SHA for 04d6ff6
1 file changed
.github/workflows/dependency-review.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: 'Dependency Review'
16
uses: actions/dependency-review-action@v4
17
with:
18
- fail_on_severity: 'critical'
19
- allow_licenses: MIT, Apache-2.0
+ fail-on-severity: 'critical'
+ allow-licenses: MIT, Apache-2.0
20
deny-licenses: LGPL-2.0, BSD-2-Clause
0 commit comments