diff --git a/.github/workflows/lint-css-js-md.yml b/.github/workflows/lint-css-js-md.yml index 4f0e6ae168b9..d4a829c1c271 100644 --- a/.github/workflows/lint-css-js-md.yml +++ b/.github/workflows/lint-css-js-md.yml @@ -125,7 +125,7 @@ jobs: github.event.pull_request.user.login != 'dependabot[bot]' - name: Annotate JS Lint 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: 'build/lint-js-report.json'