Skip to content

Commit 0739ce0

Browse files
ci: revert to MegaLinter v6 GitHub action
cljstyle linter currently has an issue in v7 oxsecurity/megalinter#2716
1 parent 7a2a93d commit 0739ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/megalinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: MegaLinter Run
3939
id: ml
4040
## latest release of major version
41-
uses: oxsecurity/megalinter/flavors/java@v7
41+
uses: oxsecurity/megalinter/flavors/java@v6
4242
env:
4343
# ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
4444
MEGALINTER_CONFIG: .github/config/megalinter.yaml

0 commit comments

Comments
 (0)