Skip to content

Commit e7253d1

Browse files
committed
Merge remote-tracking branch 'mozilla/main' into dependabot/npm_and_yarn/playwright/test-1.60.0
# Conflicts: # package-lock.json # package.json
2 parents bc5d7b1 + dfa002b commit e7253d1

102 files changed

Lines changed: 3930 additions & 1020 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1515
with:
1616
persist-credentials: false
1717
- name: Use Node.js

.github/workflows/conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
detect-unresolved-conflicts:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1616
with:
1717
persist-credentials: false
1818
- name: List files with merge conflict markers

.github/workflows/docker_build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GAR_REGISTRY: us-docker.pkg.dev
2525
steps:
2626
- name: Check out the repo
27-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2828
with:
2929
persist-credentials: false
3030

.github/workflows/docker_build_deploy_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GAR_REGISTRY: us-docker.pkg.dev
2525
steps:
2626
- name: Check out the repo
27-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2828
with:
2929
persist-credentials: false
3030

.github/workflows/docker_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo apt-get install docker-ce
2121
2222
- name: Check out the repo
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424
with:
2525
persist-credentials: false
2626

.github/workflows/functional_tests_cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "Please select an environment for manual runs"
3232
exit 1
3333
34-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
34+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3535
with:
3636
persist-credentials: false
3737
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Cache Playwright Browsers for Playwright's Version
5151
id: cache-playwright-browsers
52-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
52+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
5353
with:
5454
path: ~/.cache/ms-playwright
5555
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}

.github/workflows/functional_tests_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- 5432:5432
3333

3434
steps:
35-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
35+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3636
with:
3737
persist-credentials: false
3838
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -54,7 +54,7 @@ jobs:
5454
echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV
5555
- name: Cache Playwright Browsers for Playwright's Version
5656
id: cache-playwright-browsers
57-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
57+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
5858
with:
5959
path: ~/.cache/ms-playwright
6060
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1616
with:
1717
persist-credentials: false
1818
- name: Use Node.js

.github/workflows/production_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
SAFE_ENVIRONMENT: ${{ inputs.environment }}
3737
steps:
3838
- name: Checkout Repository
39-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
39+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4040
with:
4141
persist-credentials: false
4242

.github/workflows/reference_linter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Clone repository
14-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1515
with:
1616
persist-credentials: false
1717
- name: Set up Python 3
18-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
18+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
1919
with:
2020
python-version: '3.10'
2121
cache: 'pip'

0 commit comments

Comments
 (0)