From d4787f4281dbc9095be53ebbbbd47c1c859b2fa4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:19:39 +0000 Subject: [PATCH] Update CatChen/eslint-suggestion-action action to v4.1.27 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 468dfe031c..bc457785e1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -61,6 +61,6 @@ jobs: run: npm ci --no-audit - name: Run eslint - uses: CatChen/eslint-suggestion-action@4658f697254f02487303013f2998e31feea9560f # v4.1.26 + uses: CatChen/eslint-suggestion-action@efbe3942e76df120000621539d93ce7e0b54f7a7 # v4.1.27 with: github-token: ${{ secrets.GITHUB_TOKEN }}