diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 9ff5244..24909cc 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -17,7 +17,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Lint - uses: oxsecurity/megalinter/flavors/ci_light@v8.4.0 # see https://megalinter.io/latest/flavors/ci_light/ + uses: oxsecurity/megalinter/flavors/ci_light@v8.4.2 # see https://megalinter.io/latest/flavors/ci_light/ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: true