From 939daab30deb953d7f3b1186e38b2a6da2bfe276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 03:33:20 +0000 Subject: [PATCH] Bump ataylorme/eslint-annotate-action from 2 to 3 Bumps [ataylorme/eslint-annotate-action](https://github.com/ataylorme/eslint-annotate-action) from 2 to 3. - [Release notes](https://github.com/ataylorme/eslint-annotate-action/releases) - [Commits](https://github.com/ataylorme/eslint-annotate-action/compare/v2...v3) --- 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/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9b83af2..316d00d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,7 +47,7 @@ jobs: continue-on-error: true - name: Annotate ESLint Results - uses: ataylorme/eslint-annotate-action@v2 + uses: ataylorme/eslint-annotate-action@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" report-json: ".eslint_report.json"