From 35ebb205df2260cc985fc3dcec89e6479f674dd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 02:15:42 +0000 Subject: [PATCH] Update ataylorme/eslint-annotate-action action to v3 --- .github/workflows/build-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-npm.yml b/.github/workflows/build-npm.yml index 6e2e9574..d4d1039a 100644 --- a/.github/workflows/build-npm.yml +++ b/.github/workflows/build-npm.yml @@ -71,7 +71,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: "./artifacts/eslint_report.json"