Skip to content

Commit

Permalink
chore: set dependency-review fail-on-severity from low to critical
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Mar 1, 2024
1 parent 37982e5 commit 8214ac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
uses: actions/dependency-review-action@v3
# Refer: https://github.com/actions/dependency-review-action
with:
fail-on-severity: low
# TODO: reset critical to low before releasing
fail-on-severity: critical
# Action will fail if dependencies don't match the list
#allow-licenses: Apache-2.0, MIT
#deny-licenses: GPL-3.0, AGPL-1.0, AGPL-3.0, LGPL-2.0, CC-BY-3.0

0 comments on commit 8214ac0

Please sign in to comment.