@@ -33,12 +33,12 @@ jobs:
3333 contents : read # to checkout code
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1 .2
36+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
3737 with :
3838 persist-credentials : false
3939 ref : ${{ inputs.ref || '' }}
4040
41- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
41+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4242 id : setup-node
4343 with :
4444 node-version-file : web_ui/.nvmrc
5555 working-directory : " web_ui"
5656 run : tar -czf build.tar.gz build
5757
58- - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
58+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5959 with :
6060 name : webui-build
6161 path : " web_ui/build.tar.gz"
@@ -67,12 +67,12 @@ jobs:
6767 contents : read # to checkout code
6868 steps :
6969 - name : Checkout code
70- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1 .2
70+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
7171 with :
7272 persist-credentials : false
7373 ref : ${{ inputs.ref || '' }}
7474
75- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
75+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
7676 id : setup-node
7777 with :
7878 node-version-file : web_ui/.nvmrc
@@ -109,12 +109,12 @@ jobs:
109109 shardTotal : [5]
110110 steps :
111111 - name : Checkout code
112- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1 .2
112+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
113113 with :
114114 persist-credentials : false
115115 ref : ${{ inputs.ref || '' }}
116116
117- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
117+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
118118 id : setup-node
119119 with :
120120 node-version-file : web_ui/.nvmrc
@@ -143,12 +143,12 @@ jobs:
143143 shardTotal : [5]
144144 steps :
145145 - name : Checkout code
146- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1 .2
146+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
147147 with :
148148 persist-credentials : false
149149 ref : ${{ inputs.ref || '' }}
150150
151- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
151+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
152152 id : setup-node
153153 with :
154154 node-version-file : web_ui/.nvmrc
@@ -157,7 +157,7 @@ jobs:
157157 working-directory : " web_ui"
158158 run : npm ci
159159
160- - uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
160+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
161161 with :
162162 name : webui-build
163163 path : " web_ui"
@@ -171,7 +171,7 @@ jobs:
171171 run : npm run test:component -- --project "chromium" --project "chromium mini viewport" --shard=${{ matrix.shard }}/${{ matrix.shardTotal }}
172172
173173 - name : Upload blob report to GitHub Actions Artifacts
174- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
174+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
175175 if : always()
176176 with :
177177 name : playwright-blob-reports-${{ matrix.shard }}
@@ -187,12 +187,12 @@ jobs:
187187 runs-on : ubuntu-latest
188188 steps :
189189 - name : Checkout code
190- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1 .2
190+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
191191 with :
192192 persist-credentials : false
193193 ref : ${{ inputs.ref || '' }}
194194
195- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
195+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
196196 id : setup-node
197197 with :
198198 node-version-file : web_ui/.nvmrc
@@ -202,7 +202,7 @@ jobs:
202202 run : npm ci
203203
204204 - name : Download playwright blob reports from GitHub Actions Artifacts
205- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
205+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
206206 with :
207207 pattern : playwright-blob-reports-*
208208 path : web_ui/playwright-blob-reports
@@ -213,7 +213,7 @@ jobs:
213213 run : npx playwright merge-reports --reporter html ./playwright-blob-reports
214214
215215 - name : Upload HTML report
216- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
216+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
217217 with :
218218 name : playwright-html-report-attempt-${{ github.run_attempt }}
219219 path : web_ui/playwright-report
0 commit comments