diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 32f1157..8d03a01 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -27,7 +27,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/flavors/ - uses: oxsecurity/megalinter/flavors/python@v8 + uses: oxsecurity/megalinter/flavors/python@v9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Validate whole codebase on pushes and only changes on pull requests