From 13be83575c2fc55dda3641d56426fe355df84d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:22:52 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 46416f9..b866989 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -115,7 +115,7 @@ jobs: output-file: backend-sbom.spdx.json - name: Scan SBOM with Grype - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v7 with: sbom: backend-sbom.spdx.json fail-build: false @@ -189,7 +189,7 @@ jobs: output-file: frontend-sbom.spdx.json - name: Scan SBOM with Grype - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v7 with: sbom: frontend-sbom.spdx.json fail-build: false