diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index 937c63e..aec809b 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@55a59b24a441e0e1943080d4a512d827710d4a9d # v9 + uses: oxsecurity/megalinter/flavors/python@42bb470545e359597e7f12156947c436e4e3fb9a # v9 env: DISABLE_ERRORS: ${{ github.event_name != 'push' }} GITHUB_TOKEN: ${{ github.token }}