From ee32149484c8e3e91e5e8b498491caca1daa6aa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:11:04 +0000 Subject: [PATCH] chore(deps): update actions/dependency-review-action action to v5 --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index ae8b083..afbf26f 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: 依赖变更审查 - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5.0.0 with: fail-on-severity: high comment-summary-in-pr: always