From 1c00dae8c50ae73a9502a2ddab669f8066def037 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 12:54:46 +0000 Subject: [PATCH] Update CatChen/eslint-suggestion-action action to v4.1.12 --- .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 0c8180e24d..9b19c09f58 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -95,6 +95,6 @@ jobs: run: npm ci --no-audit - name: Run eslint - uses: CatChen/eslint-suggestion-action@623ecbafb1dd3f127bc56596b1145e474fc26c6c # v4.1.11 + uses: CatChen/eslint-suggestion-action@1a6ab971cf4e73aaab3645690a8df834b1f09c53 # v4.1.12 with: github-token: ${{ secrets.GITHUB_TOKEN }}