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