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:
121
121
if : >
122
122
! ( github.event.pull_request.head.repo.fork == true ||
123
123
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
125
125
with :
126
126
repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
127
127
report-json : ' lint-js-report.json'
Original file line number Diff line number Diff line change 90
90
if : >
91
91
! ( github.event.pull_request.head.repo.fork == true ||
92
92
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
94
94
with :
95
95
repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
96
96
report-json : ' qa-tester/lint-js-report.json'
You can’t perform that action at this time.
0 commit comments