|
46 | 46 | - environment |
47 | 47 | runs-on: ubuntu-latest |
48 | 48 | container: |
49 | | - image: mcr.microsoft.com/playwright:v1.58.2-noble |
| 49 | + image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d |
50 | 50 | # staging and production run test-sdk-multiple-browsers, and development just runs regular test-sdk |
51 | 51 | # also run these in staging so that we generate code coverage for pushes to main |
52 | 52 | if: ${{ needs.environment.outputs.name == 'development' || needs.environment.outputs.name == 'staging' }} |
@@ -129,7 +129,7 @@ jobs: |
129 | 129 | - environment |
130 | 130 | runs-on: ubuntu-latest |
131 | 131 | container: |
132 | | - image: mcr.microsoft.com/playwright:v1.58.2-noble |
| 132 | + image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d |
133 | 133 | # staging and production run test-sdk-multiple-browsers, and development just runs regular test-sdk |
134 | 134 | if: ${{ needs.environment.outputs.name != 'development' }} |
135 | 135 | timeout-minutes: 10 |
@@ -201,7 +201,7 @@ jobs: |
201 | 201 | - environment |
202 | 202 | runs-on: ubuntu-latest |
203 | 203 | container: |
204 | | - image: mcr.microsoft.com/playwright:v1.58.2-noble |
| 204 | + image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d |
205 | 205 | # Run on PRs, also run these in staging so that we generate code coverage for pushes to main |
206 | 206 | if: ${{ needs.environment.outputs.name == 'development' || needs.environment.outputs.name == 'staging' }} |
207 | 207 | timeout-minutes: 10 |
@@ -387,7 +387,7 @@ jobs: |
387 | 387 | - environment |
388 | 388 | runs-on: ubuntu-latest |
389 | 389 | container: |
390 | | - image: mcr.microsoft.com/playwright:v1.58.2-noble |
| 390 | + image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d |
391 | 391 | permissions: |
392 | 392 | pull-requests: write |
393 | 393 | # Run on PRs, also run these in staging so that we generate code coverage for pushes to main |
|
0 commit comments