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 }}