Skip to content

Commit b09c068

Browse files
Bump ataylorme/eslint-annotate-action from 1.1.2 to 1.2.0
Bumps [ataylorme/eslint-annotate-action](https://github.com/ataylorme/eslint-annotate-action) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/ataylorme/eslint-annotate-action/releases) - [Commits](ataylorme/eslint-annotate-action@1.1.2...1.2.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00ca4b1 commit b09c068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-measure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

.github/workflows/qa-integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
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'

0 commit comments

Comments
 (0)