Skip to content

Commit fc6b342

Browse files
authored
chore(ci): bump socket-registry action refs to main (adb56973) (#531)
* chore(ci): bump socket-registry action refs to main (adb56973) * chore(ci): remove CI=true from weekly-update workflow
1 parent c7b983c commit fc6b342

File tree

2 files changed

+4
-36
lines changed

2 files changed

+4
-36
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
persist-credentials: false
5151
token: ${{ secrets.GITHUB_TOKEN }}
5252

53-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@b809e72d069356dfaf490134e9a20226dd9376c1 # main
53+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main
5454

5555
- name: Generate SDK
5656
# Fetches OpenAPI, generates types/api.d.ts and src/types-strict.ts
@@ -128,7 +128,7 @@ jobs:
128128
persist-credentials: false
129129
ref: automated/open-api
130130

131-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@b809e72d069356dfaf490134e9a20226dd9376c1 # main
131+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main
132132

133133
- name: Build SDK
134134
run: pnpm run build

.github/workflows/weekly-update.yml

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,7 @@ jobs:
2424
outputs:
2525
has-updates: ${{ steps.check.outputs.has-updates }}
2626
steps:
27-
- name: Checkout repository
28-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29-
with:
30-
persist-credentials: false
31-
32-
- name: Setup pnpm
33-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
34-
35-
- name: Setup Node.js
36-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
37-
with:
38-
node-version-file: .node-version
39-
cache: 'pnpm'
40-
41-
- name: Install dependencies
42-
run: pnpm install --frozen-lockfile
27+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main
4328

4429
- name: Check for npm updates
4530
id: check
@@ -62,23 +47,7 @@ jobs:
6247
contents: write
6348
pull-requests: write
6449
steps:
65-
- name: Checkout repository
66-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
67-
with:
68-
fetch-depth: 0
69-
persist-credentials: false
70-
71-
- name: Setup pnpm
72-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
73-
74-
- name: Setup Node.js
75-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
76-
with:
77-
node-version-file: .node-version
78-
cache: 'pnpm'
79-
80-
- name: Install dependencies
81-
run: pnpm install --frozen-lockfile
50+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main
8251

8352
- name: Install Claude Code
8453
run: npm install -g @anthropic-ai/claude-code
@@ -100,7 +69,6 @@ jobs:
10069
timeout-minutes: 30
10170
env:
10271
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
103-
CI: 'true'
10472
GITHUB_ACTIONS: 'true'
10573
run: |
10674
if [ -z "$ANTHROPIC_API_KEY" ]; then

0 commit comments

Comments
 (0)