From 0183838e7ecf737367a6e35e0ad61651968b8cd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 23:27:49 +0000 Subject: [PATCH] [deps] BRE: Update anchore/scan-action action to v6 --- .github/workflows/build-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 73ae0e14962..8e907b3a64f 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -303,7 +303,7 @@ jobs: - name: Scan Docker image id: container-scan - uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0 + uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0 with: image: ${{ steps.image-name.outputs.name }} fail-build: false