From 9045c5d3ed50750a994620c44acdfcbfcd235b30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 13:30:54 +0000 Subject: [PATCH] chore(deps): update oxsecurity/megalinter action to v9 --- .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..ace4a19 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@v9 env: # https://megalinter.github.io/configuration/ VALIDATE_ALL_CODEBASE: true