We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9412ac9 + 0350e4f commit 78bdc91Copy full SHA for 78bdc91
.github/workflows/build-test-measure.yml
@@ -103,7 +103,7 @@ jobs:
103
if: >
104
! ( github.event.pull_request.head.repo.fork == true ||
105
github.event.pull_request.user.login == 'dependabot[bot]' )
106
- uses: ataylorme/eslint-annotate-action@5f4dc2e3af8d3c21b727edb597e5503510b1dc9c #2.2.0
+ uses: ataylorme/eslint-annotate-action@d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9 #3.0.0
107
with:
108
repo-token: '${{ secrets.GITHUB_TOKEN }}'
109
report-json: 'lint-js-report.json'
0 commit comments