From 2dbe7c89f8db3a3e996d9462d25c51e91c9d50de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 14:02:50 +0000 Subject: [PATCH] chore(deps): update oxsecurity/megalinter action to v10 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 701d8cf..3498a08 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: only-new-issues: true - name: megalinter - uses: oxsecurity/megalinter@v9 + uses: oxsecurity/megalinter@v10 if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}