From 419eb708014eb83cc8627b94e9b702b88b147925 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:31:52 +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'