Skip to content

Commit 08fba31

Browse files
committed
fix(ci): update socket-registry workflows to latest SHA (c61feb5)
1 parent c61feb5 commit 08fba31

15 files changed

Lines changed: 62 additions & 62 deletions

.github/actions/setup-and-install/action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: 'Setup and Install'
22
description: 'Checkout code, setup environment, and install dependencies'
33

44
# Dependencies:
5-
# - actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6-
# - SocketDev/socket-registry/.github/actions/setup@main
7-
# - SocketDev/socket-registry/.github/actions/debug@main
8-
# - pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
9-
# - actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
10-
# - SocketDev/socket-registry/.github/actions/install@main
5+
# - actions/checkout@v5.0.0
6+
# - SocketDev/socket-registry/.github/actions/setup
7+
# - SocketDev/socket-registry/.github/actions/debug
8+
# - pnpm/action-setup@v4.1.0
9+
# - actions/setup-node@v5.0.0
10+
# - SocketDev/socket-registry/.github/actions/install
1111

1212
inputs:
1313
checkout:
@@ -55,7 +55,7 @@ runs:
5555
fetch-depth: 100
5656

5757
- name: Setup environment
58-
uses: SocketDev/socket-registry/.github/actions/setup@main
58+
uses: SocketDev/socket-registry/.github/actions/setup@c61feb5e700271684d8bf553f82c674d3254385c # main
5959
with:
6060
debug: ${{ inputs.debug }}
6161
node-version: ${{ inputs.node-version }}
@@ -65,6 +65,6 @@ runs:
6565
working-directory: ${{ inputs.working-directory }}
6666

6767
- name: Install dependencies
68-
uses: SocketDev/socket-registry/.github/actions/install@main
68+
uses: SocketDev/socket-registry/.github/actions/install@c61feb5e700271684d8bf553f82c674d3254385c # main
6969
with:
7070
working-directory: ${{ inputs.working-directory }}

.github/actions/setup/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: 'Setup'
22
description: 'Setup debug, Node.js, and pnpm with caching'
33

44
# Dependencies:
5-
# - actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
6-
# - pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
7-
# - SocketDev/socket-registry/.github/actions/debug@main
5+
# - actions/setup-node@v5.0.0
6+
# - pnpm/action-setup@v4.1.0
7+
# - SocketDev/socket-registry/.github/actions/debug
88

99
inputs:
1010
debug:
@@ -36,7 +36,7 @@ runs:
3636
using: 'composite'
3737
steps:
3838
- name: Setup debug
39-
uses: SocketDev/socket-registry/.github/actions/debug@main
39+
uses: SocketDev/socket-registry/.github/actions/debug@c61feb5e700271684d8bf553f82c674d3254385c # main
4040
with:
4141
debug: ${{ inputs.debug }}
4242

.github/workflows/_local-not-for-reuse-ci.yml

Lines changed: 3 additions & 3 deletions
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@main
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@c61feb5e700271684d8bf553f82c674d3254385c # main
2121
with:
2222
coverage-script: 'pnpm run test:unit:coverage'
2323
coverage-report-script: 'pnpm run coverage:percent --json'
@@ -38,11 +38,11 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040

41-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@main
41+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@c61feb5e700271684d8bf553f82c674d3254385c # main
4242
with:
4343
node-version: 22
4444

45-
- uses: SocketDev/socket-registry/.github/actions/cache-npm-packages@main
45+
- uses: SocketDev/socket-registry/.github/actions/cache-npm-packages@c61feb5e700271684d8bf553f82c674d3254385c # main
4646

4747
- name: Build registry
4848
run: pnpm run build

.github/workflows/_local-not-for-reuse-claude-auto-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ⚙️ Claude Auto Review
22

33
# Dependencies:
4-
# - SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@main
4+
# - SocketDev/socket-registry/.github/workflows/claude-auto-review.yml
55

66
on:
77
pull_request:
@@ -15,6 +15,6 @@ permissions:
1515

1616
jobs:
1717
auto-review:
18-
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@main
18+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@c61feb5e700271684d8bf553f82c674d3254385c # main
1919
secrets:
2020
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/_local-not-for-reuse-claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ⚙️ Claude Code
22

33
# Dependencies:
4-
# - SocketDev/socket-registry/.github/workflows/claude.yml@main
4+
# - SocketDev/socket-registry/.github/workflows/claude.yml
55

66
on:
77
issue_comment:
@@ -22,6 +22,6 @@ permissions:
2222

2323
jobs:
2424
claude:
25-
uses: SocketDev/socket-registry/.github/workflows/claude.yml@main
25+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@c61feb5e700271684d8bf553f82c674d3254385c # main
2626
secrets:
2727
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/_local-not-for-reuse-provenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ⚙️ Publish to npm registry
22

33
# Dependencies:
4-
# - SocketDev/socket-registry/.github/workflows/provenance.yml@main
4+
# - SocketDev/socket-registry/.github/workflows/provenance.yml
55

