Skip to content

Commit 21f2e2f

Browse files
authored
Merge pull request #1136 from GoogleChromeLabs/dependabot/github_actions/ataylorme/eslint-annotate-action-3.0.0
Bump ataylorme/eslint-annotate-action from 2.2.0 to 3.0.0
2 parents fbeec66 + 3235d58 commit 21f2e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ jobs:
112112
if: >
113113
! ( github.event.pull_request.head.repo.fork == true ||
114114
github.event.pull_request.user.login == 'dependabot[bot]' )
115-
uses: ataylorme/eslint-annotate-action@2.2.0
115+
uses: ataylorme/eslint-annotate-action@3.0.0
116116
with:
117-
repo-token: '${{ secrets.GITHUB_TOKEN }}'
117+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
118118
report-json: 'lint-js-report.json'
119119

120120
#-----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)