diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4b7de8c..3ca02c6 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -141,7 +141,7 @@ jobs: uses: actions/checkout@v6 - name: Dependency Review - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 with: fail-on-severity: moderate allow-ghsas: GHSA-xxxx-xxxx-xxxx # Add specific allowlisted advisories if needed