Skip to content

Commit 72cd739

Browse files
authored
Merge pull request #3364 from johannaengland/workflows/megalinter-lock-v8.6.0
Lock MegaLinter to v8.6.0
2 parents 057c912 + ff3e527 commit 72cd739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

+1-1
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)