tools: do not use short hashes for deps versioning to avoid collision

PR-URL: https://github.com/nodejs/node/pull/60407
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
This commit is contained in:
Antoine du Hamel 2025-10-27 15:20:25 +01:00 committed by Michaël Zasso
parent b11bc5984e
commit 999664c76d
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600

View File

@ -86,4 +86,4 @@ echo "$NEW_GYP" >"$DEPS_DIR/googletest/googletest.gyp"
# Update the version number on maintaining-dependencies.md
# and print the new version as the last line of the script as we need
# to add it to $GITHUB_ENV variable
finalize_version_update "googletest" "$NEW_VERSION"
finalize_version_update "googletest" "$NEW_UPSTREAM_SHA1"