diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 3e05f24..9e2e131 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter@v5.7.0 + uses: super-linter/super-linter@v5.7.2 env: VALIDATE_ALL_CODEBASE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}