diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index fbd49c7..a774544 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -24,7 +24,7 @@ jobs: - name: MegaLinter id: ml - uses: oxsecurity/megalinter@v7 + uses: oxsecurity/megalinter@v8 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}