From ba4073e0bda75b629328fa5993efcf904b4519df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 00:47:53 +0000 Subject: [PATCH] Update CatChen/eslint-suggestion-action action to v4.1.15 --- .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 5ee7dd8f2e..705f450d57 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@7819aa912a5fb773dab8d99c9c04d953b668e3df # v4.1.14 + uses: CatChen/eslint-suggestion-action@7fe876284c5cb135ace8df76094b6775d6d8fe7b # v4.1.15 with: github-token: ${{ secrets.GITHUB_TOKEN }}