From 3a1c99c870be21efbc9b2743400f239cf21855ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 08:55:18 +0000 Subject: [PATCH] ci(deps): bump crazy-max/ghaction-container-scan from 3.2.0 to 4.0.0 Bumps [crazy-max/ghaction-container-scan](https://github.com/crazy-max/ghaction-container-scan) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/crazy-max/ghaction-container-scan/releases) - [Commits](https://github.com/crazy-max/ghaction-container-scan/compare/4d8e0acba576e46016cbd65b9ecfc604e85e3990...a0a3900b79d158c85ccf034e5368fae620a9233a) --- updated-dependencies: - dependency-name: crazy-max/ghaction-container-scan dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/vulnerability-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vulnerability-scan.yml b/.github/workflows/vulnerability-scan.yml index 3e6bfeab..b185c9e3 100644 --- a/.github/workflows/vulnerability-scan.yml +++ b/.github/workflows/vulnerability-scan.yml @@ -21,7 +21,7 @@ jobs: - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2 with: egress-policy: audit - - uses: crazy-max/ghaction-container-scan@4d8e0acba576e46016cbd65b9ecfc604e85e3990 # v3.2.0 + - uses: crazy-max/ghaction-container-scan@a0a3900b79d158c85ccf034e5368fae620a9233a # v4.0.0 id: scan with: image: ghcr.io/${{ github.repository }}-${{ matrix.flavor }}:latest