From 56c73814be3a9c3904e39a0b0312e39e67fd95c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:16:10 +0000 Subject: [PATCH] Update ataylorme/eslint-annotate-action action to v2 --- .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 b53e7fa8..9c1046aa 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@2.2.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" report-json: "./artifacts/eslint_report.json"