From 38cd79c7e24396d51d6685fb62d8f4d44b817bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:54:25 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [shivammathur/setup-php](https://github.com/shivammathur/setup-php), [google-github-actions/auth](https://github.com/google-github-actions/auth) and [github/codeql-action](https://github.com/github/codeql-action). Updates `shivammathur/setup-php` from 2.34.1 to 2.35.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/0f7f1d08e3e32076e51cae65eb0b0c871405b16e...ccf2c627fe61b1b4d924adfcbd19d661a18133a0) Updates `google-github-actions/auth` from 2.1.11 to 2.1.12 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/140bb5113ffb6b65a7e9b937a81fa96cf5064462...b7593ed2efd1c1617e1b0254da33b86225adb2a5) Updates `github/codeql-action` from 3.29.4 to 3.29.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/4e828ff8d448a8a6e532957b1811f387a63867e8...51f77329afa6477de8c49fc9c7046c15b9a4e79d) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.35.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: google-github-actions/auth dependency-version: 2.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.29.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy.yml | 4 ++-- .github/workflows/cleanup-pr-assets.yml | 2 +- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/lint-i18n.yml | 4 ++-- .github/workflows/lint-php.yml | 2 +- .github/workflows/lint-plugin-check.yml | 2 +- .github/workflows/plugin-release.yml | 4 ++-- .github/workflows/scorecards.yml | 2 +- .github/workflows/tests-e2e.yml | 2 +- .github/workflows/tests-unit-php.yml | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index d6c9986668ea..8a774f4486e7 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -143,7 +143,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e + uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 with: php-version: latest coverage: none @@ -184,7 +184,7 @@ jobs: # Upload ZIP file to GCS for use in QA environment. - name: Authenticate - uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 + uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 with: credentials_json: ${{ secrets.GCP_SA_KEY }} diff --git a/.github/workflows/cleanup-pr-assets.yml b/.github/workflows/cleanup-pr-assets.yml index 436b8173f309..ee2791aca1b2 100644 --- a/.github/workflows/cleanup-pr-assets.yml +++ b/.github/workflows/cleanup-pr-assets.yml @@ -34,7 +34,7 @@ jobs: raw.githubusercontent.com:443 - name: Authenticate - uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 + uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 with: credentials_json: ${{ secrets.GCP_SA_KEY }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0e83375016c0..0be695db6aa1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,9 +44,9 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Initialize CodeQL - uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 + uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d with: languages: javascript - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 + uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d diff --git a/.github/workflows/lint-i18n.yml b/.github/workflows/lint-i18n.yml index a44228aff281..0448c5578afd 100644 --- a/.github/workflows/lint-i18n.yml +++ b/.github/workflows/lint-i18n.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup PHP - uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e + uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 with: php-version: latest coverage: none @@ -66,7 +66,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e + uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 with: php-version: latest coverage: none diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 49a0e1a62485..66365ad14a2e 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -59,7 +59,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup PHP - uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e + uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 with: php-version: latest coverage: none diff --git a/.github/workflows/lint-plugin-check.yml b/.github/workflows/lint-plugin-check.yml index 1577a70d4bba..c30ce40a221f 100644 --- a/.github/workflows/lint-plugin-check.yml +++ b/.github/workflows/lint-plugin-check.yml @@ -56,7 +56,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e + uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 with: php-version: '8.0' coverage: none diff --git a/.github/workflows/plugin-release.yml b/.github/workflows/plugin-release.yml index da3cdf435813..262ef46a562b 100644 --- a/.github/workflows/plugin-release.yml +++ b/.github/workflows/plugin-release.yml @@ -151,7 +151,7 @@ jobs: token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }} - name: Authenticate - uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 + uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 with: credentials_json: ${{ secrets.GCP_SA_KEY }} @@ -275,7 +275,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e + uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 with: php-version: latest coverage: none diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 6f75e7d17a08..05c370bf91c3 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -56,6 +56,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: 'Upload to code-scanning' - uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 + uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d with: sarif_file: results.sarif diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index b350c66020bd..3c4ffef53e20 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -84,7 +84,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e + uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 with: php-version: latest coverage: none diff --git a/.github/workflows/tests-unit-php.yml b/.github/workflows/tests-unit-php.yml index 0426b5884ec7..0cd42b2499a9 100644 --- a/.github/workflows/tests-unit-php.yml +++ b/.github/workflows/tests-unit-php.yml @@ -107,7 +107,7 @@ jobs: # Then switch back to the PHP version we want to test and delete the vendor directory. - name: Setup PHP 8.0 - uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e + uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 with: php-version: latest tools: composer @@ -121,7 +121,7 @@ jobs: run: rm -rf vendor/* - name: Setup PHP - uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e + uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 with: php-version: ${{ matrix.php }} extensions: mysql