Skip to content

Commit ff3e527

Browse files
Lock MegaLinter to v8.6.0
For now to avoid oxsecurity/megalinter#5358
1 parent 057c912 commit ff3e527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: ml
2828
# You can override MegaLinter flavor used to have faster performances
2929
# More info at https://megalinter.io/flavors/
30-
uses: oxsecurity/megalinter/flavors/python@v8
30+
uses: oxsecurity/megalinter/flavors/python@v8.6.0
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
# Validate whole codebase on pushes and only changes on pull requests

0 commit comments

Comments
 (0)