Skip to content

Commit

Permalink
ci: bump ataylorme/eslint-annotate-action from 2 to 3
Browse files Browse the repository at this point in the history
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](ataylorme/eslint-annotate-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 023b2fc commit 8eabba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8eabba0

Please sign in to comment.