Skip to content

Commit 662bbca

Browse files
committed
fix(ci): update internal references to 1f4ae0d
1 parent 1f4ae0d commit 662bbca

15 files changed

Lines changed: 27 additions & 27 deletions

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
fetch-depth: 100
5656

5757
- name: Setup environment
58-
uses: SocketDev/socket-registry/.github/actions/setup@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
58+
uses: SocketDev/socket-registry/.github/actions/setup@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # 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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
68+
uses: SocketDev/socket-registry/.github/actions/install@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # main
6969
with:
7070
working-directory: ${{ inputs.working-directory }}

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
using: 'composite'
3737
steps:
3838
- name: Setup debug
39-
uses: SocketDev/socket-registry/.github/actions/debug@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
39+
uses: SocketDev/socket-registry/.github/actions/debug@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # 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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # 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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
41+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # main
4242
with:
4343
node-version: 22
4444

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

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

.github/workflows/_local-not-for-reuse-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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
18+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # main
1919
secrets:
2020
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/_local-not-for-reuse-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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
25+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # main
2626
secrets:
2727
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/_local-not-for-reuse-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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
24+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # 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: 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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
27+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # main
2828
with:
2929
debug: ${{ inputs.debug }}
3030
autopilot: true

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
164+
uses: SocketDev/socket-registry/.github/workflows/lint.yml@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # 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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
176+
uses: SocketDev/socket-registry/.github/workflows/types.yml@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # 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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
188+
uses: SocketDev/socket-registry/.github/workflows/test.yml@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # 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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
208+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # main
209209
with:
210210
debug: ${{ inputs.debug }}
211211
node-version: ${{ inputs.type-check-node-version }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
65+
uses: SocketDev/socket-registry/.github/actions/debug@1f4ae0df40e5d4e506e9155db9c3c6a77864fdcc # main
6666
with:
6767
debug: ${{ inputs.debug }}
6868

.github/workflows/claude.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

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

0 commit comments

Comments
 (0)