From 3127b4b3a85bd7479aab6f7bce99e5b86e858686 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:15:25 +0000 Subject: [PATCH] Update ataylorme/eslint-annotate-action action to v3 --- .github/workflows/library-lint-build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/library-lint-build-test.yml b/.github/workflows/library-lint-build-test.yml index 3550c19..167fed9 100644 --- a/.github/workflows/library-lint-build-test.yml +++ b/.github/workflows/library-lint-build-test.yml @@ -81,7 +81,7 @@ jobs: continue-on-error: true - name: Annotate Code Linting Results - uses: ataylorme/eslint-annotate-action@1.2.0 + uses: ataylorme/eslint-annotate-action@3.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} report-json: './eslint-reports/eslint_report.json'