Skip to content

Commit 91ad4ef

Browse files
committed
ci: bump socket-registry ci.yml pin to 1710ff0c
The previous pin (67bd6087, 2026-05-28) predated the install-action fix that tolerates the @socketsecurity/lib dlx rename + an unbuilt dist at setup time. socket-lib's own CI ran the unguarded import of @socketsecurity/lib/dlx/package, which resolves to the workspace self (6.0.7) whose dist isn't built at the install step — ERR_MODULE_NOT_FOUND. 1710ff0c invokes install@e605dccd, which try/catches that import and skips AgentShield with a warning instead of failing the job.
1 parent 722f42b commit 91ad4ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ concurrency:
2929
jobs:
3030
ci:
3131
name: Run CI Pipeline
32-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@67bd6087956fa1d6a9b216e76eafac17d762495b # main (2026-05-28)
32+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@1710ff0c384b95e23651b84da9f90f90e7c32e52 # main (2026-06-03)

0 commit comments

Comments
 (0)