From 9b27aaa9aeea1c7f2689a9bb1e52f269b0165685 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:00:08 +0000 Subject: [PATCH] chore(deps): update oxsecurity/megalinter action to v10 --- .github/workflows/standard-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/standard-lint.yaml b/.github/workflows/standard-lint.yaml index 3808301..6ec0dff 100644 --- a/.github/workflows/standard-lint.yaml +++ b/.github/workflows/standard-lint.yaml @@ -97,7 +97,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/latest/flavors/ - uses: oxsecurity/megalinter@ef3e84b8b836d76db562d0f3ed7da61e8fd538bc # v9.6.0 + uses: oxsecurity/megalinter@15e5b45552097e318c93de385779ce3b1084052c # v10.0.0 env: VALIDATE_ALL_CODEBASE: "true" # only try to post PR comments if it's not a fork