From 4a3c30ccebee01186fd6a6e7e7b6e1fb07b81289 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 03:56:22 +0300 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20oxsecurity/megalinter?= =?UTF-8?q?=20(v8.8.0=20=E2=86=92=20v9.0.0)=20(#260)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 fdca241..8b85cd4 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@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # v8.8.0 + uses: oxsecurity/megalinter/flavors/cupcake@ff177bfabd9088ff3ccaa7bc68f8ca3fd075ba5c # v9.0.0 - name: Check MegaLinter Results id: check-results diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 2752b4a..3e36104 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -137,7 +137,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@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # v8.8.0 + uses: oxsecurity/megalinter/flavors/cupcake@ff177bfabd9088ff3ccaa7bc68f8ca3fd075ba5c # v9.0.0 id: ml # All available variables are described in documentation