Skip to content

Commit fbe7cab

Browse files
jdaltonclaude
andcommitted
chore(workflows): update socket-registry workflow SHAs to 5d91b07b
Update references to SocketDev/socket-registry workflows and actions to latest main branch SHA. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent aecb1b9 commit fbe7cab

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ permissions:
3838
jobs:
3939
ci:
4040
name: Run CI Pipeline
41-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@ed3c6104ebfbabb657432e79a7f77cf7d33df984 # 2025-10-31
41+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-31
4242
with:
4343
test-setup-script: 'pnpm --filter @socketsecurity/cli run build'
4444
lint-script: 'pnpm --filter @socketsecurity/cli run check'
@@ -66,7 +66,7 @@ jobs:
6666
# os: [ubuntu-latest, macos-latest, windows-latest]
6767
# shard: [1, 2, 3]
6868
# steps:
69-
# - uses: SocketDev/socket-registry/.github/actions/setup-and-install@51be85d39d3b4a42dd9d4712948b9d30a2e04794
69+
# - uses: SocketDev/socket-registry/.github/actions/setup-and-install@5d91b07baf94ad7372cd0b9476750b6b33ae5a61
7070
# with:
7171
# node-version: ${{ matrix.node-version }}
7272
#
@@ -89,7 +89,7 @@ jobs:
8989
node-version: ${{ fromJSON(inputs.node-versions || '[20, 22, 24]') }}
9090
os: [ubuntu-latest]
9191
steps:
92-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@51be85d39d3b4a42dd9d4712948b9d30a2e04794
92+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@5d91b07baf94ad7372cd0b9476750b6b33ae5a61
9393
with:
9494
node-version: ${{ matrix.node-version }}
9595

.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@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
15+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
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@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
22+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
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
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:
4545
autocrlf: false
46-
- uses: SocketDev/socket-registry/.github/actions/setup@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
46+
- uses: SocketDev/socket-registry/.github/actions/setup@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # main
4747
with:
4848
scope: '@socketsecurity'
4949
- name: Cache yoga-layout WASM

.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@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
24+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
2525
with:
2626
debug: ${{ inputs.debug }}
2727
autopilot: true

0 commit comments

Comments
 (0)