diff --git a/.github/workflows/lint-megalinter.yml b/.github/workflows/lint-megalinter.yml index 93becf0..e3316a7 100644 --- a/.github/workflows/lint-megalinter.yml +++ b/.github/workflows/lint-megalinter.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 # Full git history is needed to get a proper list of changed files - name: Run MegaLinter - uses: oxsecurity/megalinter@v7.1.0 + uses: oxsecurity/megalinter@v7.11.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}