We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 057c912 + ff3e527 commit 72cd739Copy full SHA for 72cd739
.github/workflows/linter.yml
@@ -27,7 +27,7 @@ jobs:
27
id: ml
28
# You can override MegaLinter flavor used to have faster performances
29
# More info at https://megalinter.io/flavors/
30
- uses: oxsecurity/megalinter/flavors/python@v8
+ uses: oxsecurity/megalinter/flavors/python@v8.6.0
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
# Validate whole codebase on pushes and only changes on pull requests
0 commit comments