From 43928164b0205333cf1083667a9b88cde7f616eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 14:06:01 +0000 Subject: [PATCH] chore(deps): bump anchore/scan-action from 3 to 7 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 7. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/scan-action/compare/v3...v7) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 8e22fa60..2489fdf8 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -197,7 +197,7 @@ jobs: - name: Run Grype vulnerability scanner continue-on-error: true - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v7 id: grype-scan with: image: 'wifi-densepose:scan'