From 63f40a05c760dcc8ffe28d277a1b9a83eea39418 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 07:58:29 +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 54f9e8564..cdde90e38 100644 --- a/.github/workflows/push-pr-lint.yaml +++ b/.github/workflows/push-pr-lint.yaml @@ -47,7 +47,7 @@ jobs: - name: Scan image - Alloy id: scan-Alloy-image - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v4 with: image: ghcr.io/metal-toolbox/alloy:latest acs-report-enable: true