From ad7e8310f99040d45d6905b4d1b850bf9a8f0784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:54:20 +0000 Subject: [PATCH] build(deps): bump crazy-max/ghaction-container-scan from 3 to 4 Bumps [crazy-max/ghaction-container-scan](https://github.com/crazy-max/ghaction-container-scan) from 3 to 4. - [Release notes](https://github.com/crazy-max/ghaction-container-scan/releases) - [Commits](https://github.com/crazy-max/ghaction-container-scan/compare/v3...v4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-container-scan dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 6512e33..8b5c162 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -31,7 +31,7 @@ jobs: - name: Scan for vulnerabilities id: scan - uses: crazy-max/ghaction-container-scan@v3 + uses: crazy-max/ghaction-container-scan@v4 with: image: shopware/docker-base:${{ matrix.php-version }} dockerfile: ./${{ matrix.php-version }}/Dockerfile