From 929fa12a5b07063fa14989d5be827e3fdcb92284 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 12:32:32 +0000 Subject: [PATCH] Update CatChen/eslint-suggestion-action action to v4.1.16 --- .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 705f450d57..fe43dc99f1 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@7fe876284c5cb135ace8df76094b6775d6d8fe7b # v4.1.15 + uses: CatChen/eslint-suggestion-action@82d525bf0c6a9ff5bdb6c5c5caee6b25971ac766 # v4.1.16 with: github-token: ${{ secrets.GITHUB_TOKEN }}