diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 50ef56a9..6781c644 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -40,7 +40,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8.0.0 + - uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0 env: GITHUB_ACTIONS_COMMAND_ARGS: '-ignore SC.*' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}