From 79fd3c5b23b993664928f9fcfb8304e7dcb14b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:16:20 +0000 Subject: [PATCH] ci: 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) - [Changelog](https://github.com/ataylorme/eslint-annotate-action/blob/v3/CHANGELOG.md) - [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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a56f1c7..0c00130 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: REPORT_PATH: ${{ env.TEST_REPORT_ESLINT_FOLDER }}/${{ env.TEST_REPORT_ESLINT_FILENAME }} - name: Annotate lint result if: always() - uses: ataylorme/eslint-annotate-action@v2 + uses: ataylorme/eslint-annotate-action@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} report-json: ${{ env.TEST_REPORT_ESLINT_FOLDER }}/${{ env.TEST_REPORT_ESLINT_FILENAME }}