Skip to content

Commit 78cc9fb

Browse files
committed
Update workflow SHA references to d0a45314245b7427bbf60cf42424acb07d51d9fe
1 parent 446c647 commit 78cc9fb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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/provenance.yml

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

1919
jobs:
2020
publish:
21-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
21+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
2222
with:
2323
debug: ${{ inputs.debug }}
2424
package-name: '@socketsecurity/sdk'

.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

0 commit comments

Comments
 (0)