Skip to content

Commit eb31388

Browse files
authored
Merge pull request #232 from PHPCSStandards/dependabot/github_actions/stable/phpcsstandards/xmllint-validate-2.0.0
GH Actions: Bump phpcsstandards/xmllint-validate from 1.0.1 to 2.0.0
2 parents 6db6f80 + 58296c5 commit eb31388

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

0 commit comments

Comments
 (0)