We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ae91f1 + 5486cad commit 8014d1bCopy full SHA for 8014d1b
1 file changed
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Review dependency changes (PRs only)
100
if: github.event_name == 'pull_request'
101
- uses: actions/dependency-review-action@v4
+ uses: actions/dependency-review-action@v5
102
with:
103
fail-on-severity: high
104
continue-on-error: true # Deprecated action may fail on Node.js 20
0 commit comments