Skip to content

Commit 04c1a2f

Browse files
authored
Merge branch 'main' into 20957-textinput-add-story-controls
2 parents c49b84a + 6c5d4d0 commit 04c1a2f

File tree

39 files changed

+14556
-14537
lines changed

39 files changed

+14556
-14537
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6767
with:
6868
node-version-file: '.nvmrc'
69-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
69+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7070
if: github.event_name != 'merge_group'
7171
id: cache
7272
with:
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
103103
with:
104104
node-version-file: '.nvmrc'
105-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
105+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
106106
if: github.event_name != 'merge_group'
107107
id: cache
108108
with:
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
143143
with:
144144
node-version-file: '.nvmrc'
145-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
145+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
146146
if: github.event_name != 'merge_group'
147147
id: cache
148148
with:
@@ -188,7 +188,7 @@ jobs:
188188
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
189189
with:
190190
node-version-file: '.nvmrc'
191-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
191+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
192192
if: github.event_name != 'merge_group'
193193
id: cache
194194
with:
@@ -241,7 +241,7 @@ jobs:
241241
run: kill ${{ steps.storybook.outputs.pid }}
242242
- name: Upload blob report to GitHub Actions Artifacts
243243
if: ${{ !cancelled() }}
244-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #5.0.0
244+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #6.0.0
245245
with:
246246
name: playwright-vrt-blob-report-${{ matrix.shardIndex }}
247247
path: blob-report
@@ -269,7 +269,7 @@ jobs:
269269
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
270270
with:
271271
node-version-file: '.nvmrc'
272-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
272+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
273273
if: github.event_name != 'merge_group'
274274
id: cache
275275
with:
@@ -307,7 +307,7 @@ jobs:
307307
run: kill ${{ steps.storybook.outputs.pid }}
308308
- name: Upload blob report to GitHub Actions Artifacts
309309
if: ${{ !cancelled() }}
310-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #5.0.0
310+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #6.0.0
311311
with:
312312
name: playwright-avt-blob-report-${{ matrix.shardIndex }}
313313
path: blob-report
@@ -336,7 +336,7 @@ jobs:
336336
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
337337
with:
338338
node-version-file: '.nvmrc'
339-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
339+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
340340
if: github.event_name != 'merge_group'
341341
id: cache
342342
with:
@@ -352,7 +352,7 @@ jobs:
352352
run: yarn install --immutable --immutable-cache
353353

354354
- name: Download vrt blob reports from GitHub Actions Artifacts
355-
uses: actions/download-artifact@v6
355+
uses: actions/download-artifact@v7
356356
with:
357357
path: all-playwright-vrt-blob-reports
358358
pattern: playwright-vrt-blob-report-*
@@ -364,14 +364,14 @@ jobs:
364364
./all-playwright-vrt-blob-reports
365365

366366
- name: Upload vrt HTML report
367-
uses: actions/upload-artifact@v5
367+
uses: actions/upload-artifact@v6.0.0
368368
with:
369369
name: html-playwright-vrt-report--attempt-${{ github.run_attempt }}
370370
path: playwright-vrt-report
371371
retention-days: 14
372372

373373
- name: Download avt blob reports from GitHub Actions Artifacts
374-
uses: actions/download-artifact@v6
374+
uses: actions/download-artifact@v7
375375
with:
376376
path: all-playwright-avt-blob-reports
377377
pattern: playwright-avt-blob-report-*
@@ -383,7 +383,7 @@ jobs:
383383
./all-playwright-avt-blob-reports
384384

385385
- name: Upload avt HTML report
386-
uses: actions/upload-artifact@v5
386+
uses: actions/upload-artifact@v6.0.0
387387
with:
388388
name: html-playwright-avt-report--attempt-${{ github.run_attempt }}
389389
path: playwright-avt-report
@@ -408,7 +408,7 @@ jobs:
408408
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
409409
with:
410410
node-version-file: '.nvmrc'
411-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
411+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
412412
if: github.event_name != 'merge_group'
413413
id: cache
414414
with:

.github/workflows/code-connect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version-file: '.nvmrc'
2727

2828
- name: Cache dependencies
29-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
29+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3030
id: cache
3131
with:
3232
path: |

.github/workflows/codeql-analysis.yml

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

2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
27+
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
2828
with:
2929
languages: javascript-typescript
3030
config: |
3131
paths-ignore:
3232
- 'packages/cli/src/component/templates/**'
3333
3434
- name: Perform CodeQL Analysis
35-
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
35+
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8

.github/workflows/deploy-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
app_id: ${{ secrets.APP_ID }}
4040
private_key: ${{ secrets.APP_PRIVATE_KEY }}
4141
- name: Create Pull Request
42-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
42+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
4343
with:
4444
branch: 'release/update-carbon-deps'
4545
commit-message: 'chore(release): update carbon deps'
@@ -82,7 +82,7 @@ jobs:
8282
app_id: ${{ secrets.APP_ID }}
8383
private_key: ${{ secrets.APP_PRIVATE_KEY }}
8484
- name: Create Pull Request
85-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
85+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
8686
with:
8787
branch: 'release/update-carbon-deps'
8888
commit-message: 'chore(release): update carbon deps'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: kill ${{ steps.storybook.outputs.pid }}
5858
- name: Upload test results
5959
if: always()
60-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #5.0.0
60+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #6.0.0
6161
with:
6262
name: playwright-avt-report
6363
path: .playwright

.github/workflows/v10-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6565
with:
6666
node-version-file: '.nvmrc'
67-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
67+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
6868
id: cache
6969
with:
7070
path: |
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
9393
with:
9494
node-version-file: '.nvmrc'
95-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
95+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
9696
id: cache
9797
with:
9898
path: |

.github/workflows/v10-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Create Pull Request
106106
# Do not create PR for release commits
107107
if: steps.check-commit.outputs.is_release_commit != 'true'
108-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
108+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
109109
with:
110110
branch: 'release/${{ steps.calculate-tag.outputs.nextTag }}'
111111
commit-message:

.github/workflows/version-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Create new release branch
8484
run: |
8585
git checkout -b release/${{ github.event.inputs.tag }}
86-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
86+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
8787
id: cache
8888
with:
8989
path: |

.github/workflows/version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
node-version-file: '.nvmrc'
3838
registry-url: 'https://registry.npmjs.org'
39-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
39+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4040
id: cache
4141
with:
4242
path: |
@@ -66,7 +66,7 @@ jobs:
6666
app_id: ${{ secrets.APP_ID }}
6767
private_key: ${{ secrets.APP_PRIVATE_KEY }}
6868
- name: Create Pull Request
69-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
69+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
7070
with:
7171
branch: 'release/${{ github.event.inputs.tag }}'
7272
commit-message: 'chore(release): ${{ github.event.inputs.tag }}'
Binary file not shown.

0 commit comments

Comments
 (0)