Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
120 commits
Select commit Hold shift + click to select a range
4deef48
deps: add ngtcp2 test binaries
jasnell Sep 20, 2025
2dd99d8
tests: start adding quic test server utilities
jasnell Sep 20, 2025
7eb3ceb
build: fix flags for ngtcp2 on IBM i
sravani1510 Oct 2, 2025
6249b4b
crypto: make --use-system-ca per-env rather than per-process
Aditi-1400 Mar 6, 2026
843a514
deps: update ngtcp2 to 1.19.0
nodejs-github-bot Jan 1, 2026
ef37d35
deps: update ngtcp2 to 1.20.0
nodejs-github-bot Jan 27, 2026
8897174
deps: update nghttp3 to 1.15.0
nodejs-github-bot Jan 27, 2026
e449997
deps: update ngtcp2 to 1.21.0
nodejs-github-bot Mar 30, 2026
d03e133
deps: update ngtcp2 to 1.22.0
nodejs-github-bot Apr 8, 2026
10862ce
quic: continue working on quic api bits
jasnell Oct 7, 2025
be757e1
test: skip quic tests that IBM i does not support
sravani1510 Oct 10, 2025
141dc0d
src: show original file name in FileHandle GC close errors
addaleax Nov 7, 2025
03d2b76
stream: add stream/iter Implementation
jasnell Mar 27, 2026
3504adc
test: add tests for experimental stream/iter implementation
jasnell Mar 27, 2026
9cfedcf
benchmark: add benchmarks for experimental stream/iter
jasnell Mar 27, 2026
407ac6f
stream: add stream/iter to classic stream adapters
jasnell Mar 23, 2026
dfee19c
doc: fix doubled word typo in stream_iter.md
watilde Apr 25, 2026
5585566
doc: minor structural stream/iter edits
Renegade334 May 5, 2026
043f784
stream: remove redundant method check from iter.pipeToSync
Renegade334 May 5, 2026
49b7ff4
stream: minor stream/iter implementation edits
Renegade334 May 8, 2026
64b4f5f
stream: cache minimum cursor count in share
trivikr May 14, 2026
55cdd8f
stream: preserve toReadableSync batch after backpressure
trivikr May 15, 2026
454cfe4
stream: optimize single-slot push queue drain
trivikr May 15, 2026
a2920c9
stream: validate fromWritable() options before cache
trivikr May 15, 2026
052f320
stream: uncork fromWritable writev on chunk error
trivikr May 15, 2026
5a51297
stream: validate broadcast writer writev chunks
trivikr May 16, 2026
4485264
stream: avoid retrying accepted pipeTo writes
trivikr May 16, 2026
d52c921
stream: cache minimum cursor count in broadcast
trivikr May 17, 2026
a92de37
stream: limit iter from sync iterable batches
trivikr May 17, 2026
5c46666
stream: fix merge handling for object-like sources
trivikr May 17, 2026
cd12698
stream: add sync iterable fast path to pipeTo
trivikr May 17, 2026
a448876
benchmark: respect stream/iter broadcast backpressure
trivikr May 18, 2026
289382a
doc: fix promise nomenclature in `stream_iter.md`
aduh95 May 20, 2026
c13c238
stream: align `Readable.toWeb` termination with eos
ikeyan May 19, 2026
dbd994b
stream: disallow writing string chunk with 'buffer' encoding
Renegade334 May 19, 2026
c4778ac
stream: propagate abort reason in share and broadcast
trivikr May 23, 2026
0b0455a
stream: avoid duplicate writes in toWritable
trivikr May 23, 2026
234aff9
stream: flush each fused stateless transform
trivikr May 23, 2026
22e2255
stream: wait for push writer end fallback to drain
trivikr May 25, 2026
416bc11
stream: reject pending reads on iterator throw
trivikr May 27, 2026
a8d981d
stream: fix lint error
aduh95 May 27, 2026
c90f668
stream: serialize concurrent share consumer reads
trivikr May 28, 2026
6e498a8
stream: settle pending broadcast reads on return
trivikr May 31, 2026
493da0b
stream: handle sync writev completion in pipeTo
trivikr Jun 1, 2026
004e233
stream: fast-path stateless transform flush results
trivikr Jun 4, 2026
116642a
stream: reject pull() reads on abort
trivikr Jun 7, 2026
2c96672
stream: fix pipeToSync byte accounting
trivikr Jun 8, 2026
b3cc975
stream: remove transform-writer handling in pipeTo
trivikr Jun 15, 2026
ba78a48
stream: refine the stream/iter backpressure
jasnell Jun 17, 2026
3172f24
stream: keep overlapping broadcast reads pending
trivikr Jun 20, 2026
53b19ed
stream: handle setEncoding after buffered data
mcollina Jun 20, 2026
12a0331
stream: handle falsy push writer fail reasons
trivikr Jun 1, 2026
4d2ac7d
stream: respect iter consumer abort signals
trivikr Jun 22, 2026
440afad
stream: observe abort while awaiting pipeTo source
trivikr Jun 22, 2026
88a61b5
stream: normalize Broadcast.from() byte inputs
trivikr Jun 30, 2026
40bdc10
stream: refactor unnecessary optional chaining away
aduh95 Jul 4, 2026
f597096
stream: fix merge abort for pending sources
trivikr Jul 4, 2026
b4e065c
stream: reject iter consumers on abort
trivikr Jul 4, 2026
285d8dc
quic: complete the internal implementation of QUIC
jasnell Apr 21, 2026
7674a2a
deps: update ngtcp2 to 1.22.1
nodejs-github-bot May 8, 2026
e809919
deps: update nghttp3 to 1.16.0
nodejs-github-bot Jun 9, 2026
8bd15c7
deps: update ngtcp2 to 1.23.0
nodejs-github-bot Jun 9, 2026
3dc6c69
deps: update nghttp3 to 1.17.0
nodejs-github-bot Jun 30, 2026
aeee8c5
quic: ignore coverage for quic files
jasnell May 6, 2026
3429f1f
doc: improve quic documentation
jasnell May 8, 2026
5e291f2
quic: remove unused env_ variable in session_manager.h/cc
jasnell May 7, 2026
37567bd
quic: fixup quic stream variable chunk len
jasnell May 10, 2026
caf01fb
quic: send correct OpenSSL alert for ALPN mismatches
pimterry May 15, 2026
a004e78
quic: improve backend quic packet processing
jasnell May 12, 2026
4f4bd1f
test: fixup quic tests
jasnell May 12, 2026
9e4dbe6
quic: improve batching of packet sending
jasnell May 12, 2026
c5450c2
quic: add support for future ECN marking
jasnell May 12, 2026
4a3f7f5
quic: cache the timestamp on send and receive
jasnell May 12, 2026
19a50ea
quic: eliminate per-received datagram allocation
jasnell May 12, 2026
1c16438
quic: fix crash in early handshake failure
jasnell May 12, 2026
b5c5e45
quic: add handshake timeout and default connection limits
jasnell May 12, 2026
74d0694
quic: add aliased struct arenas
jasnell May 13, 2026
4cf7ab3
quic: improve internal structure of QuicStream
jasnell May 13, 2026
31297b0
quic: improve the quic js structure
jasnell May 14, 2026
30c2b63
quic: fix UAF in Application::OnTimeout()
jasnell May 14, 2026
95887d2
quic: fixup UAFs in bindingdata, streams, and app
jasnell May 14, 2026
6759b6c
quic: fix premature unref of endpoint when listening
jasnell May 14, 2026
eeeef8c
quic: fixup some v8:: qualifiers
jasnell May 14, 2026
826ced5
quic: fix tests that are missing serverEndpoint close
jasnell May 14, 2026
639cea9
quic: apply multiple additional minor improvements
jasnell May 15, 2026
2c22852
quic: coalesce received data into fewer buffers
jasnell May 15, 2026
e395649
quic: improve stream header collection performance
jasnell May 16, 2026
38d37f1
quic: enable recvmmsg batching in Endpoint
jasnell May 16, 2026
a924268
quic: add initial RTT option to session options
jasnell May 16, 2026
08223cf
quic: improve recv coalescing test sizes
jasnell May 16, 2026
68146b3
quic: add getters for local and remote transport parameters
jasnell May 16, 2026
2296db5
quic: add applicationOptions to session
jasnell May 16, 2026
4667d04
quic: add doc note about certificate size limitations
jasnell May 17, 2026
2d36ce9
quic: flip preferred address policy default to 'ignore'
jasnell May 17, 2026
38d6984
quic: refine rate limiting
jasnell May 17, 2026
89c95c9
quic: add session creation rate limiting
jasnell May 17, 2026
39f1dbe
quic: cache timestamp for address lru cache
jasnell May 17, 2026
adc7d1f
quic: add rate limiting docs
jasnell May 17, 2026
b4cfcaa
quic: handle h3 max header size option
jasnell May 17, 2026
96543d6
quic: improve peer cert verification
jasnell May 17, 2026
b2e4abb
quic: add block list support for endpoints
jasnell May 17, 2026
f1d09ee
quic: add stream idle timeout
jasnell May 17, 2026
255c55c
quic: support hostname verification
jasnell May 23, 2026
5c9405e
quic: add proper error codes & messages for QUIC failures
pimterry May 28, 2026
cef416e
quic: add listEndpoints API
jasnell May 24, 2026
5e712c9
quic: fix broken listEndpoints export, test callbacks & nghttp3 include
pimterry Jun 14, 2026
2f0756c
quic: impl. cb for http/3 settings/app. options
martenrichter Jun 10, 2026
edde036
quic: fix reader backpressure deadlock on idle connections
pimterry Jun 20, 2026
312b669
quic: expose QUIC certificates as JS X509Certificate, not raw handles
pimterry Jun 20, 2026
b13bf70
quic: fix get_reader bug that dropped data on FIN
pimterry Jun 20, 2026
4055783
quic: fixes undefined handle in QuicStream kInspect
martenrichter Jul 2, 2026
fb79dcc
quic: drop version negotiation packets with oversized CIDs
3zrv Jul 6, 2026
69c3ec2
doc: clarify fromReadable() duck-typed contract
trivikr Jun 15, 2026
c463de2
doc: remove unsupported syntax from `stream_iter.md`
aduh95 Jul 21, 2026
720d681
build: add QUIC CI job for PRs matching QUIC related paths
pimterry Jun 19, 2026
8939ddf
meta: update sccache version in test-linux-quic
Renegade334 Jun 23, 2026
79cb57d
build: pin envinfo versions in github actions
joyeecheung Jun 26, 2026
cc7e91b
tools: remove `envinfo` from our workflows
aduh95 Jul 4, 2026
56c462b
meta: bump actions/setup-python from 6.2.0 to 6.3.0
dependabot[bot] Jul 3, 2026
421ba7e
meta: bump actions/checkout from 6.0.2 to 7.0.0
dependabot[bot] Jul 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 4 additions & 8 deletions .github/workflows/build-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,13 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Environment Information
run: npx envinfo
- name: Make tarball
run: |
export DISTTYPE=nightly
Expand All @@ -71,22 +69,20 @@ jobs:
SCCACHE_GHA_ENABLED: ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
SCCACHE_IDLE_TIMEOUT: '0'
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
sparse-checkout: .github/actions/install-clang
sparse-checkout-cone-mode: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Set up sccache
if: github.base_ref == 'main' || github.ref_name == 'main'
uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
with:
version: v0.16.0
- name: Environment Information
run: npx envinfo
- name: Download tarball
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
echo "plusOne=$((${{ github.event.pull_request.commits }} + 1))" >> $GITHUB_OUTPUT
echo "minusOne=$((${{ github.event.pull_request.commits }} - 1))" >> $GITHUB_OUTPUT
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: ${{ steps.nb-of-commits.outputs.plusOne }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: needs.get_mergeable_prs.outputs.numbers != ''
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
# A personal token is required because pushing with GITHUB_TOKEN will
# prevent commits from running CI after they land. It needs
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/coverage-linux-without-intl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,18 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Set up sccache
if: github.base_ref == 'main' || github.ref_name == 'main'
uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
with:
version: v0.16.0
- name: Environment Information
run: npx envinfo
- name: Install gcovr
run: pip install gcovr==7.2
- name: Configure
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/coverage-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,18 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Set up sccache
if: github.base_ref == 'main' || github.ref_name == 'main'
uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
with:
version: v0.16.0
- name: Environment Information
run: npx envinfo
- name: Install gcovr
run: pip install gcovr==7.2
- name: Configure
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/coverage-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,15 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: windows-2025
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install deps
run: choco install nasm
- name: Environment Information
run: npx envinfo
- name: Build
run: ./vcbuild.bat clang-cl
# TODO(bcoe): investigate tests that fail with coverage enabled
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
RELEASE_LINE: ${{ inputs.release-line }}
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
ref: ${{ env.STAGING_BRANCH }}
persist-credentials: false
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/daily-wpt-fyi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ jobs:
runs-on: ubuntu-24.04-arm
steps:
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Environment Information
run: npx envinfo

# install a version and checkout
- name: Get latest nightly
Expand All @@ -63,7 +61,7 @@ jobs:
SHORT_SHA=$(node -p 'process.version.split(/-nightly\d{8}/)[1]')
echo "NIGHTLY_REF=$(gh api /repos/nodejs/node/commits/$SHORT_SHA --jq '.sha')" >> $GITHUB_ENV
- name: Checkout ${{ steps.setup-node.outputs.node-version }}
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
ref: ${{ env.NIGHTLY_REF || steps.setup-node.outputs.node-version }}
Expand All @@ -79,7 +77,7 @@ jobs:
run: rm -rf wpt
working-directory: test/fixtures
- name: Checkout epochs/daily WPT
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
repository: web-platform-tests/wpt
persist-credentials: false
Expand Down Expand Up @@ -110,7 +108,7 @@ jobs:
# version-specific checkout above overwrites .github/actions/
- name: Checkout undici WPT actions
if: ${{ env.WPT_REPORT != '' }}
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
sparse-checkout: |
.github/actions/undici-wpt-current
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ jobs:
if: github.repository == 'nodejs/node' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: ${{ env.NODE_VERSION }}
- name: Environment Information
run: npx envinfo
- name: Build lto
run: |
sudo apt-get update && sudo apt-get install ninja-build -y
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: ${{ env.NODE_VERSION }}
- name: Environment Information
run: npx envinfo
- name: Build
run: NODE=$(command -v node) make doc-only
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/find-inactive-collaborators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-slim

steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/find-inactive-tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

steps:
- name: Checkout the repo
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
persist-credentials: false

- name: Clone nodejs/TSC repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
path: .tmp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.repository == 'nodejs/node'
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- run: ./tools/license-builder.sh # Run the license builder tool
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-release-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
fetch-depth: 2
Expand Down
Loading