File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 if : >
122122 ! ( github.event.pull_request.head.repo.fork == true ||
123123 github.event.pull_request.user.login == 'dependabot[bot]' )
124- uses : ataylorme/eslint-annotate-action@1.1.2
124+ uses : ataylorme/eslint-annotate-action@1.2.0
125125 with :
126126 repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
127127 report-json : ' lint-js-report.json'
Original file line number Diff line number Diff line change 9090 if : >
9191 ! ( github.event.pull_request.head.repo.fork == true ||
9292 github.event.pull_request.user.login == 'dependabot[bot]' )
93- uses : ataylorme/eslint-annotate-action@1.1.2
93+ uses : ataylorme/eslint-annotate-action@1.2.0
9494 with :
9595 repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
9696 report-json : ' qa-tester/lint-js-report.json'
You can’t perform that action at this time.
0 commit comments