From 195a0217a48785b25cb9f9a31e352ece7fe08c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 01:35:00 +0000 Subject: [PATCH] Bump crazy-max/ghaction-container-scan from 2 to 3 Bumps [crazy-max/ghaction-container-scan](https://github.com/crazy-max/ghaction-container-scan) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-container-scan/releases) - [Commits](https://github.com/crazy-max/ghaction-container-scan/compare/v2...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-container-scan dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0b2b425..33822b5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -198,7 +198,7 @@ jobs: - name: Scan for vulnerabilities id: scan - uses: crazy-max/ghaction-container-scan@v2 + uses: crazy-max/ghaction-container-scan@v3 with: image: step-security/publish-unit-test-result-action:latest dockerfile: ./Dockerfile