Skip to content

Commit 59c75a0

Browse files
committed
Update socket-registry workflow SHAs to f5802f78a42b057a830e9f836c8332662b3a40b9
1 parent 679861f commit 59c75a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@797e90f4f82ac089a308acdc434d2027c2cd7d5d
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
2121
with:
2222
coverage-script: 'pnpm run test:unit:coverage'
2323
coverage-report-script: 'pnpm run coverage:percent --json'

.github/workflows/claude.yml

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

2323
jobs:
2424
claude:
25-
uses: SocketDev/socket-registry/.github/workflows/claude.yml@797e90f4f82ac089a308acdc434d2027c2cd7d5d
25+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
2626
secrets:
2727
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
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
publish:
24-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@186313d5e28fb40889e480bebe323a33e3aae6d6 # main
24+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
2525
with:
2626
debug: ${{ inputs.debug }}
2727
package-name: '@socketregistry/packageurl-js'

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

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

2525
jobs:
2626
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
2828
with:
2929
debug: ${{ inputs.debug }}
3030
autopilot: true

0 commit comments

Comments
 (0)