diff --git a/.github/workflows/megalinter.yml b/.github/workflows/megalinter.yml index 7a311da..a4e9da4 100644 --- a/.github/workflows/megalinter.yml +++ b/.github/workflows/megalinter.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: MegaLinter id: ml - uses: oxsecurity/megalinter@v8 + uses: oxsecurity/megalinter@v9 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}