Skip to content

Commit

Permalink
ci: revert to MegaLinter v6 GitHub action
Browse files Browse the repository at this point in the history
cljstyle linter currently has an issue in v7
oxsecurity/megalinter#2716
  • Loading branch information
practicalli-johnny committed Jun 2, 2023
1 parent 7a2a93d commit 0739ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: MegaLinter Run
id: ml
## latest release of major version
uses: oxsecurity/megalinter/flavors/java@v7
uses: oxsecurity/megalinter/flavors/java@v6
env:
# ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
MEGALINTER_CONFIG: .github/config/megalinter.yaml
Expand Down

0 comments on commit 0739ce0

Please sign in to comment.