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 ae23db7Copy full SHA for ae23db7
.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@31c9f175b9cbbdee66d6ab34ed35e2c827f8be10 # 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