Skip to content

Commit d2d73ef

Browse files
Merge branch 'main' into github_sponsors
2 parents d32eb79 + 739bbfa commit d2d73ef

34 files changed

Lines changed: 2581 additions & 1166 deletions

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Harden Runner
27-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
27+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2828
with:
2929
egress-policy: audit
3030

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: cmd
5454
run: echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%"
5555

56-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
56+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5757
with:
5858
path: ${{ github.workspace }}/apps/site/.next/cache
5959
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
@@ -70,7 +70,7 @@ jobs:
7070
# See https://github.com/vercel/next.js/pull/81318
7171
TURBOPACK_STATS: ${{ matrix.os == 'ubuntu-latest' }}
7272

73-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
73+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7474
if: matrix.os == 'ubuntu-latest'
7575
with:
7676
name: webpack-stats

.github/workflows/bundle-compare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Harden Runner
27-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
27+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2828
with:
2929
egress-policy: audit
3030

@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Compare Bundle Size
6262
id: compare-bundle-size
63-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
63+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6464
env:
6565
HEAD_STATS_PATH: ./head-stats/webpack-stats.json
6666
BASE_STATS_PATH: ./base-stats/webpack-stats.json

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Start Visual Regression Tests (Chromatic)
6767
# This assigns the Environment Deployment for Storybook
6868
id: chromatic-deploy
69-
uses: chromaui/action@f191a0224b10e1a38b2091cefb7b7a2337009116 # v16.0.0
69+
uses: chromaui/action@cad40970f69e7a6a5bef4ddfe42c01309ba17cb1 # v16.6.0
7070
with:
7171
workingDir: packages/ui-components
7272
buildScriptName: storybook:build

.github/workflows/lighthouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Harden Runner
45-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
45+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
4646
with:
4747
egress-policy: audit
4848

@@ -91,7 +91,7 @@ jobs:
9191
- name: Format Lighthouse Score
9292
# Transform the audit results into a single, friendlier output
9393
id: format_lighthouse_score
94-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
94+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
9595
env:
9696
# using env as input to our script
9797
# see https://github.com/actions/github-script#use-env-as-input

.github/workflows/lint-and-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
use-version-file: true
5050

5151
- name: Restore Lint Cache
52-
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
52+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5353
with:
5454
path: |
5555
.turbo/cache
@@ -86,7 +86,7 @@ jobs:
8686
(github.event_name == 'pull_request' &&
8787
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
8888
github.event.pull_request.head.ref != 'chore/crowdin')
89-
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
89+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9090
with:
9191
path: |
9292
.turbo/cache
@@ -112,13 +112,13 @@ jobs:
112112

113113
- name: Upload test coverage to Codecov
114114
if: ${{ !cancelled() && github.event_name != 'merge_group' }}
115-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
115+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
116116
with:
117117
files: ./apps/site/lcov.info,./packages/*/lcov.info
118118

119119
- name: Upload test results to Codecov
120120
if: ${{ !cancelled() && github.event_name != 'merge_group' }}
121-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
121+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
122122
with:
123123
report_type: test_results
124124
files: ./apps/site/junit.xml,./packages/*/junit.xml

.github/workflows/playwright-cloudflare-open-next.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Cache Playwright browsers
4343
id: playwright-cache
44-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
44+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4545
with:
4646
path: ~/.cache/ms-playwright
4747
key: playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Upload Playwright test results
6161
if: always()
62-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
62+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6363
with:
6464
name: playwright-report
6565
path: apps/site/playwright-report/

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Cache Playwright browsers
5151
id: playwright-cache
52-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
52+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5353
with:
5454
path: ~/.cache/ms-playwright
5555
key: playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Upload Playwright test results
6868
if: always()
69-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
69+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070
with:
7171
name: playwright-report
7272
path: apps/site/playwright-report/

.github/workflows/pnpm-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Harden Runner
32-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
32+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
3333
with:
3434
egress-policy: audit
3535

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix: ${{ steps.generate-matrix.outputs.matrix }}
3535
steps:
3636
- name: Harden Runner
37-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
37+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
3838
with:
3939
egress-policy: audit
4040

0 commit comments

Comments
 (0)