From f36846709d37171c12b8ff495a1ff4068406d94a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:08:59 +0000 Subject: [PATCH] Update oxsecurity/megalinter action to v7 --- .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 c8336bf..1ba0db1 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@v6 + uses: oxsecurity/megalinter/flavors/javascript@v7 env: # https://megalinter.github.io/configuration/ VALIDATE_ALL_CODEBASE: true