3737
3838 steps :
3939 - name : Harden Runner
40- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
40+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
4141 with :
4242 egress-policy : audit
4343
6565
6666 steps :
6767 - name : Harden Runner
68- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
68+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
6969 with :
7070 egress-policy : audit
7171
7676 ref : ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.ref }}
7777
7878 - name : Restore Lint Cache
79- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
79+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
8080 with :
8181 path : |
8282 .turbo/cache
9595 cache-lint-
9696
9797 - name : Set up Node.js
98- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
98+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
9999 with :
100100 # We want to ensure that the Node.js version running here respects our supported versions
101101 node-version-file : ' .nvmrc'
@@ -129,7 +129,7 @@ jobs:
129129 (github.event_name == 'pull_request_target' &&
130130 startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
131131 github.event.pull_request.head.ref != 'chore/crowdin')
132- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
132+ uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
133133 with :
134134 path : |
135135 .turbo/cache
@@ -159,7 +159,7 @@ jobs:
159159
160160 steps :
161161 - name : Harden Runner
162- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
162+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
163163 with :
164164 egress-policy : audit
165165
@@ -173,7 +173,7 @@ jobs:
173173 fetch-depth : 0
174174
175175 - name : Set up Node.js
176- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
176+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
177177 with :
178178 # We want to ensure that the Node.js version running here respects our supported versions
179179 node-version-file : ' .nvmrc'
@@ -202,9 +202,9 @@ jobs:
202202 startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
203203 github.event.pull_request.head.ref != 'chore/crowdin')
204204 # sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
205- uses : chromaui/action@30b6228aa809059d46219e0f556752e8672a7e26
205+ uses : chromaui/action@c93e0bc3a63aa176e14a75b61a31847cbfdd341c
206206 with :
207- workingDir : apps/site
207+ workingDir : packages/ui-components
208208 buildScriptName : storybook:build
209209 projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
210210 exitOnceUploaded : true
@@ -220,6 +220,9 @@ jobs:
220220 uses : MishaKav/jest-coverage-comment@d74238813c33e6ea20530ff91b5ea37953d11c91 # v1.0.27
221221 with :
222222 title : ' Unit Test Coverage Report'
223- junitxml-path : ./apps/site/junit.xml
224- junitxml-title : Unit Test Report
225- coverage-summary-path : ./apps/site/coverage/coverage-summary.json
223+ multiple-junitxml-files : |
224+ @node-core/ui-components, ./packages/ui-components/junit.xml
225+ @nodejs/website, ./apps/site/junit.xml
226+ multiple-files : |
227+ @node-core/ui-components, ./packages/ui-components/coverage/coverage-summary.json
228+ @nodejs/website, ./apps/site/coverage/coverage-summary.json
0 commit comments