Skip to content

Commit 8b4a397

Browse files
chore(deps): pin mcr.microsoft.com/playwright docker tag to 6446946 (#1170)
1 parent 7f0afcb commit 8b4a397

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- environment
4747
runs-on: ubuntu-latest
4848
container:
49-
image: mcr.microsoft.com/playwright:v1.58.2-noble
49+
image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d
5050
# staging and production run test-sdk-multiple-browsers, and development just runs regular test-sdk
5151
# also run these in staging so that we generate code coverage for pushes to main
5252
if: ${{ needs.environment.outputs.name == 'development' || needs.environment.outputs.name == 'staging' }}
@@ -129,7 +129,7 @@ jobs:
129129
- environment
130130
runs-on: ubuntu-latest
131131
container:
132-
image: mcr.microsoft.com/playwright:v1.58.2-noble
132+
image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d
133133
# staging and production run test-sdk-multiple-browsers, and development just runs regular test-sdk
134134
if: ${{ needs.environment.outputs.name != 'development' }}
135135
timeout-minutes: 10
@@ -201,7 +201,7 @@ jobs:
201201
- environment
202202
runs-on: ubuntu-latest
203203
container:
204-
image: mcr.microsoft.com/playwright:v1.58.2-noble
204+
image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d
205205
# Run on PRs, also run these in staging so that we generate code coverage for pushes to main
206206
if: ${{ needs.environment.outputs.name == 'development' || needs.environment.outputs.name == 'staging' }}
207207
timeout-minutes: 10
@@ -387,7 +387,7 @@ jobs:
387387
- environment
388388
runs-on: ubuntu-latest
389389
container:
390-
image: mcr.microsoft.com/playwright:v1.58.2-noble
390+
image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d
391391
permissions:
392392
pull-requests: write
393393
# Run on PRs, also run these in staging so that we generate code coverage for pushes to main

0 commit comments

Comments
 (0)