File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
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@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
20
+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # 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 @@ -12,6 +12,6 @@ permissions:
12
12
13
13
jobs :
14
14
auto-review :
15
- uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
15
+ uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
16
16
secrets :
17
17
anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ permissions:
19
19
20
20
jobs :
21
21
claude :
22
- uses : SocketDev/socket-registry/.github/workflows/claude.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
22
+ uses : SocketDev/socket-registry/.github/workflows/claude.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
23
23
secrets :
24
24
anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ permissions:
8
8
9
9
jobs :
10
10
lint-check :
11
- uses : SocketDev/socket-registry/.github/workflows/lint.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
11
+ uses : SocketDev/socket-registry/.github/workflows/lint.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
21
21
22
22
jobs :
23
23
socket-auto-pr :
24
- uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
24
+ uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
25
25
with :
26
26
debug : ${{ inputs.debug }}
27
27
autopilot : true
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ permissions:
8
8
9
9
jobs :
10
10
test :
11
- uses : SocketDev/socket-registry/.github/workflows/test.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
11
+ uses : SocketDev/socket-registry/.github/workflows/test.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ permissions:
8
8
9
9
jobs :
10
10
type-check :
11
- uses : SocketDev/socket-registry/.github/workflows/types.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
11
+ uses : SocketDev/socket-registry/.github/workflows/types.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
You can’t perform that action at this time.
0 commit comments