From 5adf574899b6abf4b8c9c2d131cbaf178e903731 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:48:56 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v6 in .github/workflows/grype.yml --- .github/workflows/grype.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/grype.yml b/.github/workflows/grype.yml index 009fc40..e02bb9f 100644 --- a/.github/workflows/grype.yml +++ b/.github/workflows/grype.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: anchore/scan-action@v5 + - uses: anchore/scan-action@v6 with: path: "." fail-build: true