File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- name : 🚀 CI Pipeline
1+ name : ⚡ CI
22
33# Dependencies:
44# - SocketDev/socket-registry/.github/workflows/ci.yml
@@ -17,11 +17,11 @@ permissions:
1717jobs :
1818 ci :
1919 name : Run CI Pipeline
20- uses : SocketDev/socket-registry/.github/workflows/ci.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
20+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
2121 with :
2222 fail-fast : false
2323 lint-script : ' pnpm run lint --all'
24- node-versions : ' [20, 22, 24 ]'
24+ node-versions : ' ["24.10.0" ]'
2525 os-versions : ' ["ubuntu-latest", "windows-latest"]'
2626 test-script : ' pnpm run test --all'
2727 test-setup-script : ' pnpm run build'
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ permissions:
1515
1616jobs :
1717 auto-review :
18- uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
18+ uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
1919 secrets :
2020 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ permissions:
2222
2323jobs :
2424 claude :
25- uses : SocketDev/socket-registry/.github/workflows/claude.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
25+ uses : SocketDev/socket-registry/.github/workflows/claude.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
2626 secrets :
2727 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change 1- name : 📦 Publish to npm registry
1+ name : 📦 Publish
22
33# Dependencies:
44# - SocketDev/socket-registry/.github/workflows/provenance.yml
@@ -21,7 +21,7 @@ permissions:
2121
2222jobs :
2323 publish :
24- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
24+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
2525 with :
2626 debug : ${{ inputs.debug }}
2727 package-name : ' @socketregistry/packageurl-js'
Original file line number Diff line number Diff line change 1- name : 🔧 Socket Fix Auto Pull Request
1+ name : ⚡ Fix PR
22
33# Dependencies:
44# - SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml
@@ -24,7 +24,7 @@ permissions:
2424
2525jobs :
2626 socket-auto-pr :
27- uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
27+ uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
2828 with :
2929 debug : ${{ inputs.debug }}
3030 autopilot : true
You can’t perform that action at this time.
0 commit comments