File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ permissions:
3333jobs :
3434 ci :
3535 name : Run CI Pipeline
36- uses : SocketDev/socket-registry/.github/workflows/ci.yml@ed3c6104ebfbabb657432e79a7f77cf7d33df984 # 2025-10-31
36+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # 2025-10-31
3737 with :
3838 test-setup-script : ' pnpm --filter @socketsecurity/cli run build'
3939 lint-script : ' pnpm --filter @socketsecurity/cli run check'
6262 os : [ubuntu-latest, macos-latest, windows-latest]
6363 shard : [1, 2, 3]
6464 steps :
65- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@51be85d39d3b4a42dd9d4712948b9d30a2e04794
65+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@1a96ced97aaa85d61543351b90d6f463b983c46c
6666 with :
6767 node-version : ${{ matrix.node-version }}
6868
8585 node-version : ['24.10.0']
8686 os : [ubuntu-latest]
8787 steps :
88- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@51be85d39d3b4a42dd9d4712948b9d30a2e04794
88+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@1a96ced97aaa85d61543351b90d6f463b983c46c
8989 with :
9090 node-version : ${{ matrix.node-version }}
9191
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ permissions:
1212
1313jobs :
1414 auto-review :
15- uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
15+ uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # 2025-10-28
1616 secrets :
1717 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ permissions:
1919
2020jobs :
2121 claude :
22- uses : SocketDev/socket-registry/.github/workflows/claude.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
22+ uses : SocketDev/socket-registry/.github/workflows/claude.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # 2025-10-28
2323 secrets :
2424 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444 with :
4545 autocrlf : false
46- - uses : SocketDev/socket-registry/.github/actions/setup@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
46+ - uses : SocketDev/socket-registry/.github/actions/setup@1a96ced97aaa85d61543351b90d6f463b983c46c # main
4747 with :
4848 scope : ' @socketsecurity'
4949 - name : Cache yoga-layout WASM
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
2121
2222jobs :
2323 socket-auto-pr :
24- uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
24+ uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # 2025-10-28
2525 with :
2626 debug : ${{ inputs.debug }}
2727 autopilot : true
You can’t perform that action at this time.
0 commit comments