From 0cbeeb2ca1ae13ea89b1d74a663e3f3070a417a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:48:05 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v4 --- .github/workflows/dockerimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index a082c39..4b4ca04 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -112,7 +112,7 @@ jobs: - name: Checkout the code uses: actions/checkout@v4 - name: Anchore scan action - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v4 with: image: weblate/locale_lint:test fail-build: false