From 936358b34f7ba9654b4e68ff159bf37c13c039a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:26:01 +0000 Subject: [PATCH] chore(deps): update actions/dependency-review-action digest to bc41886 --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 9c2597565..434db9a6c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -141,7 +141,7 @@ jobs: # DEPENDENCY VULNERABILITY ANALYSIS # Analyzes dependency changes for security vulnerabilities - name: Dependency Review - uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4 + uses: actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4 with: fail-on-severity: high # Block high-severity vulnerabilities comment-summary-in-pr: always # Always provide PR feedback