From 56ef62f76374f4ca166668b857e08a62fbf028b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 12:53:52 +0000 Subject: [PATCH] chore(deps): update oxsecurity/megalinter action to v10 --- .github/workflows/pr-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 722ea86..e43ed9e 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -33,7 +33,7 @@ jobs: run: npm install --legacy-peer-deps - name: MegaLinter - uses: oxsecurity/megalinter/flavors/javascript@v8 + uses: oxsecurity/megalinter/flavors/javascript@v10 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: false # Only validate changed files in PR