From 3588ad2bff32357e0a50a215508e9de5b5dab13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:58:46 +0000 Subject: [PATCH] Bump ataylorme/eslint-annotate-action from 1.2.0 to 2.2.0 Bumps [ataylorme/eslint-annotate-action](https://github.com/ataylorme/eslint-annotate-action) from 1.2.0 to 2.2.0. - [Release notes](https://github.com/ataylorme/eslint-annotate-action/releases) - [Commits](https://github.com/ataylorme/eslint-annotate-action/compare/1.2.0...2.2.0) --- updated-dependencies: - dependency-name: ataylorme/eslint-annotate-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-css-js-md.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'