Skip to content

Commit

Permalink
chore(deps): bump ataylorme/eslint-annotate-action from 2.2.0 to 3.0.0 (
Browse files Browse the repository at this point in the history
#5376)

* chore(deps): bump ataylorme/eslint-annotate-action from 2.2.0 to 3.0.0

Bumps [ataylorme/eslint-annotate-action](https://github.com/ataylorme/eslint-annotate-action) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/ataylorme/eslint-annotate-action/releases)
- [Changelog](https://github.com/ataylorme/eslint-annotate-action/blob/v3/CHANGELOG.md)
- [Commits](ataylorme/eslint-annotate-action@5f4dc2e...d57a119)

---
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]>

* Update .github/workflows/pr-lint.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mathieu Huchet <[email protected]>
  • Loading branch information
dependabot[bot] and mhuchet authored Jul 29, 2024
1 parent bbdf48b commit e713ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: yarn lint-merge-report master ${GITHUB_HEAD_REF}

- name: Annotate Code Linting Results
uses: ataylorme/eslint-annotate-action@5f4dc2e3af8d3c21b727edb597e5503510b1dc9c #v2.2.0
uses: ataylorme/eslint-annotate-action@d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9 #v3.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
report-json: ./eslint-report.json

0 comments on commit e713ab2

Please sign in to comment.