From 4b745784786fc446970d7858a9f4d017e3cb0c1a Mon Sep 17 00:00:00 2001 From: Zopolis4 Date: Tue, 4 Nov 2025 15:01:26 +1100 Subject: [PATCH] chore(ci): Update EPMatt/reviewdog-action-tsc action from 1.8.0 to 1.11.0 --- .github/workflows/Tsc.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Tsc.yml b/.github/workflows/Tsc.yml index 6cc511fb..b6ddd4d1 100644 --- a/.github/workflows/Tsc.yml +++ b/.github/workflows/Tsc.yml @@ -14,10 +14,9 @@ jobs: fetch-depth: 0 - name: tsc - uses: EPMatt/reviewdog-action-tsc@89934d75ee11d1c298bce81efaa4fde6e00cc21c # v1.8.0 + uses: EPMatt/reviewdog-action-tsc@63d923a3c5b4497671940b8874f58a404e2351b5 # v1.11.0 with: - # Waiting on https://github.com/EPMatt/reviewdog-action-tsc/pull/282 to use fail_level instead - fail_on_error: true + fail_level: any filter_mode: nofilter reporter: github-check workdir: ${{ inputs.subrepo }}