Skip to content

Commit 15ae8d4

Browse files
authored
Merge pull request #6207 from ampproject/dependabot/github_actions/ataylorme/eslint-annotate-action-1.2.0
Bump ataylorme/eslint-annotate-action from 1.1.2 to 1.2.0
2 parents 00ca4b1 + b09c068 commit 15ae8d4

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)