diff --git a/.github/workflows/build-test-measure.yml b/.github/workflows/build-test-measure.yml index 770839ca556..664a5edf14b 100644 --- a/.github/workflows/build-test-measure.yml +++ b/.github/workflows/build-test-measure.yml @@ -151,7 +151,7 @@ jobs: if: > ! ( github.event.pull_request.head.repo.fork == true || github.event.pull_request.user.login == 'dependabot[bot]' ) - uses: ataylorme/eslint-annotate-action@1.2.0 + uses: ataylorme/eslint-annotate-action@2.2.0 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' report-json: 'lint-js-report.json'