From 40583034503c9536b3853965fd84d4c106760145 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 01:16:15 +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