chore(deps): update SocketDev/socket-registry requirement to 1a96ced97aaa85d61543351b90d6f463b983c46c #130
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 🤖 Claude Auto Review | |
| on: | |
| pull_request: | |
| types: [opened] | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| id-token: write | |
| pull-requests: read | |
| jobs: | |
| auto-review: | |
| uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # 2025-10-28 | |
| secrets: | |
| anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} |