Skip to content

Commit 9cde571

Browse files
committed
fix: always use lates and correct spec of fixes
1 parent 86d6699 commit 9cde571

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/megalinter.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ jobs:
4141
fi
4242
- name: MegaLinter
4343
id: ml
44-
uses: oxsecurity/megalinter@v7
44+
uses: oxsecurity/megalinter
4545
env:
4646
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
47+
APPLY_FIXES: all
48+
APPLY_FIXES_EVENT: pull_request
49+
APPLY_FIXES_MODE: pull_request
4750
- name: Archive production artifacts
4851
if: success() || failure()
4952
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)