diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 28741f06b..b1ef09003 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: MegaLinter - uses: oxsecurity/megalinter@v8.3.0 + uses: oxsecurity/megalinter@v8.4.0 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'workflow_dispatch' }}