Skip to content

Commit b25c10e

Browse files
GH Actions: Bump the action-runners group across 1 directory with 7 updates
Bumps the action-runners group with 7 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` | | [actions/cache](https://github.com/actions/cache) | `5.0.3` | `5.0.4` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `8.0.0` | `8.0.1` | | [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 `actions/cache` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) 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: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: actions/download-artifact dependency-version: 8.0.1 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 1017866 commit b25c10e

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
persist-credentials: false
4545

4646
- name: Install PHP
47-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
47+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
4848
with:
4949
php-version: ${{ matrix.php }}
5050
ini-values: "error_reporting=-1, display_errors=On, display_startup_errors=On"

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ concurrency:
2020
jobs:
2121
phpstan:
2222
name: "PHPStan"
23-
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
23+
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2

.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
ini-values: 'error_reporting=-1, display_errors=On, display_startup_errors=On'

.github/workflows/reusable-build-phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939

4040
- name: Setup PHP
41-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
41+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
4242
with:
4343
php-version: ${{ inputs.phpVersion }}
4444
coverage: none

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: "libxml2: restore cache"
141141
if: ${{ matrix.libxml_minor }}
142142
id: libxml_cache_restore
143-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
143+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
144144
with:
145145
path: "libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
146146
key: "${{ matrix.os }}-libxml-${{ matrix.libxml_minor }}-${{ steps.libxml_patch_version.outputs.PATCH }}"
@@ -168,7 +168,7 @@ jobs:
168168
- name: "libxml2: save cache"
169169
if: ${{ matrix.libxml_minor && steps.libxml_cache_restore.outputs.cache-hit != 'true' }}
170170
id: libxml_cache_save
171-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
171+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
172172
with:
173173
path: "libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
174174
key: ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}
@@ -199,7 +199,7 @@ jobs:
199199
# yamllint enable rule:line-length
200200
201201
- name: Install PHP
202-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
202+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
203203
with:
204204
php-version: ${{ matrix.php }}
205205
ini-values: ${{ steps.set_ini.outputs.PHP_INI }}
@@ -259,7 +259,7 @@ jobs:
259259

260260
- name: Download the PHPCS phar
261261
if: ${{ matrix.custom_ini == false }}
262-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
262+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
263263
with:
264264
name: phpcs-phar
265265

@@ -317,7 +317,7 @@ jobs:
317317
echo 'PHP_INI=, date.timezone=Australia/Sydney, short_open_tag=On' >> "$GITHUB_OUTPUT"
318318
319319
- name: Install PHP
320-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
320+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
321321
with:
322322
php-version: ${{ matrix.php }}
323323
ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On${{ steps.set_ini.outputs.PHP_INI }}

.github/workflows/validate-cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
# Don't run the cronjob in this workflow on forks.
1818
if: ${{ github.event.repository.fork == false }}
1919

20-
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
20+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
2121

2222
remark:
2323
name: 'QA Markdown'
2424
# Don't run the cronjob in this workflow on forks.
2525
if: ${{ github.event.repository.fork == false }}
2626

27-
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
27+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2

.github/workflows/validate.yml

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

2727
- name: Install PHP
28-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
28+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
2929
with:
3030
php-version: 'latest'
3131
coverage: none
@@ -124,17 +124,17 @@ jobs:
124124
125125
yamllint:
126126
name: 'Lint Yaml'
127-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
127+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
128128
with:
129129
strict: true
130130

131131
markdownlint:
132132
name: 'Lint Markdown'
133-
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
133+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
134134

135135
remark:
136136
name: 'QA Markdown'
137-
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
137+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
138138

139139
shellcheck:
140140
name: 'ShellCheck'

.github/workflows/verify-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
run: gpg --verify ${{ steps.source.outputs.FILE }}.asc ${{ steps.source.outputs.FILE }}
147147

148148
- name: Setup PHP
149-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
149+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
150150
with:
151151
php-version: 'latest'
152152
ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On
@@ -216,7 +216,7 @@ jobs:
216216
run: "echo ${{ steps.version.outputs.TAG }}"
217217

218218
- name: Setup PHP
219-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
219+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
220220
with:
221221
php-version: 'latest'
222222
ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On

0 commit comments

Comments
 (0)