From 91314c7cf57eb9068d59b7bc254e11335d201282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:34:52 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v4 --- .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 0d228299..716e801c 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@v3 + uses: anchore/scan-action@v4 with: image: ghcr.io/metal-toolbox/flasher:latest acs-report-enable: true