From 824c6904046c9332f30d6ff4b98c1ab6d26702c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 13:40:03 +0000 Subject: [PATCH] chore(deps): update oxsecurity/megalinter digest to 8fbdead --- .github/workflows/scans.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index b489dcc8..bfc79a3b 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -214,7 +214,7 @@ jobs: - id: megalinter # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/latest/flavors/ - uses: oxsecurity/megalinter/flavors/python@42bb470545e359597e7f12156947c436e4e3fb9a # v9 + uses: oxsecurity/megalinter/flavors/python@8fbdead70d1409964ab3d5afa885e18ee85388bb # v9 env: DISABLE_ERRORS: ${{ github.event_name != 'push' }} GITHUB_TOKEN: ${{ github.token }}