From cc0a551372e14cdd6ebd0b568133b44de5bd04fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:42:44 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) 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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/code-quality-js.yml | 2 +- .github/workflows/code-quality-php.yml | 4 ++-- .github/workflows/composer-diff.yml | 4 ++-- .github/workflows/example-plugin.yml | 4 ++-- .github/workflows/npm-package.yml | 2 +- .github/workflows/php-package.yml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/code-quality-js.yml b/.github/workflows/code-quality-js.yml index e45a38a..c3b2ccb 100644 --- a/.github/workflows/code-quality-js.yml +++ b/.github/workflows/code-quality-js.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Do not store git credentials in .git -> could be leaked/exposed by infected/malicious action. persist-credentials: false diff --git a/.github/workflows/code-quality-php.yml b/.github/workflows/code-quality-php.yml index 544f6e3..29b4dd5 100644 --- a/.github/workflows/code-quality-php.yml +++ b/.github/workflows/code-quality-php.yml @@ -25,13 +25,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Do not store git credentials in .git -> could be leaked/exposed by infected/malicious action. persist-credentials: false - name: Setup PHP and tools - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2.37.2 with: php-version: ${{ matrix.php }} tools: composer:v2, cs2pr, phpcs diff --git a/.github/workflows/composer-diff.yml b/.github/workflows/composer-diff.yml index 84d5574..4a7c682 100644 --- a/.github/workflows/composer-diff.yml +++ b/.github/workflows/composer-diff.yml @@ -22,14 +22,14 @@ jobs: pull-requests: write # Required to post the diff as a sticky comment steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 # Required for IonBazan/composer-diff-action # Do not store git credentials in .git -> could be leaked/exposed by infected/malicious action. persist-credentials: false - name: Setup PHP and tools - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2.37.2 with: php-version: 8.3 tools: composer:v2 diff --git a/.github/workflows/example-plugin.yml b/.github/workflows/example-plugin.yml index 184f099..07c765f 100644 --- a/.github/workflows/example-plugin.yml +++ b/.github/workflows/example-plugin.yml @@ -18,7 +18,7 @@ jobs: contents: write # Required to upload assets to the GitHub release steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Do not store git credentials in .git -> could be leaked/exposed by infected/malicious action. persist-credentials: false @@ -40,7 +40,7 @@ jobs: run: npm ci - name: Setup PHP and tools - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2.37.2 with: php-version: 8.3 tools: composer:v2 diff --git a/.github/workflows/npm-package.yml b/.github/workflows/npm-package.yml index 02f7951..a1c0978 100644 --- a/.github/workflows/npm-package.yml +++ b/.github/workflows/npm-package.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Do not store git credentials in .git -> could be leaked/exposed by infected/malicious action. persist-credentials: false diff --git a/.github/workflows/php-package.yml b/.github/workflows/php-package.yml index f3c0818..c5799c0 100644 --- a/.github/workflows/php-package.yml +++ b/.github/workflows/php-package.yml @@ -17,13 +17,13 @@ jobs: contents: write # Required to upload assets to the GitHub release steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Do not store git credentials in .git -> could be leaked/exposed by infected/malicious action. persist-credentials: false - name: Setup PHP and tools - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2.37.2 with: php-version: 8.1 tools: composer:v2