diff --git a/.github/workflows/megalinter.yml b/.github/workflows/megalinter.yml index 2f1e9fa..47d1c70 100644 --- a/.github/workflows/megalinter.yml +++ b/.github/workflows/megalinter.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: MegaLinter id: ml - uses: oxsecurity/megalinter@v6 + uses: oxsecurity/megalinter@v7 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}