Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
5bfdc7e
doc,crypto: cleanup unlinked and self method references webcrypto.md
panva Aug 26, 2025
430691d
crypto: support SLH-DSA KeyObject, sign, and verify
panva Aug 26, 2025
b1d2878
crypto: add Argon2 Web Cryptography algorithms
panva Aug 26, 2025
19d633f
tools: add script to make reviewing backport PRs easier
aduh95 Aug 26, 2025
2417797
test_runner: set mock timer's interval undefined
hotpineapple Aug 27, 2025
11de6c7
doc: fix missing link to the Error documentation in the `http` page
estliberitas Aug 27, 2025
2e6225a
deps: update amaro to 1.1.2
nodejs-github-bot Aug 27, 2025
0379a8b
src: remove JSONParser
joyeecheung Aug 27, 2025
772f8f4
inspector: add http2 tracking support
RaisinTen Aug 27, 2025
0718a70
src: add name for more threads
theanarkh Aug 27, 2025
c206f8d
repl: add isValidParentheses check before wrap input
meixg Aug 27, 2025
a4a8ed8
build: compile bundled uvwasi conditionally
carlocab Aug 27, 2025
bf26b47
sea: allow using inspector command line flags with SEA
joyeecheung Aug 27, 2025
5761724
deps: V8: cherry-pick 6b1b9bca2a8
Xiao-Tao Aug 28, 2025
3276bfa
doc: update migration recomendations for `util.is**()` deprecations
AugustinMauroy Aug 28, 2025
4c48ec0
test: deflake test-http-keep-alive-empty-line
lpinca Aug 28, 2025
61d0a2d
doc: fix filehandle.read typo
ruyadorno Aug 28, 2025
1798683
test: skip test-fs-cp* tests that are constantly failing on Windows
joyeecheung Aug 28, 2025
1f6c335
test: mark test-inspector-network-fetch as flaky again
joyeecheung Aug 28, 2025
c8d6b60
doc: fix quic session instance typo
jakecastelli Aug 29, 2025
2086f33
vm: sync-ify SourceTextModule linkage
legendecas Aug 29, 2025
6ab9306
doc: update install_tools.bat free disk space
StefanStojanovic Aug 29, 2025
d6d05ba
worker: add cpu profile APIs for worker
theanarkh Aug 29, 2025
062b2f7
doc: improve documentation for raw headers in HTTP/2 APIs
pimterry Aug 29, 2025
3d88aa9
src: remove duplicate code
theanarkh Aug 29, 2025
56ac9a2
src: migrate WriteOneByte to WriteOneByteV2
legendecas Aug 29, 2025
df63d37
test: fix internet/test-dns
targos Aug 30, 2025
1a93df8
lib: revert to using default derived class constructors
Renegade334 Aug 30, 2025
5e025c7
stream: replace manual function validation with validateFunction
JinhyeokFang Aug 30, 2025
c161635
wasi: fix `clean` target in `test/wasi/Makefile`
aduh95 Aug 30, 2025
44d7b92
benchmark: calibrate config array-vs-concat
RafaelGSS Aug 30, 2025
87f829b
doc: mark `path.matchesGlob` as stable
avivkeller Aug 31, 2025
bda32af
build: use `windows-2025` runner
targos Aug 31, 2025
0748160
lib: fix DOMException subclass support
legendecas Aug 31, 2025
e69be56
fs: fix dereference: false on cpSync
npaun Aug 31, 2025
96db47f
doc: add Miles Guicent as triager
milesguicent Aug 31, 2025
88d1ca8
src: use non-deprecated Get/SetPrototype methods
targos Aug 31, 2025
15cbd39
src: separate module.hasAsyncGraph and module.hasTopLevelAwait
joyeecheung Sep 1, 2025
2e54411
worker: optimize cpu profile implement
theanarkh Sep 1, 2025
6523c2d
tools: update gyp-next to 0.20.4
nodejs-github-bot Sep 2, 2025
90d0a1b
src,sqlite: refactor value conversion
geeksilva97 Sep 2, 2025
15fa779
src: fix race on process exit and off thread CA loading
legendecas Sep 2, 2025
4a31715
build: fix 'implicit-function-declaration' on OpenHarmony platform
hqzing Sep 2, 2025
e7bf712
doc: update "Type stripping in dependencies" section
joshkel Sep 2, 2025
7bbbcf6
benchmark: sqlite prevent create both tables on prepare selects
brunocroh Sep 3, 2025
34d7525
src: fix build on NetBSD
0-wiz-0 Sep 4, 2025
8dbd0f1
tools: add sccache to `test-internet` workflow
aduh95 Sep 4, 2025
7f347fc
build: fix getting OpenSSL version on Windows
targos Sep 4, 2025
2cd6a3b
src: track async resources via pointers to stack-allocated handles
addaleax Sep 4, 2025
dcdb259
test_runner: fix todo inheritance
MoLow Sep 4, 2025
dbe6e63
esm: fix missed renaming in ModuleJob.runSync
joyeecheung Sep 4, 2025
5806ea0
meta: bump actions/checkout from 4.2.2 to 5.0.0
dependabot[bot] Sep 4, 2025
34f7ab5
meta: bump actions/cache from 4.2.3 to 4.2.4
dependabot[bot] Sep 4, 2025
01b66b1
meta: bump github/codeql-action from 3.29.2 to 3.30.0
dependabot[bot] Sep 4, 2025
0bf9775
sea: implement sea.getAssetKeys()
joyeecheung Sep 4, 2025
45d148d
meta: bump actions/download-artifact from 4.3.0 to 5.0.0
dependabot[bot] Sep 4, 2025
9b5eb6e
doc: fix missing links in the `errors` page
meteorqz6 Sep 5, 2025
bb0755d
meta: bump `codecov/codecov-action`
dependabot[bot] Sep 5, 2025
41245ad
test: skip more sea tests on Linux ppc64le
richardlau Sep 5, 2025
70d2d6d
url: add err.input to ERR_INVALID_FILE_URL_PATH
joyeecheung Sep 5, 2025
65e4e68
util: hide duplicated stack frames when using util.inspect
BridgeAR Sep 5, 2025
a414c1e
repl: fix REPL completion under unary expressions
kingsword09 Sep 5, 2025
45af696
deps: upgrade npm to 11.6.0
npm-cli-bot Sep 5, 2025
6313706
test: update WPT for urlpattern to cff1ac1123
nodejs-github-bot Sep 6, 2025
f12c1ad
deps: update googletest to eb2d85e
nodejs-github-bot Sep 6, 2025
3e4b1e7
crypto: add KMAC Web Cryptography algorithms
panva Sep 6, 2025
6696d1d
tools: improve error handling in node_mksnapshot
jasnell Sep 7, 2025
39befdd
lib: prefer TypedArrayPrototype primordials
panva Sep 7, 2025
3273143
util: use getOptionValue('--no-deprecation') in deprecated()
haramj Sep 4, 2025
6f79450
util: remove outdated TODO comment
haramj Sep 5, 2025
4b631be
crypto: support Ed448 and ML-DSA context parameter in Web Cryptography
panva Aug 11, 2025
7a8e2c2
crypto: support Ed448 and ML-DSA context parameter in node:crypto
panva Aug 23, 2025
f5b6829
doc,crypto: add description to the KEM and supports() methods
panva Sep 7, 2025
4fd213c
lib: fix isReadable and isWritable return type value
joaoGabriel55 Sep 7, 2025
8eb0d9d
fs: fix wrong order of file names in cpSync error message
npaun Sep 7, 2025
d944a87
crypto: refactor subtle methods to use synchronous import
panva Sep 7, 2025
377bdb9
tools: add v8windbg target
legendecas Sep 7, 2025
b2e8f40
util: remove unnecessary template strings
btea Sep 7, 2025
583b1b2
doc: update OpenSSL default security level to 2
JeetuSuthar Sep 8, 2025
3d22557
Revert "lib: optimize writable stream buffer clearing"
ri7116 Sep 8, 2025
155a999
test: skip tests failing when run under root
LiviaMedeiros Sep 8, 2025
ade1175
http: use cached '1.1' http version string
ronag Sep 8, 2025
68732cf
deps: update histogram to 0.11.9
nodejs-github-bot Sep 8, 2025
0340fe9
repl: do not cause side effects in tab completion
addaleax Sep 8, 2025
794ca35
tools: do not attempt to compress tgz archive
aduh95 Sep 8, 2025
010458d
esm: populate separate cache for require(esm) in imported CJS
joyeecheung Sep 8, 2025
89fa1a9
tools: remove unused actions from `build-tarball.yml`
aduh95 Sep 8, 2025
1eca2cc
tools: use sparse checkout in `build-tarball.yml`
aduh95 Sep 8, 2025
1f7f6df
diagnostics_channel: revoke DEP0163
Renegade334 Sep 8, 2025
ad5cfcc
typings: add missing properties in ConfigBinding
wlgh1553 Sep 8, 2025
15e547b
typings: add typing for 'uv'
JinhyeokFang Sep 8, 2025
f667215
path: refactor path joining logic for clarity and performance
wlgh1553 Sep 8, 2025
e476e43
util: fix numericSeparator with negative fractional numbers
Han5991 Sep 8, 2025
d913872
assert: cap input size in myersDiff to avoid Int32Array overflow
haramj Sep 9, 2025
0d1e53d
deps: update uvwasi to 0.0.23
nodejs-github-bot Sep 9, 2025
44c2465
src: fixup node_messaging error handling
jasnell Sep 9, 2025
83d11f8
tools: print appropriate output when test aborted
hotpineapple Sep 9, 2025
bcb29fb
src: correctly report memory changes to V8
thunder-coding Sep 9, 2025
8671a6c
doc: stabilize --disable-sigusr1
RafaelGSS Sep 9, 2025
2865d2a
http: unbreak keepAliveTimeoutBuffer
ronag Sep 9, 2025
92128a8
src: use DictionaryTemplate for node_url_pattern
jasnell Sep 10, 2025
74a0948
inspector: undici as shared-library should pass tests
Uzlopak Sep 10, 2025
f9ec1b6
2025-09-10, Version 24.8.0 (Current)
nodejs-github-bot Sep 9, 2025
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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/auto-start-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: needs.get-prs-for-ci.outputs.numbers != ''
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false

