diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e83a774..43dc4c0 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -59,8 +59,8 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@45fc0d88288beee4701c62761281edfee85655d7 # v5.0.0 + uses: super-linter/super-linter@92e2606383320f72e6129f8a50d8537cf9c84ed6 # v6.3.1 env: VALIDATE_ALL_CODEBASE: true DEFAULT_BRANCH: main - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file