From b32217cc21f3efbf2ea432627ec11549437123d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:15:15 +0000 Subject: [PATCH] chore(deps): update oxsecurity/megalinter action to v8 --- .github/workflows/megalinter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/megalinter.yml b/.github/workflows/megalinter.yml index f5a4f37..875087b 100644 --- a/.github/workflows/megalinter.yml +++ b/.github/workflows/megalinter.yml @@ -48,7 +48,7 @@ jobs: - name: MegaLinter id: ml # More info at https://megalinter.github.io/flavors/ - uses: oxsecurity/megalinter/flavors/javascript@v7 + uses: oxsecurity/megalinter/flavors/javascript@v8 env: # https://megalinter.github.io/configuration/ VALIDATE_ALL_CODEBASE: true