From c64aeaeccbe0315ef40e7b7ece05796854b8f2d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 22:12:09 +0000 Subject: [PATCH] GH Actions: Bump the action-runners group with 2 updates Bumps the action-runners group with 2 updates: [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.1 to 2.37.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc...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/csqa.yml | 8 ++++---- .github/workflows/test.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/csqa.yml b/.github/workflows/csqa.yml index 80f641a..4430675 100644 --- a/.github/workflows/csqa.yml +++ b/.github/workflows/csqa.yml @@ -31,7 +31,7 @@ jobs: persist-credentials: false - name: Install PHP - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + 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 ruleset against schema - uses: phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1 + uses: phpcsstandards/xmllint-validate@3cec20cf1522fd72a88837490a5d987cdeef7fac # v1.0.2 with: pattern: "VariableAnalysis/ruleset.xml" xsd-file: "vendor/squizlabs/php_codesniffer/phpcs.xsd" @@ -81,7 +81,7 @@ jobs: persist-credentials: false - name: Install PHP - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: "8.1" coverage: none @@ -113,7 +113,7 @@ jobs: persist-credentials: false - name: Install PHP - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: "8.1" coverage: none diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa6927b..ffef81c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -117,7 +117,7 @@ jobs: fi - name: Install PHP - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: ${{ matrix.php }} ini-values: ${{ steps.set_ini.outputs.PHP_INI }} @@ -197,7 +197,7 @@ jobs: fi - name: Install PHP - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: ${{ matrix.php }} ini-values: ${{ steps.set_ini.outputs.PHP_INI }}