From c637a5b9cdce208ab2aae6a38ece69e12ccda2f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 10:21:26 +0000 Subject: [PATCH] Chore: Bump anchore/scan-action from 7.0.0 to 7.1.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 7.0.0 to 7.1.0. - [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...568b89d27fc18c60e56937bff480c91c772cd993) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..a0a22229 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@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0 with: sbom: "${{ steps.sbom.outputs.sbom_json_path }}" diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 3418581e..75c844bf 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@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0 with: sbom: "${{ steps.sbom.outputs.sbom_json_path }}"