diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3170e60..595cc73 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: MegaLinter - uses: oxsecurity/megalinter@v6.4.0 + uses: oxsecurity/megalinter@v6.22.1 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'workflow_dispatch' }}