Skip to content

Commit 9dda874

Browse files
authored
Merge pull request #9 from PHPCSStandards/dependabot/github_actions/stable/action-runners-7dd87c42ac
GH Actions: Bump shivammathur/setup-php from 2.35.4 to 2.35.5 in the action-runners group
2 parents f90d160 + cdefd2d commit 9dda874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424

2525
- name: Install PHP
26-
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
26+
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
2727
with:
2828
php-version: 'latest'
2929
coverage: none

.github/workflows/update-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
ref: ${{ steps.base_branch.outputs.BRANCH }}
5656

5757
- name: Install PHP
58-
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
58+
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
5959
with:
6060
php-version: '8.4'
6161
ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0

0 commit comments

Comments
 (0)