@@ -131,7 +131,7 @@ jobs:
131131 - name : Setup pnpm
132132 uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
133133
134- - uses : SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
134+ - uses : SocketDev/socket-registry/.github/actions/install@6147a08ccc20fcb1f690dcc4650ec745776b3345 # main
135135
136136 - name : Setup macOS code signing
137137 if : matrix.os == 'macos'
@@ -379,7 +379,6 @@ jobs:
379379 TARGET_ARCH : ${{ matrix.arch }}
380380 DEBUG : ${{ inputs.debug && '1' || '' }}
381381 run : |
382- alias pnpm="$SFW_BIN pnpm"
383382 echo "🔨 Building binpress for ${PLATFORM}-${ARCH} (${BUILD_MODE} mode)"
384383
385384 # Use build script with --force to bypass checkpoint check
@@ -451,7 +450,6 @@ jobs:
451450 env :
452451 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
453452 run : |
454- alias pnpm="$SFW_BIN pnpm"
455453 # Run full functional tests on native x64 platforms (non-Linux).
456454 # Linux glibc tests run inside Docker to avoid LTO bytecode incompatibility.
457455 echo "Running functional tests for binpress..."
@@ -468,7 +466,6 @@ jobs:
468466 ARCH : ${{ matrix.arch }}
469467 LIBC : ${{ matrix.libc }}
470468 run : |
471- alias pnpm="$SFW_BIN pnpm"
472469 # Deterministic smoke test: native execution, Docker, QEMU, or static verification
473470 # All platforms now use PLATFORM_ARCH in build output path.
474471 if [ "${OS_TYPE}" = "windows" ]; then
@@ -599,7 +596,7 @@ jobs:
599596 - name : Setup pnpm
600597 uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
601598
602- - uses : SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
599+ - uses : SocketDev/socket-registry/.github/actions/install@6147a08ccc20fcb1f690dcc4650ec745776b3345 # main
603600
604601 - name : Setup macOS code signing
605602 if : matrix.os == 'macos'
@@ -823,7 +820,6 @@ jobs:
823820 TARGET_ARCH : ${{ matrix.arch }}
824821 DEBUG : ${{ inputs.debug && '1' || '' }}
825822 run : |
826- alias pnpm="$SFW_BIN pnpm"
827823 echo "🔨 Building binflate for ${PLATFORM}-${ARCH} (${BUILD_MODE} mode)"
828824
829825 # Use build script with --force to bypass checkpoint check
@@ -884,7 +880,6 @@ jobs:
884880 env :
885881 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
886882 run : |
887- alias pnpm="$SFW_BIN pnpm"
888883 # Run full functional tests on native x64 platforms (non-Linux).
889884 # Linux glibc tests run inside Docker to avoid LTO bytecode incompatibility.
890885 echo "Running functional tests for binflate..."
@@ -901,7 +896,6 @@ jobs:
901896 ARCH : ${{ matrix.arch }}
902897 LIBC : ${{ matrix.libc }}
903898 run : |
904- alias pnpm="$SFW_BIN pnpm"
905899 # Deterministic smoke test: native execution, Docker, QEMU, or static verification
906900 # All platforms now use PLATFORM_ARCH in build output path.
907901 if [ "${OS_TYPE}" = "windows" ]; then
@@ -1032,7 +1026,7 @@ jobs:
10321026 - name : Setup pnpm
10331027 uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
10341028
1035- - uses : SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
1029+ - uses : SocketDev/socket-registry/.github/actions/install@6147a08ccc20fcb1f690dcc4650ec745776b3345 # main
10361030
10371031 - name : Setup macOS code signing
10381032 if : matrix.os == 'macos'
@@ -1301,7 +1295,6 @@ jobs:
13011295 TARGET_ARCH : ${{ matrix.arch }}
13021296 DEBUG : ${{ inputs.debug && '1' || '' }}
13031297 run : |
1304- alias pnpm="$SFW_BIN pnpm"
13051298 echo "🔨 Building binject for ${PLATFORM}-${ARCH} (${BUILD_MODE} mode)"
13061299
13071300 # Use build script with --force to bypass checkpoint check.
@@ -1364,7 +1357,6 @@ jobs:
13641357 env :
13651358 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13661359 run : |
1367- alias pnpm="$SFW_BIN pnpm"
13681360 # Run full functional tests on native x64 platforms (non-Linux).
13691361 # Linux glibc tests run inside Docker to avoid LTO bytecode incompatibility.
13701362 echo "Running functional tests for binject..."
@@ -1381,7 +1373,6 @@ jobs:
13811373 ARCH : ${{ matrix.arch }}
13821374 LIBC : ${{ matrix.libc }}
13831375 run : |
1384- alias pnpm="$SFW_BIN pnpm"
13851376 # Deterministic smoke test: native execution, Docker, QEMU, or static verification
13861377 # All platforms now use PLATFORM_ARCH in build output path.
13871378 if [ "${OS_TYPE}" = "windows" ]; then
0 commit comments