From e782e7aa4bdd7c6cf880c24a8b5fec0e3f0a62ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:09:58 +0000 Subject: [PATCH] chore(actions): bump actions/dependency-review-action from 3 to 4 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/enhanced-ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enhanced-ci-cd.yml b/.github/workflows/enhanced-ci-cd.yml index 5dc1f33..da13ab9 100644 --- a/.github/workflows/enhanced-ci-cd.yml +++ b/.github/workflows/enhanced-ci-cd.yml @@ -291,7 +291,7 @@ jobs: uses: github/codeql-action/analyze@v2 - name: Dependency Review - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 if: github.event_name == 'pull_request' # Infrastructure Testing