From 48bd0d14e4bfc7e9ed01364d9e85e350becf6d99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 23:03:17 +0000 Subject: [PATCH] chore(deps): update oxsecurity/megalinter digest to 55a59b2 --- .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 a7c6975..2e09358 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@62c799d895af9bcbca5eacfebca29d527f125a57 # v9 + uses: oxsecurity/megalinter/flavors/python@55a59b24a441e0e1943080d4a512d827710d4a9d # v9 env: DISABLE_ERRORS: ${{ github.event_name != 'push' }} GITHUB_TOKEN: ${{ github.token }}