From 88c7083babc57d1a4be83ac6ee5b1e869d4ef8dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 05:37:34 +0000 Subject: [PATCH 1/3] chore(gh-actions-deps): update actions/dependency-review-action action to v4.9.0 in dev workflows --- .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 2e7dab96..6dd5a4bc 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3 + - uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0 with: fail-on-severity: low comment-summary-in-pr: on-failure From c2a11c95ad480e65963725b7010c8b84d910169b Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Mon, 9 Mar 2026 12:21:33 -0700 Subject: [PATCH 2/3] Update .github/workflows/dependency-review.yml Signed-off-by: Nicholas Felt --- .github/workflows/dependency-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 6dd5a4bc..a4dde408 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -16,3 +16,4 @@ jobs: with: fail-on-severity: low comment-summary-in-pr: on-failure + show_patched_versions: true From cff4985d342286a990b6fd2839813d88a8d187fa Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Mon, 9 Mar 2026 12:22:31 -0700 Subject: [PATCH 3/3] Apply suggestion from @nfelt14 Signed-off-by: Nicholas Felt --- .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 a4dde408..4cde309a 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -16,4 +16,4 @@ jobs: with: fail-on-severity: low comment-summary-in-pr: on-failure - show_patched_versions: true + show-patched-versions: true