@@ -23,11 +23,11 @@ jobs:
2323 name : unit
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v6
26+ - uses : actions/checkout@v6.0.3
2727 - uses : pnpm/action-setup@v6.0.8
2828 with :
2929 version : 11.6.0
30- - uses : actions/setup-node@v6
30+ - uses : actions/setup-node@v6.4.0
3131 with :
3232 node-version : 24.16.0
3333 cache : pnpm
4646 steps :
4747 - name : Docker meta
4848 id : docker_meta
49- uses : docker/metadata-action@v6
49+ uses : docker/metadata-action@v6.1.0
5050 with :
5151 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5252 tags : |
@@ -58,11 +58,11 @@ jobs:
5858 type=semver,pattern=stable,enable=${{ !contains(github.event.push.ref, 'alpha') && !contains(github.event.push.ref, 'beta') && !contains(github.event.push.ref, 'rc') }}
5959
6060 - name : Set up Docker Buildx
61- uses : docker/setup-buildx-action@v4
61+ uses : docker/setup-buildx-action@v4.1.0
6262
6363 - name : Build
6464 id : docker_build
65- uses : docker/build-push-action@v7
65+ uses : docker/build-push-action@v7.2.0
6666 with :
6767 push : false
6868 tags : ${{ steps.docker_meta.outputs.tags }}
7373 run : echo ${{ steps.docker_build.outputs.digest }}
7474
7575 - name : Upload artifact
76- uses : actions/upload-artifact@v7
76+ uses : actions/upload-artifact@v7.0.1
7777 with :
7878 name : image
7979 path : /tmp/image.tar
@@ -120,12 +120,12 @@ jobs:
120120 --user root
121121
122122 steps :
123- - uses : actions/checkout@v6
123+ - uses : actions/checkout@v6.0.3
124124 - uses : pnpm/action-setup@v6.0.8
125125 with :
126126 version : 11.6.0
127127
128- - uses : actions/setup-node@v6
128+ - uses : actions/setup-node@v6.4.0
129129 with :
130130 node-version : 24.16.0
131131 cache : pnpm
@@ -137,7 +137,7 @@ jobs:
137137 run : npx playwright install --with-deps
138138
139139 - name : Download artifact
140- uses : actions/download-artifact@v8
140+ uses : actions/download-artifact@v8.0.1
141141 with :
142142 name : image
143143 path : /tmp
@@ -220,7 +220,7 @@ jobs:
220220 run : docker container logs nginx
221221
222222 - if : ${{ !cancelled() }}
223- uses : actions/upload-artifact@v7
223+ uses : actions/upload-artifact@v7.0.1
224224 with :
225225 name : blob-report-${{ matrix.queue-config }}-${{ matrix.shard }}
226226 path : blob-report
@@ -232,19 +232,19 @@ jobs:
232232
233233 runs-on : ubuntu-latest
234234 steps :
235- - uses : actions/checkout@v6
235+ - uses : actions/checkout@v6.0.3
236236 - uses : pnpm/action-setup@v6.0.8
237237 with :
238238 version : 11.6.0
239- - uses : actions/setup-node@v6
239+ - uses : actions/setup-node@v6.4.0
240240 with :
241241 node-version : 24.16.0
242242 cache : pnpm
243243 - name : Install dependencies
244244 run : pnpm install
245245
246246 - name : Download blob reports from GitHub Actions Artifacts
247- uses : actions/download-artifact@v8
247+ uses : actions/download-artifact@v8.0.1
248248 continue-on-error : true
249249 with :
250250 path : all-blob-reports
@@ -257,13 +257,13 @@ jobs:
257257
258258 - name : Upload HTML report
259259 if : ${{ hashFiles('playwright-report/**') != '' }}
260- uses : actions/upload-artifact@v7
260+ uses : actions/upload-artifact@v7.0.1
261261 with :
262262 name : html-report-attempt-${{ github.run_attempt }}
263263 path : playwright-report
264264 retention-days : 30
265265
266- - uses : daun/playwright-report-summary@v4
266+ - uses : daun/playwright-report-summary@v4.0.0
267267 if : ${{ hashFiles('results.json') != '' }}
268268 with :
269269 report-file : results.json
0 commit comments