From 0428f441133d7279316fd222fcf172caa3a9a3df Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Thu, 29 Feb 2024 12:45:06 +0800 Subject: [PATCH] chore: bump superlinter action from v5 to v6 (#2325) --- .github/workflows/style.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 0e1c9d6927..c704ac1f7c 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -41,6 +41,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup NodeJS uses: actions/setup-node@v4 @@ -60,11 +62,10 @@ jobs: yarn run lint - name: Super-linter - uses: super-linter/super-linter/slim@v5 + uses: super-linter/super-linter/slim@v6 env: BASH_SEVERITY: warning DEFAULT_BRANCH: main - ERROR_ON_MISSING_EXEC_BIT: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} IGNORE_GENERATED_FILES: true IGNORE_GITIGNORED_FILES: true