Skip to content

Commit 8ec44aa

Browse files
GH Actions: Bump the action-runners group across 1 directory with 8 updates
Bumps the action-runners group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.37.0` | `2.37.2` | | [phpcsstandards/xmllint-validate](https://github.com/phpcsstandards/xmllint-validate) | `1.0.1` | `1.0.2` | | [korelstar/xmllint-problem-matcher](https://github.com/korelstar/xmllint-problem-matcher) | `1.2.0` | `1.3.0` | | [PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml](https://github.com/phpcsstandards/.github) | `1.1.3` | `1.2.0` | | [PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml](https://github.com/phpcsstandards/.github) | `1.1.3` | `1.2.0` | | [PHPCSStandards/.github/.github/workflows/reusable-remark.yml](https://github.com/phpcsstandards/.github) | `1.1.3` | `1.2.0` | | [PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml](https://github.com/phpcsstandards/.github) | `1.1.3` | `1.2.0` | | [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict) | `3.0.3` | `3.1.0` | Updates `shivammathur/setup-php` from 2.37.0 to 2.37.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@accd612...f3e473d) Updates `phpcsstandards/xmllint-validate` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/phpcsstandards/xmllint-validate/releases) - [Commits](PHPCSStandards/xmllint-validate@0fd9c4a...3cec20c) Updates `korelstar/xmllint-problem-matcher` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/korelstar/xmllint-problem-matcher/releases) - [Commits](korelstar/xmllint-problem-matcher@1bd292d...dd2ad21) Updates `PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml` from 1.1.3 to 1.2.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@4ed5b7d...8ab4abd) Updates `PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml` from 1.1.3 to 1.2.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@4ed5b7d...8ab4abd) Updates `PHPCSStandards/.github/.github/workflows/reusable-remark.yml` from 1.1.3 to 1.2.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@4ed5b7d...8ab4abd) Updates `PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml` from 1.1.3 to 1.2.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@4ed5b7d...8ab4abd) Updates `eps1lon/actions-label-merge-conflict` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases) - [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md) - [Commits](eps1lon/actions-label-merge-conflict@1df065e...0273be7) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: phpcsstandards/xmllint-validate dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: korelstar/xmllint-problem-matcher dependency-version: 1.3.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.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-remark.yml dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: eps1lon/actions-label-merge-conflict dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7490cf8 commit 8ec44aa

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/basics.yml

Lines changed: 11 additions & 11 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@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
33+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
3434
with:
3535
php-version: 'latest'
3636
coverage: none
@@ -58,31 +58,31 @@ jobs:
5858

5959
# Validate XML files against schema.
6060
- name: Validate XML rulesets against schema
61-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
61+
uses: phpcsstandards/xmllint-validate@3cec20cf1522fd72a88837490a5d987cdeef7fac # v1.0.2
6262
with:
6363
pattern: "./*/ruleset.xml"
6464
xsd-file: "vendor/squizlabs/php_codesniffer/phpcs.xsd"
6565

6666
- name: Validate documentation XML against schema
67-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
67+
uses: phpcsstandards/xmllint-validate@3cec20cf1522fd72a88837490a5d987cdeef7fac # v1.0.2
6868
with:
6969
pattern: "./*/Docs/*/*Standard.xml"
7070
xsd-file: "vendor/phpcsstandards/phpcsdevtools/DocsXsd/phpcsdocs.xsd"
7171

7272
- name: Validate Project PHPCS ruleset against schema
73-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
73+
uses: phpcsstandards/xmllint-validate@3cec20cf1522fd72a88837490a5d987cdeef7fac # v1.0.2
7474
with:
7575
pattern: "phpcs.xml.dist"
7676
xsd-file: "vendor/squizlabs/php_codesniffer/phpcs.xsd"
7777

7878
- name: "Validate PHPUnit config for use with PHPUnit 8"
79-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
79+
uses: phpcsstandards/xmllint-validate@3cec20cf1522fd72a88837490a5d987cdeef7fac # v1.0.2
8080
with:
8181
pattern: "phpunit.xml.dist"
8282
xsd-file: "vendor/phpunit/phpunit/schema/8.5.xsd"
8383

8484
- name: "Validate PHPUnit config for use with PHPUnit 9"
85-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
85+
uses: phpcsstandards/xmllint-validate@3cec20cf1522fd72a88837490a5d987cdeef7fac # v1.0.2
8686
with:
8787
pattern: "phpunit.xml.dist"
8888
xsd-file: "vendor/phpunit/phpunit/schema/9.2.xsd"
@@ -127,7 +127,7 @@ jobs:
127127

128128
# Show XML violations inline in the file diff.
129129
- name: Enable showing XML issues inline
130-
uses: korelstar/xmllint-problem-matcher@1bd292d642ddf3d369d02aaa8b262834d61198c0 # v1.2.0
130+
uses: korelstar/xmllint-problem-matcher@dd2ad21bd8a2de0187cb621419537f345e7e509c # v1.3.0
131131

132132
# Check the code-style consistency of the XML ruleset files.
133133
- name: Check XML code style
@@ -138,20 +138,20 @@ jobs:
138138
139139
phpstan:
140140
name: "PHPStan"
141-
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
141+
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
142142
with:
143143
phpstanVersion: '2.x'
144144

145145
markdownlint:
146146
name: 'Lint Markdown'
147-
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
147+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
148148

149149
remark:
150150
name: 'QA Markdown'
151-
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
151+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
152152

153153
yamllint:
154154
name: 'Lint Yaml'
155-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
155+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
156156
with:
157157
strict: true

.github/workflows/label-merge-conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Check PRs for merge conflicts
25-
uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
25+
uses: eps1lon/actions-label-merge-conflict@0273be72a0bbd58fcd71d0d6c02c209b50d1e5e1 # v3.1.0
2626
with:
2727
dirtyLabel: "Status: has merge conflict"
2828
repoToken: ${{ secrets.GITHUB_TOKEN }}

.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@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
57+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
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@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
45+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
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@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
158+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
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@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
246+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
247247
with:
248248
php-version: ${{ matrix.php }}
249249
# On stable PHPCS versions, allow for PHP deprecation notices.

0 commit comments

Comments
 (0)