37
37
38
38
steps :
39
39
- name : Harden Runner
40
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
40
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
41
41
with :
42
42
egress-policy : audit
43
43
@@ -65,18 +65,18 @@ jobs:
65
65
66
66
steps :
67
67
- name : Harden Runner
68
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
68
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
69
69
with :
70
70
egress-policy : audit
71
71
72
72
- name : Git Checkout
73
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
73
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
74
74
with :
75
75
# Provides the Pull Request commit SHA or the GitHub merge group ref
76
76
ref : ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.ref }}
77
77
78
78
- name : Restore Lint Cache
79
- uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
79
+ uses : actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
80
80
with :
81
81
path : |
82
82
.turbo/cache
95
95
cache-lint-
96
96
97
97
- name : Set up Node.js
98
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
98
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
99
99
with :
100
100
# We want to ensure that the Node.js version running here respects our supported versions
101
101
node-version-file : ' .nvmrc'
@@ -129,7 +129,7 @@ jobs:
129
129
(github.event_name == 'pull_request_target' &&
130
130
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
131
131
github.event.pull_request.head.ref != 'chore/crowdin')
132
- uses : actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
132
+ uses : actions/cache/save@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
133
133
with :
134
134
path : |
135
135
.turbo/cache
@@ -159,12 +159,12 @@ jobs:
159
159
160
160
steps :
161
161
- name : Harden Runner
162
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
162
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
163
163
with :
164
164
egress-policy : audit
165
165
166
166
- name : Git Checkout
167
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
167
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
168
168
with :
169
169
# Provides the Pull Request commit SHA or the GitHub merge group ref
170
170
ref : ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.ref }}
@@ -173,7 +173,7 @@ jobs:
173
173
fetch-depth : 0
174
174
175
175
- name : Set up Node.js
176
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
176
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
177
177
with :
178
178
# We want to ensure that the Node.js version running here respects our supported versions
179
179
node-version-file : ' .nvmrc'
@@ -202,7 +202,7 @@ jobs:
202
202
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
203
203
github.event.pull_request.head.ref != 'chore/crowdin')
204
204
# sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
205
- uses : chromaui/action@b984808b772126a9f44b2b7737b131b68a2ede32
205
+ uses : chromaui/action@30b6228aa809059d46219e0f556752e8672a7e26
206
206
with :
207
207
workingDir : apps/site
208
208
buildScriptName : storybook:build
@@ -217,7 +217,7 @@ jobs:
217
217
if : steps.chromatic-deploy.outcome == 'success'
218
218
# This comments the current Jest Coverage Report containing JUnit XML reports
219
219
# and a Code Coverage Summary
220
- uses : MishaKav/jest-coverage-comment@434e6d2d37116d23d812809b61d499639842fa3b # v1.0.26
220
+ uses : MishaKav/jest-coverage-comment@d74238813c33e6ea20530ff91b5ea37953d11c91 # v1.0.27
221
221
with :
222
222
title : ' Unit Test Coverage Report'
223
223
junitxml-path : ./apps/site/junit.xml
0 commit comments