7777
7878 - name : Setup Node.js
7979 if : steps.changeset-check.outputs.is_changeset != 'true'
80- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
80+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
8181 with :
8282 node-version : 22.x
8383
@@ -102,23 +102,23 @@ jobs:
102102
103103 - name : Setup pnpm cache
104104 if : steps.changeset-check.outputs.is_changeset != 'true'
105- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
105+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
106106 with :
107107 path : ${{ env.STORE_PATH }}
108108 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
109109 restore-keys : ${{ runner.os }}-pnpm-store-
110110
111111 - name : Setup Turborepo cache
112112 if : steps.changeset-check.outputs.is_changeset != 'true'
113- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
113+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
114114 with :
115115 path : .turbo
116116 key : ${{ runner.os }}-turbo-${{ github.sha }}
117117 restore-keys : ${{ runner.os }}-turbo-
118118
119119 - name : Setup Playwright cache
120120 if : steps.changeset-check.outputs.is_changeset != 'true'
121- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
121+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
122122 with :
123123 path : ~/.cache/ms-playwright
124124 key : playwright-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -139,7 +139,7 @@ jobs:
139139 steps.changeset-check.outputs.is_changeset != 'true' &&
140140 github.event_name == 'pull_request' &&
141141 github.event.pull_request.head.repo.full_name == github.repository
142- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
142+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
143143 with :
144144 app-id : ${{ secrets.INTERNAL_CI_APP_ID }}
145145 private-key : ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
@@ -246,7 +246,7 @@ jobs:
246246
247247 - name : Upload Vitest Screenshots
248248 if : failure() && steps.changeset-check.outputs.is_changeset != 'true'
249- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
249+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
250250 with :
251251 name : vitest-screenshots
252252 path : agents-manage-ui/.vitest-attachments
@@ -357,7 +357,7 @@ jobs:
357357
358358 - name : Setup Node.js
359359 if : steps.changeset-check.outputs.is_changeset != 'true'
360- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
360+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
361361 with :
362362 node-version : 22.x
363363
@@ -382,7 +382,7 @@ jobs:
382382
383383 - name : Setup pnpm cache
384384 if : steps.changeset-check.outputs.is_changeset != 'true'
385- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
385+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
386386 with :
387387 path : ${{ env.STORE_PATH }}
388388 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -391,7 +391,7 @@ jobs:
391391
392392 - name : Setup Turborepo cache
393393 if : steps.changeset-check.outputs.is_changeset != 'true'
394- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
394+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
395395 with :
396396 path : .turbo
397397 key : ${{ runner.os }}-turbo-create-agents-e2e-${{ github.sha }}
@@ -406,7 +406,7 @@ jobs:
406406
407407 - name : Cache Playwright browsers
408408 if : steps.changeset-check.outputs.is_changeset != 'true'
409- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
409+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
410410 with :
411411 path : ~/.cache/ms-playwright
412412 key : playwright-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments