diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index dfcb0ab..9f1f1fc 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -156,7 +156,7 @@ jobs: # list of files that changed across commits fetch-depth: 0 - name: Lint code base - uses: super-linter/super-linter/slim@88ea3923a7e1f89dd485d079f6eb5f5e8f937589 # v6.6.0 + uses: super-linter/super-linter/slim@1fa6ba58a88783e9714725cf89ac26d53e80c148 # v6.9.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BRANCH: main