Skip to content
Open
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
needs: verify-core
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/git-hygiene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lockfile-rationale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c
id: changed
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/perf-enforced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: ${{ vars.PERF_PROFILE == 'production' }}
runs-on: macos-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
with:
Expand All @@ -49,7 +49,7 @@ jobs:
if: ${{ vars.PERF_PROFILE == 'production' }}
runs-on: macos-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
with:
Expand All @@ -73,7 +73,7 @@ jobs:
if: ${{ vars.PERF_PROFILE == 'production' }}
runs-on: macos-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- name: Check asset budgets
run: ASSET_MAX_BYTES=250000 bash scripts/perf/check-assets.sh
Expand All @@ -82,7 +82,7 @@ jobs:
if: ${{ vars.PERF_PROFILE == 'production' }}
runs-on: macos-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
with:
Expand All @@ -103,7 +103,7 @@ jobs:
if: ${{ vars.PERF_PROFILE == 'production' && vars.PERF_BASE_URL != '' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2

Expand All @@ -118,7 +118,7 @@ jobs:
if: ${{ vars.PERF_PROFILE == 'production' && vars.PERF_DATABASE_URL != '' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- name: Install PostgreSQL client
run: sudo apt-get update && sudo apt-get install -y postgresql-client
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/perf-foundation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
perf-bundle:
runs-on: macos-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
with:
Expand All @@ -44,7 +44,7 @@ jobs:
perf-build:
runs-on: macos-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
with:
Expand All @@ -64,15 +64,15 @@ jobs:
perf-assets:
runs-on: macos-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- name: Check asset budgets
run: bash scripts/perf/check-assets.sh

perf-memory:
runs-on: macos-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
with:
Expand All @@ -93,7 +93,7 @@ jobs:
if: ${{ vars.PERF_BASE_URL != '' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2

Expand All @@ -106,7 +106,7 @@ jobs:
if: ${{ vars.PERF_DATABASE_URL != '' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- name: Install PostgreSQL client
run: sudo apt-get update && sudo apt-get install -y postgresql-client
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-gates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4
with:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
needs: verify-release
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4
with:
Expand Down
Loading