From f2ef401299564753e91b81b2de955fad5fb0ace2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 10:19:30 +0000 Subject: [PATCH] Chore: Bump anchore/scan-action from 7.0.0 to 7.0.2 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 7.0.0 to 7.0.2. - [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/f6601287cdb1efc985d6b765bbf99cb4c0ac29d8...a5605eb0943e46279cb4fbd9d44297355d3520ab) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-release.yaml | 2 +- .github/workflows/build-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index f2d1cda4..5aa019cc 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -192,7 +192,7 @@ jobs: - name: "Security scan with Grype" # yamllint disable-line rule:line-length - uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0 + uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2 with: sbom: "${{ steps.sbom.outputs.sbom_json_path }}" diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 3418581e..8dc0c26f 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -138,7 +138,7 @@ jobs: - name: "Security scan with Grype" # yamllint disable-line rule:line-length - uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0 + uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2 with: sbom: "${{ steps.sbom.outputs.sbom_json_path }}"