Skip to content

Commit 81b8d9a

Browse files
committed
chore: update kubb-labs/config setup action reference
Update workflows to use the latest kubb-labs/config commit that includes the OIDC trusted publishing fix (drops registry-url input from setup-node). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0176nSgp9Pq5MmYs9sbQep7c
1 parent a363a6e commit 81b8d9a

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 2
2525

2626
- name: Setup Tools
27-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
27+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
2828
with:
2929
node-version: '22.22.3'
3030

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2727

2828
- name: Setup Tools
29-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
29+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
3030
with:
3131
node-version: '22.22.3'
3232

.github/workflows/pr.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858

5959
- name: Setup Tools
60-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
60+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
6161
with:
6262
node-version: '22.22.3'
6363

@@ -79,7 +79,7 @@ jobs:
7979
fetch-depth: 0
8080

8181
- name: Setup Tools
82-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
82+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
8383
with:
8484
node-version: '22.22.3'
8585

@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 0
105105

106106
- name: Setup Tools
107-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
107+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
108108
with:
109109
node-version: '22.22.3'
110110

@@ -134,7 +134,7 @@ jobs:
134134
fetch-depth: 1
135135

136136
- name: Setup Tools
137-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
137+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
138138
with:
139139
node-version: '22.22.3'
140140

@@ -160,7 +160,7 @@ jobs:
160160
fetch-depth: 2
161161

162162
- name: Setup Tools
163-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
163+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
164164
with:
165165
node-version: '22.22.3'
166166

@@ -185,7 +185,7 @@ jobs:
185185
fetch-depth: 1
186186

187187
- name: Setup Tools
188-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
188+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
189189
with:
190190
node-version: '22.22.3'
191191

@@ -232,7 +232,7 @@ jobs:
232232
fetch-depth: 0
233233

234234
- name: Setup Tools
235-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
235+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
236236
with:
237237
node-version: '22.22.3'
238238

@@ -258,7 +258,7 @@ jobs:
258258
fetch-depth: 1
259259

260260
- name: Setup Tools
261-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
261+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
262262
with:
263263
node-version: '22.22.3'
264264

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939

4040
- name: Setup Tools
41-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
41+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
4242
with:
4343
node-version: '22.22.3'
4444
cache: 'false'
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Release
5151
id: release
52-
uses: kubb-labs/config/.github/actions/release@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
52+
uses: kubb-labs/config/.github/actions/release@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
5353
with:
5454
github-token: ${{ secrets.GITHUB_TOKEN }}
5555
# Keeps tools/claude/.claude-plugin/plugin.json's version in step with the
@@ -94,7 +94,7 @@ jobs:
9494
fetch-depth: 0
9595

9696
- name: Setup Tools
97-
uses: kubb-labs/config/.github/setup@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
97+
uses: kubb-labs/config/.github/setup@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
9898
with:
9999
node-version: '22.22.3'
100100
cache: 'false'
@@ -108,7 +108,7 @@ jobs:
108108
# version independently.
109109
- name: Promote
110110
id: promote
111-
uses: kubb-labs/config/.github/actions/promote@da8a350ddbedb4dd9cf54b05b7ef1a4298c4f0dc # main
111+
uses: kubb-labs/config/.github/actions/promote@8315ece4b0abd547822f9b1f4c3d5544dd9b47e6 # main
112112
with:
113113
staged-packages: ${{ needs.release.outputs.staged_packages }}
114114
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)