Skip to content

Commit 964a5fa

Browse files
authored
Merge pull request #456 from PHPCSStandards/dependabot/github_actions/phpcsstandards/xmllint-validate-2.0.0
GH Actions: Bump phpcsstandards/xmllint-validate from 1.0.1 to 2.0.0
2 parents a93153f + b31aeb3 commit 964a5fa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/basics.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0
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@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0
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@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 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: "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@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0
8686
with:
8787
pattern: "phpunit.xml.dist"
8888
xsd-file: "vendor/phpunit/phpunit/schema/9.2.xsd"

0 commit comments

Comments
 (0)