File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
17
17
jobs :
18
18
ci :
19
19
name : Run CI Pipeline
20
- uses : SocketDev/socket-registry/.github/workflows/ci.yml@797e90f4f82ac089a308acdc434d2027c2cd7d5d
20
+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
21
21
with :
22
22
coverage-script : ' pnpm run test:unit:coverage'
23
23
coverage-report-script : ' pnpm run coverage:percent --json'
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ permissions:
22
22
23
23
jobs :
24
24
claude :
25
- uses : SocketDev/socket-registry/.github/workflows/claude.yml@797e90f4f82ac089a308acdc434d2027c2cd7d5d
25
+ uses : SocketDev/socket-registry/.github/workflows/claude.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
26
26
secrets :
27
27
anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
21
21
22
22
jobs :
23
23
publish :
24
- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@186313d5e28fb40889e480bebe323a33e3aae6d6 # main
24
+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
25
25
with :
26
26
debug : ${{ inputs.debug }}
27
27
package-name : ' @socketregistry/packageurl-js'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ permissions:
24
24
25
25
jobs :
26
26
socket-auto-pr :
27
- uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@797e90f4f82ac089a308acdc434d2027c2cd7d5d
27
+ uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
28
28
with :
29
29
debug : ${{ inputs.debug }}
30
30
autopilot : true
You can’t perform that action at this time.
0 commit comments