From dcf536b8b13e530dcc3d7a42fa7c10ac2ecef3b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 00:54:38 +0000 Subject: [PATCH] build(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.8.2 to 4.8.3. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261...05fe4576374b728f0c523d6a13d64c25081e0803) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: 4.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 96405fd0..7c5cb446 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 - name: Dependency Review - uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4 + uses: actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4 with: fail-on-severity: high deny-licenses: GPL-3.0, AGPL-3.0