Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-pr-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/lint-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-unit-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down