We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1ee1e commit 1394bfdCopy full SHA for 1394bfd
.github/workflows/megalinter.yaml
@@ -7,9 +7,9 @@ name: MegaLinter
7
on:
8
workflow_dispatch:
9
pull_request:
10
- branches: [main]
+ branches: [ main ]
11
push:
12
13
14
# Run Linters in parallel
15
# Cancel running job if new job is triggered
@@ -38,7 +38,7 @@ jobs:
38
- name: MegaLinter Run
39
id: ml
40
## latest release of major version
41
- uses: oxsecurity/megalinter/flavors/java@v6
+ uses: oxsecurity/megalinter/flavors/java@v7
42
env:
43
# ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
44
MEGALINTER_CONFIG: .github/config/megalinter.yaml
0 commit comments