Skip to content

Commit f61cd27

Browse files
GH Actions: Bump the action-runners group across 1 directory with 5 updates
Bumps the action-runners group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.36.0` | `2.37.0` | | [PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml](https://github.com/phpcsstandards/.github) | `1.1.1` | `1.1.2` | | [PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml](https://github.com/phpcsstandards/.github) | `1.1.1` | `1.1.2` | | [PHPCSStandards/.github/.github/workflows/reusable-remark.yml](https://github.com/phpcsstandards/.github) | `1.1.1` | `1.1.2` | | [PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml](https://github.com/phpcsstandards/.github) | `1.1.1` | `1.1.2` | Updates `shivammathur/setup-php` from 2.36.0 to 2.37.0 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@44454db...accd612) Updates `PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@0d44fe2...3d96a6d) Updates `PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@0d44fe2...3d96a6d) Updates `PHPCSStandards/.github/.github/workflows/reusable-remark.yml` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@0d44fe2...3d96a6d) Updates `PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@0d44fe2...3d96a6d) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-remark.yml dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85b0130 commit f61cd27

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/basics.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Install PHP
33-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
33+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
3434
with:
3535
php-version: 'latest'
3636
coverage: none
@@ -138,20 +138,20 @@ jobs:
138138
139139
phpstan:
140140
name: "PHPStan"
141-
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
141+
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
142142
with:
143143
phpstanVersion: '2.x'
144144

145145
markdownlint:
146146
name: 'Lint Markdown'
147-
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
147+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
148148

149149
remark:
150150
name: 'QA Markdown'
151-
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
151+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
152152

153153
yamllint:
154154
name: 'Lint Yaml'
155-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
155+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
156156
with:
157157
strict: true

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
persist-credentials: false
5555

5656
- name: Install PHP
57-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
57+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
5858
with:
5959
php-version: ${{ matrix.php }}
6060
# With stable PHPCS dependencies, allow for PHP deprecation notices.

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343

4444
- name: Install PHP
45-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
45+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
4646
with:
4747
php-version: ${{ matrix.php }}
4848
ini-file: 'development'
@@ -155,7 +155,7 @@ jobs:
155155
# yamllint enable rule:line-length
156156
157157
- name: Install PHP
158-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
158+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
159159
with:
160160
php-version: ${{ matrix.php }}
161161
ini-values: ${{ steps.set_ini.outputs.PHP_INI }}
@@ -243,7 +243,7 @@ jobs:
243243
persist-credentials: false
244244

245245
- name: Install PHP
246-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
246+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
247247
with:
248248
php-version: ${{ matrix.php }}
249249
# On stable PHPCS versions, allow for PHP deprecation notices.

0 commit comments

Comments
 (0)