From 95ace806c3bd8d8b39f416d1c96bce19b838792e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:19:24 +0000 Subject: [PATCH] [main](gha): Bump anchore/scan-action in the dependencies group Bumps the dependencies group with 1 update: [anchore/scan-action](https://github.com/anchore/scan-action). Updates `anchore/scan-action` from 6 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/v6...v7) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/check-cves.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-cves.yml b/.github/workflows/check-cves.yml index 011e96d8ee..30da380fd1 100644 --- a/.github/workflows/check-cves.yml +++ b/.github/workflows/check-cves.yml @@ -14,7 +14,7 @@ jobs: - name: Scan current project id: scan - uses: anchore/scan-action@v6 + uses: anchore/scan-action@v7 with: path: "." add-cpes-if-none: true