diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 303460a..43dc4c0 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -59,10 +59,8 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@45fc0d88288beee4701c62761281edfee85655d7 # v5.0.0 - # FIXME: turning off SQLFluff which seems to have issues parsing + uses: super-linter/super-linter@92e2606383320f72e6129f8a50d8537cf9c84ed6 # v6.3.1 env: VALIDATE_ALL_CODEBASE: true - VALIDATE_SQLFLUFF: false DEFAULT_BRANCH: main - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5872b9a..9a00eca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ OSV scanner: super linter: image: - name: github/super-linter:latest + name: super-linter/super-linter:latest entrypoint: - '' stage: check