From 36ff4026f5a7170aac61d6c5c4361663854010b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 22:12:07 +0000 Subject: [PATCH] GH Actions: Bump the action-runners group across 1 directory with 2 updates Bumps the action-runners group with 2 updates in the / directory: [shivammathur/setup-php](https://github.com/shivammathur/setup-php) and [phpcsstandards/xmllint-validate](https://github.com/phpcsstandards/xmllint-validate). Updates `shivammathur/setup-php` from 2.37.0 to 2.37.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/accd6127cb78bee3e8082180cb391013d204ef9f...f3e473d116dcccaddc5834248c87452386958240) Updates `phpcsstandards/xmllint-validate` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/phpcsstandards/xmllint-validate/releases) - [Commits](https://github.com/phpcsstandards/xmllint-validate/compare/0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc...3cec20cf1522fd72a88837490a5d987cdeef7fac) --- 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 ... Signed-off-by: dependabot[bot] --- .github/workflows/qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 4b38790..08cf300 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Install PHP - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: 'latest' coverage: none @@ -51,7 +51,7 @@ jobs: # Validate the xml file. - name: Validate against schema - uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1 + uses: phpcsstandards/xmllint-validate@3cec20cf1522fd72a88837490a5d987cdeef7fac # v1.0.2 with: pattern: "PHPParallelLint/ruleset.xml" xsd-file: "vendor/squizlabs/php_codesniffer/phpcs.xsd"