File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
actions/setup-php-composer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 using : ' composite'
2525 steps :
2626 - name : Setup PHP
27- uses : shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # 2.30 .0
27+ uses : shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b # 2.31 .0
2828 with :
2929 php-version : ${{ inputs.php-version }}
3030 extensions : ${{ inputs.extensions }}
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 github.event.pull_request.user.login == 'dependabot[bot]' )
106106 uses : ataylorme/eslint-annotate-action@d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9 # 3.0.0
107107 with :
108- repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
108+ GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
109109 report-json : ' lint-js-report.json'
110110
111111# -----------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments