Skip to content

Commit c0e8ca0

Browse files
committed
🐛 update megalinter workflow
1 parent 0f7b461 commit c0e8ca0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/mega-linter.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# MegaLinter GitHub Action configuration file
3-
# More info at https://megalinter.github.io
3+
# More info at https://oxsecurity.github.io/megalinter
44
name: MegaLinter
55

66
on:
@@ -35,12 +35,12 @@ jobs:
3535
- name: MegaLinter
3636
id: ml
3737
# You can override MegaLinter flavor used to have faster performances
38-
# More info at https://megalinter.github.io/flavors/
38+
# More info at https://oxsecurity.github.io/megalinter/flavors/
3939
uses: oxsecurity/megalinter@v6
4040
env:
4141
# All available variables are described in documentation
42-
# https://megalinter.github.io/configuration/
43-
VALIDATE_ALL_CODEBASE: true # Set ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} to validate only diff with main branch
42+
# https://oxsecurity.github.io/megalinter/configuration/
43+
VALIDATE_ALL_CODEBASE: true
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
# ADD YOUR CUSTOM ENV VARIABLES HERE TO OVERRIDE VALUES OF .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
4646

@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
name: MegaLinter reports
5353
path: |
54-
report
54+
megalinter-reports
5555
mega-linter.log
5656
5757
# Create pull request if applicable (for now works only on PR from same repository, not from forks)

0 commit comments

Comments
 (0)