Skip to content

Commit e6f84fe

Browse files
committed
ci: standardize workflow SHA comment format
Update workflow comment format from "# main" to "# 2025-10-23" for consistency with socket-registry shared workflow SHA references.
1 parent 2b0d023 commit e6f84fe

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@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
2121
with:
2222
fail-fast: false
2323
lint-script: 'pnpm run lint-ci'

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

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

1616
jobs:
1717
auto-review:
18-
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
18+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
1919
secrets:
2020
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
@@ -22,6 +22,6 @@ permissions:
2222

2323
jobs:
2424
claude:
25-
uses: SocketDev/socket-registry/.github/workflows/claude.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
25+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
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@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
24+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
2525
with:
2626
debug: ${{ inputs.debug }}
2727
package-name: '@socketregistry/lib'

.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@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
27+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
2828
with:
2929
debug: ${{ inputs.debug }}
3030
autopilot: true

0 commit comments

Comments
 (0)