From edb5db7b564801bc35bcd5b7667c185760d05fdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 05:32:51 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20oxsecurity/mega?= =?UTF-8?q?linter=20(v8.5.0=20=E2=86=92=20v8.6.0)=20(#127)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-lint.yml | 2 +- pr-lint/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 13813e4..b8fbcd0 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -69,7 +69,7 @@ jobs: - name: MegaLinter id: ml - uses: oxsecurity/megalinter/flavors/cupcake@146333030da68e2e58c6ff826633824fabe01eaf # v8.5.0 + uses: oxsecurity/megalinter/flavors/cupcake@04cf22b980c2e9c2121553417ed651c944afc8e1 # v8.6.0 env: PARALLEL: true # Run linters in parallel FILTER_REGEX_EXCLUDE: '(\.automation/test|docs/json-schemas|\.github/workflows)' diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 0222f3a..5ab538f 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -125,7 +125,7 @@ runs: - name: MegaLinter # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/latest/flavors/ - uses: oxsecurity/megalinter/flavors/cupcake@146333030da68e2e58c6ff826633824fabe01eaf # v8.5.0 + uses: oxsecurity/megalinter/flavors/cupcake@04cf22b980c2e9c2121553417ed651c944afc8e1 # v8.6.0 id: ml # All available variables are described in documentation