Expand Down
40 changes: 22 additions & 18 deletions .github/workflows/build-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ concurrency:
env:
PYTHON_VERSION: '3.12'
FLAKY_TESTS: keep_retrying
CC: sccache clang
CXX: sccache clang++
SCCACHE_GHA_ENABLED: 'true'

permissions:
contents: read
Expand All @@ -42,17 +39,13 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Set up sccache
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
with:
version: v0.10.0
- name: Environment Information
run: npx envinfo
- name: Make tarball
Expand All @@ -68,13 +61,20 @@ jobs:
with:
name: tarballs
path: tarballs
compression-level: 0
test-tarball-linux:
needs: build-tarball
runs-on: ubuntu-24.04
env:
CC: sccache clang
CXX: sccache clang++
SCCACHE_GHA_ENABLED: 'true'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
Expand All @@ -86,23 +86,27 @@ jobs:
- name: Environment Information
run: npx envinfo
- name: Download tarball
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with:
name: tarballs
path: tarballs
- name: Extract tarball
run: |
tar xzf tarballs/*.tar.gz -C $RUNNER_TEMP
echo "TAR_DIR=$RUNNER_TEMP/`basename tarballs/*.tar.gz .tar.gz`" >> $GITHUB_ENV
- name: Copy directories needed for testing
run: |
cp -r tools/eslint $TAR_DIR/tools
cp -r tools/eslint-rules $TAR_DIR/tools
- name: Build
run: |
cd $TAR_DIR
make build-ci -j4 V=1
make -C "$TAR_DIR" build-ci -j4 V=1
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
sparse-checkout: |
tools/eslint
tools/eslint-rules
- name: Move directories needed for testing
run: |
mv tools/eslint "$TAR_DIR/tools"
mv tools/eslint-rules "$TAR_DIR/tools"
- name: Test
run: |
cd $TAR_DIR
make run-ci -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9"
make -C "$TAR_DIR" run-ci -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9"
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml

- name: Autobuild
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
uses: github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
with:
category: /language:${{matrix.language}}
2 changes: 1 addition & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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
4 changes: 2 additions & 2 deletions .github/workflows/coverage-linux-without-intl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
Expand Down Expand Up @@ -79,6 +79,6 @@ jobs:
- name: Clean tmp
run: rm -rf coverage/tmp && rm -rf out
- name: Upload
uses: codecov/codecov-action@39a2af19d997be74586469d4062e173ecae614f6 # v5.4.3+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
with:
directory: ./coverage
4 changes: 2 additions & 2 deletions .github/workflows/coverage-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
Expand Down Expand Up @@ -79,6 +79,6 @@ jobs:
- name: Clean tmp
run: rm -rf coverage/tmp && rm -rf out
- name: Upload
uses: codecov/codecov-action@39a2af19d997be74586469d4062e173ecae614f6 # v5.4.3+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
with:
directory: ./coverage
6 changes: 3 additions & 3 deletions .github/workflows/coverage-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ permissions:
jobs:
coverage-windows:
if: github.event.pull_request.draft == false
runs-on: windows-2022
runs-on: windows-2025
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
Expand All @@ -71,6 +71,6 @@ jobs:
- name: Clean tmp
run: npx rimraf ./coverage/tmp
- name: Upload
uses: codecov/codecov-action@39a2af19d997be74586469d4062e173ecae614f6 # v5.4.3+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
with:
directory: ./coverage
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-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
ref: ${{ env.STAGING_BRANCH }}
persist-credentials: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/daily-wpt-fyi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
ref: ${{ env.NIGHTLY_REF || steps.setup-node.outputs.node-version }}
Expand All @@ -79,7 +79,7 @@ jobs:
run: rm -rf wpt
working-directory: test/fixtures
- name: Checkout epochs/daily WPT
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: web-platform-tests/wpt
persist-credentials: false
Expand All @@ -104,7 +104,7 @@ jobs:
run: rm -rf deps/undici
- name: Checkout undici
if: ${{ env.WPT_REPORT != '' }}
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: nodejs/undici
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build-lto:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Use Node.js ${{ env.NODE_VERSION }}
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-latest

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
persist-credentials: false

- name: Clone nodejs/TSC repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Lint release commit title format
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand All @@ -40,7 +40,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
Expand All @@ -55,7 +55,7 @@ jobs:
if: ${{ github.event.pull_request && github.event.pull_request.draft == false && github.base_ref == github.event.repository.default_branch }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand All @@ -118,7 +118,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
Expand All @@ -135,7 +135,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Use Python ${{ env.PYTHON_VERSION }}
Expand All @@ -153,7 +153,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- run: shellcheck -V
Expand All @@ -163,7 +163,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f
Expand All @@ -173,7 +173,7 @@ jobs:
if: ${{ github.event.pull_request }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 2
persist-credentials: false
Expand All @@ -182,7 +182,7 @@ jobs:
lint-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Get team members if possible
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Check commit message
Expand Down
Loading
Loading