Skip to content

Commit

Permalink
Merge pull request #7831 from ampproject/update/workflows
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
thelovekesh authored Jun 26, 2024
2 parents e9feefd + f23804b commit 63a13e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-php-composer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
using: 'composite'
steps:
- name: Setup PHP
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d #2.30.0
uses: shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b #2.31.0
with:
php-version: ${{ inputs.php-version }}
extensions: ${{ inputs.extensions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
github.event.pull_request.user.login == 'dependabot[bot]' )
uses: ataylorme/eslint-annotate-action@d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9 #3.0.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
report-json: 'lint-js-report.json'

#-----------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 63a13e4

Please sign in to comment.