Skip to content

Commit a2461d4

Browse files
authored
Merge branch 'nodejs:main' into handling-env-file-not-found
2 parents 192d633 + 5e250bd commit a2461d4

File tree

220 files changed

+7103
-1457
lines changed

Some content is hidden

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

220 files changed

+7103
-1457
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959

6060
# tls/crypto
6161

62+
/doc/api/crypto.md @nodejs/crypto
63+
/doc/api/webcrypto.md @nodejs/crypto
6264
/lib/crypto.js @nodejs/crypto
6365
/lib/internal/crypto/* @nodejs/crypto
6466
/lib/internal/tls/* @nodejs/crypto @nodejs/net
@@ -176,3 +178,5 @@
176178
# Web Standards
177179
/lib/internal/bootstrap/web/* @nodejs/web-standards
178180
/lib/internal/navigator.js @nodejs/web-standards
181+
/test/fixtures/wpt/ @nodejs/web-standards
182+
/test/wpt/ @nodejs/web-standards

.github/workflows/build-tarball.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
persist-credentials: false
4545
- name: Set up Python ${{ env.PYTHON_VERSION }}
46-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
46+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
4747
with:
4848
python-version: ${{ env.PYTHON_VERSION }}
4949
- name: Environment Information
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
persist-credentials: false
7171
- name: Set up Python ${{ env.PYTHON_VERSION }}
72-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
72+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
7373
with:
7474
python-version: ${{ env.PYTHON_VERSION }}
7575
- name: Environment Information

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
persist-credentials: false
4444
- name: Set up Python ${{ env.PYTHON_VERSION }}
45-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
45+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
4646
with:
4747
python-version: ${{ env.PYTHON_VERSION }}
4848
- name: Install deps

.github/workflows/coverage-linux-without-intl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
persist-credentials: false
4747
- name: Set up Python ${{ env.PYTHON_VERSION }}
48-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
48+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
4949
with:
5050
python-version: ${{ env.PYTHON_VERSION }}
5151
- name: Environment Information

.github/workflows/coverage-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
persist-credentials: false
4747
- name: Set up Python ${{ env.PYTHON_VERSION }}
48-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
48+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
4949
with:
5050
python-version: ${{ env.PYTHON_VERSION }}
5151
- name: Environment Information

.github/workflows/coverage-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
persist-credentials: false
4747
- name: Set up Python ${{ env.PYTHON_VERSION }}
48-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
48+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
4949
with:
5050
python-version: ${{ env.PYTHON_VERSION }}
5151
- name: Install deps

.github/workflows/daily-wpt-fyi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Set up Python ${{ env.PYTHON_VERSION }}
36-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
36+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
3737
with:
3838
python-version: ${{ env.PYTHON_VERSION }}
3939
- name: Environment Information

.github/workflows/linters.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
persist-credentials: false
4646
- name: Set up Python ${{ env.PYTHON_VERSION }}
47-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
47+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
4848
with:
4949
python-version: ${{ env.PYTHON_VERSION }}
5050
- name: Environment Information
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
node-version: ${{ env.NODE_VERSION }}
6666
- name: Set up Python ${{ env.PYTHON_VERSION }}
67-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
67+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
6868
with:
6969
python-version: ${{ env.PYTHON_VERSION }}
7070
- name: Environment Information
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
persist-credentials: false
124124
- name: Set up Python ${{ env.PYTHON_VERSION }}
125-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
125+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
126126
with:
127127
python-version: ${{ env.PYTHON_VERSION }}
128128
- name: Environment Information
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
persist-credentials: false
141141
- name: Use Python ${{ env.PYTHON_VERSION }}
142-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
142+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
143143
with:
144144
python-version: ${{ env.PYTHON_VERSION }}
145145
- name: Environment Information

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Harden Runner
36-
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
36+
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
3737
with:
3838
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3939

@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: Run analysis
46-
uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
46+
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
4747
with:
4848
results_file: results.sarif
4949
results_format: sarif
@@ -73,6 +73,6 @@ jobs:
7373

7474
# Upload the results to GitHub's code scanning dashboard.
7575
- name: Upload to code-scanning
76-
uses: github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
76+
uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
7777
with:
7878
sarif_file: results.sarif

.github/workflows/test-asan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
persist-credentials: false
5353
- name: Set up Python ${{ env.PYTHON_VERSION }}
54-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
54+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
5555
with:
5656
python-version: ${{ env.PYTHON_VERSION }}
5757
- name: Environment Information

0 commit comments

Comments
 (0)