From a4cf0251801cad05cec1a9ea59a5338f705f939e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:07:50 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v6 --- .github/workflows/push-pr-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-pr-lint.yaml b/.github/workflows/push-pr-lint.yaml index ed98f963..65aa6bba 100644 --- a/.github/workflows/push-pr-lint.yaml +++ b/.github/workflows/push-pr-lint.yaml @@ -50,7 +50,7 @@ jobs: - name: Scan image - flasher id: scan-flasher-image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 with: image: ghcr.io/metal-toolbox/flasher:latest acs-report-enable: true