Skip to content

Commit 3efe10e

Browse files
committed
Merge branch 'stable' into develop
2 parents fe67fbc + 504bf54 commit 3efe10e

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/cs.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2525

2626
- name: Install PHP
2727
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
@@ -52,49 +52,49 @@ jobs:
5252

5353
# Validate the XSD and XML files against schema.
5454
- name: Validate Docs XSD against schema
55-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
55+
uses: phpcsstandards/xmllint-validate@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0
5656
with:
5757
pattern: "DocsXsd/phpcsdocs.xsd"
5858
xsd-url: "https://www.w3.org/2012/04/XMLSchema.xsd"
5959

6060
- name: Validate PHPCSDebug ruleset against schema
61-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
61+
uses: phpcsstandards/xmllint-validate@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0
6262
with:
6363
pattern: "PHPCSDebug/ruleset.xml"
6464
xsd-file: "vendor/squizlabs/php_codesniffer/phpcs.xsd"
6565

6666
- name: Validate docs against schema
67-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
67+
uses: phpcsstandards/xmllint-validate@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0
6868
with:
6969
pattern: "PHPCSDebug/Docs/*/*Standard.xml"
7070
xsd-file: "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@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0
7474
with:
7575
pattern: "phpcs.xml.dist"
7676
xsd-file: "vendor/squizlabs/php_codesniffer/phpcs.xsd"
7777

7878
- name: "Validate PHPUnit < 10 config for use with PHPUnit 8"
79-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
79+
uses: phpcsstandards/xmllint-validate@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0
8080
with:
8181
pattern: "phpunitlte9.xml.dist"
8282
xsd-file: "vendor/phpunit/phpunit/schema/8.5.xsd"
8383

8484
- name: "Validate PHPUnit < 10 config for use with PHPUnit 9"
85-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
85+
uses: phpcsstandards/xmllint-validate@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0
8686
with:
8787
pattern: "phpunitlte9.xml.dist"
8888
xsd-file: "vendor/phpunit/phpunit/schema/9.5.xsd"
8989

9090
- name: "Validate PHPUnit 10+ config for use with PHPUnit 10"
91-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
91+
uses: phpcsstandards/xmllint-validate@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0
9292
with:
9393
pattern: "phpunit.xml.dist"
9494
xsd-file: "vendor/phpunit/phpunit/schema/10.5.xsd"
9595

9696
- name: "Validate PHPUnit 10+ config for use with PHPUnit 11"
97-
uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
97+
uses: phpcsstandards/xmllint-validate@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0
9898
with:
9999
pattern: "phpunit.xml.dist"
100100
xsd-file: "vendor/phpunit/phpunit/phpunit.xsd"
@@ -117,7 +117,7 @@ jobs:
117117

118118
steps:
119119
- name: Checkout code
120-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
120+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
121121

122122
# Updating the lists can fail intermittently, typically after Microsoft has released a new package.
123123
# This should not be blocking for this job, so ignore any errors from this step.
@@ -141,18 +141,18 @@ jobs:
141141
run: diff -B ./PHPCSDebug/ruleset.xml <(xmllint --format "./PHPCSDebug/ruleset.xml")
142142

143143
phpstan:
144-
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
144+
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@fcbbdd9495898d68229655147333a910679c33cf # v1.2.1
145145

146146
markdownlint:
147147
name: 'Lint Markdown'
148-
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
148+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@fcbbdd9495898d68229655147333a910679c33cf # v1.2.1
149149

150150
remark:
151151
name: 'QA Markdown'
152-
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
152+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@fcbbdd9495898d68229655147333a910679c33cf # v1.2.1
153153

154154
yamllint:
155155
name: 'Lint Yaml'
156-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
156+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@fcbbdd9495898d68229655147333a910679c33cf # v1.2.1
157157
with:
158158
strict: true

.github/workflows/quicktest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: git config --global core.autocrlf input
3333

3434
- name: Checkout code
35-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3636

3737
# Updating the lists can fail intermittently, typically after Microsoft has released a new package.
3838
# This should not be blocking for this job, so ignore any errors from this step.
@@ -133,7 +133,7 @@ jobs:
133133

134134
steps:
135135
- name: Checkout code
136-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
136+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
137137

138138
# On stable PHPCS versions, allow for PHP deprecation notices.
139139
# Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: git config --global core.autocrlf input
3636

3737
- name: Checkout code
38-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3939

4040
# Updating the lists can fail intermittently, typically after Microsoft has released a new package.
4141
# This should not be blocking for this job, so ignore any errors from this step.
@@ -188,7 +188,7 @@ jobs:
188188

189189
steps:
190190
- name: Checkout code
191-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
191+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
192192

193193
- name: Setup ini config
194194
id: set_ini

.github/workflows/update-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
5050
- name: Checkout code
51-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5252
with:
5353
ref: ${{ steps.base_branch.outputs.BRANCH }}
5454

0 commit comments

Comments
 (0)