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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-wporg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Dry run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- name: Install Subversion
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
environment: wordpress-org
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- name: Install Subversion
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
desktop_changed: ${{ steps.changed_paths.outputs.desktop_changed }}
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3
with:
fetch-depth: 0

Expand Down Expand Up @@ -54,9 +54,9 @@ jobs:
if: needs.changes.outputs.desktop_changed == 'true'
timeout-minutes: 20
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: '8.3'
extensions: pdo_sqlite, sqlite3, mbstring, json, curl, openssl
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
e2e_changed: ${{ steps.changed_paths.outputs.e2e_changed }}
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3
with:
fetch-depth: 0

Expand Down Expand Up @@ -54,9 +54,9 @@ jobs:
if: needs.changes.outputs.e2e_changed == 'true'
timeout-minutes: 20
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: '8.1'
tools: composer:v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perf-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
continue-on-error: true
timeout-minutes: 40
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: '8.1'
tools: composer:v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Plugin Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
with:
Expand All @@ -25,7 +25,7 @@ jobs:
node-version: '24.15'
cache: 'pnpm'

- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: '8.1'
tools: composer:v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: Build desktop DMG (macOS arm64)
runs-on: macos-14
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3
with:
ref: ${{ inputs.ref || github.sha }}

Expand All @@ -65,7 +65,7 @@ jobs:
node-version: '24.15'
cache: 'pnpm'

- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: '8.1'
tools: composer:v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
plugin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3
with:
ref: ${{ inputs.ref || github.sha }}

Expand All @@ -65,7 +65,7 @@ jobs:
node-version: '24.15'
cache: 'pnpm'

- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: '8.1'
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "::error::Release version commits can only be pushed from a branch ref."
exit 1

- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3
with:
ref: ${{ github.ref_name }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
with:
Expand All @@ -35,9 +35,9 @@ jobs:
name: PHPCS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: '8.1'
tools: composer:v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
php_changed: ${{ steps.changed_paths.outputs.php_changed }}
js_changed: ${{ steps.changed_paths.outputs.js_changed }}
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3
with:
fetch-depth: 0

Expand Down Expand Up @@ -61,9 +61,9 @@ jobs:
needs: changes
if: needs.changes.outputs.php_changed == 'true'
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: '8.1'
tools: composer:v2
Expand All @@ -84,7 +84,7 @@ jobs:
needs: changes
if: needs.changes.outputs.js_changed == 'true'
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
with:
Expand Down
Loading