diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index af05f19..195071d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: ref: ${{ github.ref }} fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter@v5 + uses: github/super-linter@v7 env: DEFAULT_BRANCH: ${{ github.ref }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}