From aab82e3210e0fb3f11b10b1a089b13ed4ce26f33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 13:05:10 +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 9f9cac0..3dc94dc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: version: v2.12.2 - name: megalinter - uses: oxsecurity/megalinter@ef3e84b8b836d76db562d0f3ed7da61e8fd538bc # v9 + uses: oxsecurity/megalinter@15e5b45552097e318c93de385779ce3b1084052c # v10 if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}