From 9d02d56b9788af7fe07dce1e2ef563c283306356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:43:58 +0000 Subject: [PATCH] Chore: Bump anchore/scan-action from 7.2.3 to 7.3.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 7.2.3 to 7.3.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/62b74fb7bb810d2c45b1865f47a77655621862a5...0d444ed77d83ee2ba7f5ced0d90d640a1281d762) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-release.yaml | 4 ++-- .github/workflows/build-test.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 97f532cb..561fa545 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -230,7 +230,7 @@ jobs: - name: "Security scan with Grype (SARIF)" # yamllint disable-line rule:line-length - uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7.2.3 + uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2 id: grype-sarif # The first Grype audit should not be blocking and should never fail # That way we always get the required artefact; the second job will @@ -244,7 +244,7 @@ jobs: - name: "Security scan with Grype (Text/Table)" # yamllint disable-line rule:line-length - uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7.2.3 + uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2 id: grype-table if: always() with: diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 013ad823..41923be9 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -177,7 +177,7 @@ jobs: - name: "Security scan with Grype (SARIF)" # yamllint disable-line rule:line-length - uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7.2.3 + uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2 id: grype-sarif with: sbom: "${{ steps.sbom.outputs.sbom_json_path }}" @@ -187,7 +187,7 @@ jobs: - name: "Security scan with Grype (Text/Table)" # yamllint disable-line rule:line-length - uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7.2.3 + uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2 id: grype-table if: always() with: