Skip to content

Commit 57b3903

Browse files
committed
Update workflow SHA references to d0a4531
1 parent d0a4531 commit 57b3903

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.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@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # 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@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
41+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
4242
with:
4343
node-version: 22
4444

45-
- uses: SocketDev/socket-registry/.github/actions/cache-npm-packages@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
45+
- uses: SocketDev/socket-registry/.github/actions/cache-npm-packages@d0a45314245b7427bbf60cf42424acb07d51d9fe # 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@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
18+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # 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@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
25+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # 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
@@ -26,7 +26,7 @@ permissions:
2626

2727
jobs:
2828
publish:
29-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@186313d5e28fb40889e480bebe323a33e3aae6d6 # main
29+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
3030
with:
3131
debug: ${{ inputs.debug }}
3232
force-publish: ${{ inputs.force-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@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
27+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # 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@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
164+
uses: SocketDev/socket-registry/.github/workflows/lint.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # 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@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
176+
uses: SocketDev/socket-registry/.github/workflows/types.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # 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@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
188+
uses: SocketDev/socket-registry/.github/workflows/test.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # 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@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
208+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
209209
with:
210210
debug: ${{ inputs.debug }}
211211
node-version: ${{ inputs.type-check-node-version }}

0 commit comments

Comments
 (0)