Skip to content

Commit 6f6cd0b

Browse files
committed
Update workflow SHA references to d0a45314245b7427bbf60cf42424acb07d51d9fe
1 parent 8d54b68 commit 6f6cd0b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
ci:
1919
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
2121
with:
2222
coverage-script: 'pnpm run test:unit:coverage'
2323
coverage-report-script: 'pnpm run coverage:percent --json'

.github/workflows/claude-auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ permissions:
1212

1313
jobs:
1414
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
1616
secrets:
1717
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ permissions:
1919

2020
jobs:
2121
claude:
22-
uses: SocketDev/socket-registry/.github/workflows/claude.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
22+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
2323
secrets:
2424
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ permissions:
88

99
jobs:
1010
lint-check:
11-
uses: SocketDev/socket-registry/.github/workflows/lint.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
11+
uses: SocketDev/socket-registry/.github/workflows/lint.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main

.github/workflows/socket-auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
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
2525
with:
2626
debug: ${{ inputs.debug }}
2727
autopilot: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ permissions:
88

99
jobs:
1010
test:
11-
uses: SocketDev/socket-registry/.github/workflows/test.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
11+
uses: SocketDev/socket-registry/.github/workflows/test.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main

.github/workflows/types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ permissions:
88

99
jobs:
1010
type-check:
11-
uses: SocketDev/socket-registry/.github/workflows/types.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
11+
uses: SocketDev/socket-registry/.github/workflows/types.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main

0 commit comments

Comments
 (0)