66
on:
77
workflow_dispatch:
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
publish:
24-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@main
24+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@c61feb5e700271684d8bf553f82c674d3254385c # main
2525
with:
2626
debug: ${{ inputs.debug }}
2727
publish-script: 'package:npm:publish'

.github/workflows/_local-not-for-reuse-socket-auto-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ⚙️ Socket Fix Auto Pull Request
22

33
# Dependencies:
4-
# - SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@main
4+
# - SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml
55

66
on:
77
schedule:
@@ -24,7 +24,7 @@ permissions:
2424

2525
jobs:
2626
socket-auto-pr:
27-
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@main
27+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@c61feb5e700271684d8bf553f82c674d3254385c # main
2828
with:
2929
debug: ${{ inputs.debug }}
3030
autopilot: true

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: ⚡ CI Pipeline
77
# - SocketDev/socket-registry/.github/workflows/lint.yml
88
# - SocketDev/socket-registry/.github/workflows/types.yml
99
# - SocketDev/socket-registry/.github/workflows/test.yml
10-
# - SocketDev/socket-registry/.github/actions/setup-and-install@main
11-
# - actions/checkout (SHA-pinned)
12-
# - actions/upload-artifact (SHA-pinned)
10+
# - SocketDev/socket-registry/.github/actions/setup-and-install
11+
# - actions/checkout@v5.0.0
12+
# - actions/upload-artifact@v4.4.0
1313

1414
on:
1515
workflow_call:
@@ -161,7 +161,7 @@ jobs:
161161
lint:
162162
if: inputs.run-lint
163163
name: 🧹 Lint Check
164-
uses: SocketDev/socket-registry/.github/workflows/lint.yml@main
164+
uses: SocketDev/socket-registry/.github/workflows/lint.yml@c61feb5e700271684d8bf553f82c674d3254385c # main
165165
with:
166166
debug: ${{ inputs.debug }}
167167
lint-script: ${{ inputs.lint-script }}
@@ -173,7 +173,7 @@ jobs:
173173
type-check:
174174
if: inputs.run-type-check
175175
name: 🔍 Type Check
176-
uses: SocketDev/socket-registry/.github/workflows/types.yml@main
176+
uses: SocketDev/socket-registry/.github/workflows/types.yml@c61feb5e700271684d8bf553f82c674d3254385c # main
177177
with:
178178
debug: ${{ inputs.debug }}
179179
node-version: ${{ inputs.type-check-node-version }}
@@ -185,7 +185,7 @@ jobs:
185185
test:
186186
if: inputs.run-test
187187
name: 🧪 Test Matrix
188-
uses: SocketDev/socket-registry/.github/workflows/test.yml@main
188+
uses: SocketDev/socket-registry/.github/workflows/test.yml@c61feb5e700271684d8bf553f82c674d3254385c # main
189189
with:
190190
debug: ${{ inputs.debug }}
191191
fail-fast: ${{ inputs.fail-fast }}
@@ -205,7 +205,7 @@ jobs:
205205
steps:
206206
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
207207

208-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@main
208+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@c61feb5e700271684d8bf553f82c674d3254385c # main
209209
with:
210210
debug: ${{ inputs.debug }}
211211
node-version: ${{ inputs.type-check-node-version }}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: ⚡ Claude Auto Review
22

33
# Dependencies:
4-
# - actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5-
# - anthropics/claude-code-action@426380f01bad0a17200865605a85cb28926dccbf # v1.0.9
6-
# - oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
7-
# - SocketDev/socket-registry/.github/actions/debug@main
4+
# - actions/checkout@v5.0.0
5+
# - anthropics/claude-code-action@v1.0.9
6+
# - oven-sh/setup-bun@v2.0.2
7+
# - SocketDev/socket-registry/.github/actions/debug
88

99
on:
1010
workflow_call:
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6363

6464
- name: Setup debug
65-
uses: SocketDev/socket-registry/.github/actions/debug@main
65+
uses: SocketDev/socket-registry/.github/actions/debug@c61feb5e700271684d8bf553f82c674d3254385c # main
6666
with:
6767
debug: ${{ inputs.debug }}
6868

.github/workflows/claude.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: ⚡ Claude Code
22

33
# Dependencies:
4-
# - actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5-
# - anthropics/claude-code-action@426380f01bad0a17200865605a85cb28926dccbf # v1.0.9
6-
# - oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
7-
# - SocketDev/socket-registry/.github/actions/debug@main
4+
# - actions/checkout@v5.0.0
5+
# - anthropics/claude-code-action@v1.0.9
6+
# - oven-sh/setup-bun@v2.0.2
7+
# - SocketDev/socket-registry/.github/actions/debug
88

99
on:
1010
workflow_call:
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444

4545
- name: Setup debug
46-
uses: SocketDev/socket-registry/.github/actions/debug@main
46+
uses: SocketDev/socket-registry/.github/actions/debug@c61feb5e700271684d8bf553f82c674d3254385c # main
4747
with:
4848
debug: ${{ inputs.debug }}
4949

0 commit comments

Comments
 (0)