From fd8ec0b78dcfdd9985dc0cbf956729d13b18aaf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:04:32 +0000 Subject: [PATCH] build(deps): Bump crazy-max/ghaction-container-scan from 4.0.0 to 4.1.0 Bumps [crazy-max/ghaction-container-scan](https://github.com/crazy-max/ghaction-container-scan) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/crazy-max/ghaction-container-scan/releases) - [Commits](https://github.com/crazy-max/ghaction-container-scan/compare/a0a3900b79d158c85ccf034e5368fae620a9233a...ffcba8deb5cb3531954cbedbbcd0179d79edf510) --- updated-dependencies: - dependency-name: crazy-max/ghaction-container-scan dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/.test-bake.yml | 2 +- .github/workflows/.test-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.test-bake.yml b/.github/workflows/.test-bake.yml index da8e9a2..9903a94 100644 --- a/.github/workflows/.test-bake.yml +++ b/.github/workflows/.test-bake.yml @@ -144,7 +144,7 @@ jobs: steps: - name: Scan for vulnerabilities - uses: crazy-max/ghaction-container-scan@a0a3900b79d158c85ccf034e5368fae620a9233a # v4.0.0 + uses: crazy-max/ghaction-container-scan@ffcba8deb5cb3531954cbedbbcd0179d79edf510 # v4.1.0 with: image: docker.io/dockereng/github-builder-test@${{ needs.bake-dockerhub.outputs.digest }} diff --git a/.github/workflows/.test-build.yml b/.github/workflows/.test-build.yml index eb16c6c..13c98c3 100644 --- a/.github/workflows/.test-build.yml +++ b/.github/workflows/.test-build.yml @@ -143,7 +143,7 @@ jobs: steps: - name: Scan for vulnerabilities - uses: crazy-max/ghaction-container-scan@a0a3900b79d158c85ccf034e5368fae620a9233a # v4.0.0 + uses: crazy-max/ghaction-container-scan@ffcba8deb5cb3531954cbedbbcd0179d79edf510 # v4.1.0 with: image: docker.io/dockereng/github-builder-test@${{ needs.build-dockerhub.outputs.digest }}