We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09e7b6 commit c983f34Copy full SHA for c983f34
.github/workflows/security.yml
@@ -141,7 +141,7 @@ jobs:
141
# DEPENDENCY VULNERABILITY ANALYSIS
142
# Analyzes dependency changes for security vulnerabilities
143
- name: Dependency Review
144
- uses: actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4
+ uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4
145
with:
146
fail-on-severity: high # Block high-severity vulnerabilities
147
comment-summary-in-pr: always # Always provide PR feedback
0 commit comments