Skip to content

Commit 7fb3af8

Browse files
authored
Merge pull request #185 from Brain-WP/dependabot/github_actions/action-runners-099708f6fe
GH Actions: Bump the action-runners group with 2 updates
2 parents 789a8b0 + e7ff6ae commit 7fb3af8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php-qa.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Setup PHP
27-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
27+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
2828
with:
2929
php-version: 'latest'
3030
coverage: 'none'
@@ -64,7 +64,7 @@ jobs:
6464
persist-credentials: false
6565

6666
- name: Setup PHP
67-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
67+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
6868
with:
6969
php-version: ${{ matrix.php }}
7070
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On, display_startup_errors=On
@@ -99,7 +99,7 @@ jobs:
9999
persist-credentials: false
100100

101101
- name: Setup PHP
102-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
102+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
103103
with:
104104
php-version: ${{ matrix.php }}
105105
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On, display_startup_errors=On
@@ -134,7 +134,7 @@ jobs:
134134
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml
135135

136136
- name: Update codecov.io
137-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
137+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
138138
if: ${{ matrix.php == '8.1' && matrix.dependencies == 'highest' && github.event.repository.fork == false }} # upload coverage once is enough
139139
env:
140140
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)