@kungfu-tech/buildchain 2.9.0 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/buildchain.mjs +47 -0
- package/dist/site/agent-index.json +1 -0
- package/dist/site/artifact-schemas.json +1 -0
- package/dist/site/buildchain-contract.json +5 -5
- package/dist/site/buildchain-site.json +29 -22
- package/dist/site/cli-registry.json +239 -42
- package/dist/site/kfd-claims.json +2181 -1
- package/dist/site/manual-registry.json +6 -6
- package/dist/site/node-api-registry.json +17 -5
- package/dist/site/page-registry.json +17 -12
- package/dist/site/public-surface-audit.json +1969 -0
- package/dist/site/release-provenance.json +3 -0
- package/dist/site/site-manifest.json +11 -10
- package/dist/site/workflow-registry.json +741 -18
- package/docs/MAP.md +1 -0
- package/docs/cli.md +47 -0
- package/docs/release-flow.md +31 -0
- package/docs/release-passport.md +10 -0
- package/docs/site-bundle-contract.md +7 -0
- package/docs/web-surface-deployments.md +10 -0
- package/package.json +4 -1
- package/packages/core/buildchain-kfd-claims.js +118 -7
- package/packages/core/index.js +16 -0
- package/packages/core/public-surface-audit.js +298 -0
- package/packages/core/release-line-bootstrap.js +242 -0
- package/scripts/check-inventory.mjs +32 -1
- package/scripts/generate-site-bundle.mjs +95 -32
- package/scripts/web-surface-core.mjs +79 -6
|
@@ -1,63 +1,786 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"contract": "kungfu-buildchain-workflow-registry",
|
|
4
|
+
"workflowSource": ".github/workflows reverse input enumeration",
|
|
4
5
|
"workflows": [
|
|
5
6
|
{
|
|
6
|
-
"id": "build",
|
|
7
|
+
"id": ".build",
|
|
7
8
|
"path": ".github/workflows/.build.yml",
|
|
8
|
-
"
|
|
9
|
+
"inputs": [
|
|
10
|
+
"artifact-name",
|
|
11
|
+
"artifact-name-template",
|
|
12
|
+
"artifact-paths",
|
|
13
|
+
"artifact-relay-s3-bucket",
|
|
14
|
+
"artifact-relay-s3-download-role-arn",
|
|
15
|
+
"artifact-relay-s3-oidc-audience",
|
|
16
|
+
"artifact-relay-s3-prefix",
|
|
17
|
+
"artifact-relay-s3-region",
|
|
18
|
+
"artifact-relay-s3-role-arn",
|
|
19
|
+
"artifact-relay-s3-upload-role-arn",
|
|
20
|
+
"artifact-retention-days",
|
|
21
|
+
"artifact-transfer-mode",
|
|
22
|
+
"build-command",
|
|
23
|
+
"buildchain-contract-compatibility-policy",
|
|
24
|
+
"buildchain-contract-drift-issue-mode",
|
|
25
|
+
"buildchain-contract-lock-path",
|
|
26
|
+
"buildchain-ref",
|
|
27
|
+
"buildchain-repository",
|
|
28
|
+
"checkout-cache-fallback",
|
|
29
|
+
"checkout-cache-mirror-url-template",
|
|
30
|
+
"checkout-cache-mode",
|
|
31
|
+
"checkout-cache-reference-repository-template",
|
|
32
|
+
"checkout-cache-timeout-seconds",
|
|
33
|
+
"expected-artifacts-json",
|
|
34
|
+
"install-command",
|
|
35
|
+
"linux-container-image",
|
|
36
|
+
"linux-container-preset",
|
|
37
|
+
"node-version",
|
|
38
|
+
"platforms-json",
|
|
39
|
+
"process-sample-interval-ms",
|
|
40
|
+
"process-summary-path",
|
|
41
|
+
"publish-anchor-request-json",
|
|
42
|
+
"publish-channel",
|
|
43
|
+
"publish-refs-json",
|
|
44
|
+
"publish-registry",
|
|
45
|
+
"publish-source-ref",
|
|
46
|
+
"release-candidate",
|
|
47
|
+
"requested-parallelism",
|
|
48
|
+
"require-build",
|
|
49
|
+
"require-install",
|
|
50
|
+
"require-trusted-event",
|
|
51
|
+
"require-verify",
|
|
52
|
+
"runner-preset",
|
|
53
|
+
"sample-process-tree",
|
|
54
|
+
"setup-node",
|
|
55
|
+
"untrusted-policy",
|
|
56
|
+
"verify-command",
|
|
57
|
+
"working-directory"
|
|
58
|
+
],
|
|
59
|
+
"inputCount": 48,
|
|
60
|
+
"surface": "reusable-workflow",
|
|
9
61
|
"status": "active"
|
|
10
62
|
},
|
|
11
63
|
{
|
|
12
|
-
"id": "
|
|
64
|
+
"id": ".bump-minor-version",
|
|
65
|
+
"path": ".github/workflows/.bump-minor-version.yml",
|
|
66
|
+
"inputs": [],
|
|
67
|
+
"inputCount": 0,
|
|
68
|
+
"surface": "reusable-workflow",
|
|
69
|
+
"status": "active"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": ".release-docker",
|
|
73
|
+
"path": ".github/workflows/.release-docker.yml",
|
|
74
|
+
"inputs": [
|
|
75
|
+
"image-name"
|
|
76
|
+
],
|
|
77
|
+
"inputCount": 1,
|
|
78
|
+
"surface": "reusable-workflow",
|
|
79
|
+
"status": "active"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"id": ".release-elastic-beanstalk",
|
|
83
|
+
"path": ".github/workflows/.release-elastic-beanstalk.yml",
|
|
84
|
+
"inputs": [
|
|
85
|
+
"aws-region",
|
|
86
|
+
"eb-application-name",
|
|
87
|
+
"eb-environment-name"
|
|
88
|
+
],
|
|
89
|
+
"inputCount": 3,
|
|
90
|
+
"surface": "reusable-workflow",
|
|
91
|
+
"status": "active"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": ".release-new-version",
|
|
95
|
+
"path": ".github/workflows/.release-new-version.yml",
|
|
96
|
+
"inputs": [
|
|
97
|
+
"action-bump-version-path",
|
|
98
|
+
"action-bump-version-ref",
|
|
99
|
+
"action-bump-version-repository",
|
|
100
|
+
"aws-ci-region",
|
|
101
|
+
"aws-user-region",
|
|
102
|
+
"bucket-release-ci",
|
|
103
|
+
"bucket-release-user",
|
|
104
|
+
"bucket-staging-ci",
|
|
105
|
+
"bucket-staging-user",
|
|
106
|
+
"clean-release-ci",
|
|
107
|
+
"clean-release-user",
|
|
108
|
+
"close-issues",
|
|
109
|
+
"cloudfront-id-ci",
|
|
110
|
+
"cloudfront-id-user",
|
|
111
|
+
"cloudfront-paths-ci",
|
|
112
|
+
"cloudfront-paths-user",
|
|
113
|
+
"create-release-note",
|
|
114
|
+
"max-preview-links",
|
|
115
|
+
"need-qa-automated",
|
|
116
|
+
"node-version",
|
|
117
|
+
"protect-dev-branches",
|
|
118
|
+
"publish-aws-ci",
|
|
119
|
+
"publish-aws-user",
|
|
120
|
+
"publish-github-npm",
|
|
121
|
+
"publish-npmjs",
|
|
122
|
+
"publish-release-note",
|
|
123
|
+
"sync-extensions-version"
|
|
124
|
+
],
|
|
125
|
+
"inputCount": 27,
|
|
126
|
+
"surface": "reusable-workflow",
|
|
127
|
+
"status": "active"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id": ".release-verify",
|
|
131
|
+
"path": ".github/workflows/.release-verify.yml",
|
|
132
|
+
"inputs": [
|
|
133
|
+
"auto-approve-enabled",
|
|
134
|
+
"aws-ci-region",
|
|
135
|
+
"aws-user-region",
|
|
136
|
+
"bucket-staging-ci",
|
|
137
|
+
"bucket-staging-user",
|
|
138
|
+
"build-container-enabled",
|
|
139
|
+
"build-runner-linux",
|
|
140
|
+
"build-runner-linux-labels",
|
|
141
|
+
"build-runner-macos",
|
|
142
|
+
"build-runner-macos-labels",
|
|
143
|
+
"build-runner-windows",
|
|
144
|
+
"build-runner-windows-labels",
|
|
145
|
+
"build-timeout-minutes",
|
|
146
|
+
"buildchain-ref",
|
|
147
|
+
"buildchain-repository",
|
|
148
|
+
"builder-container",
|
|
149
|
+
"code-signing-macos",
|
|
150
|
+
"code-signing-windows",
|
|
151
|
+
"collaborator-automation-enabled",
|
|
152
|
+
"enable-linux",
|
|
153
|
+
"enable-macos",
|
|
154
|
+
"enable-windows",
|
|
155
|
+
"find-dependencies",
|
|
156
|
+
"java-version",
|
|
157
|
+
"manager",
|
|
158
|
+
"max-build-attempts",
|
|
159
|
+
"max-preview-links",
|
|
160
|
+
"node-version",
|
|
161
|
+
"pipenv-version",
|
|
162
|
+
"poetry-version",
|
|
163
|
+
"prebuild",
|
|
164
|
+
"preview-files",
|
|
165
|
+
"publish-aws-ci",
|
|
166
|
+
"publish-aws-user",
|
|
167
|
+
"publish-github-npm",
|
|
168
|
+
"publish-versioning",
|
|
169
|
+
"python-version",
|
|
170
|
+
"setup-env-timeout-minutes",
|
|
171
|
+
"setup-python-enabled",
|
|
172
|
+
"use-pipenv",
|
|
173
|
+
"use-poetry"
|
|
174
|
+
],
|
|
175
|
+
"inputCount": 41,
|
|
176
|
+
"surface": "reusable-workflow",
|
|
177
|
+
"status": "active"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"id": ".sam-release",
|
|
181
|
+
"path": ".github/workflows/.sam-release.yml",
|
|
182
|
+
"inputs": [
|
|
183
|
+
"aws-region",
|
|
184
|
+
"aws-role",
|
|
185
|
+
"aws-root",
|
|
186
|
+
"bucket-release"
|
|
187
|
+
],
|
|
188
|
+
"inputCount": 4,
|
|
189
|
+
"surface": "reusable-workflow",
|
|
190
|
+
"status": "active"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"id": ".sam-verify",
|
|
194
|
+
"path": ".github/workflows/.sam-verify.yml",
|
|
195
|
+
"inputs": [
|
|
196
|
+
"aws-region",
|
|
197
|
+
"aws-role",
|
|
198
|
+
"aws-root",
|
|
199
|
+
"manager"
|
|
200
|
+
],
|
|
201
|
+
"inputCount": 4,
|
|
202
|
+
"surface": "reusable-workflow",
|
|
203
|
+
"status": "active"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"id": ".sync-release-page",
|
|
207
|
+
"path": ".github/workflows/.sync-release-page.yml",
|
|
208
|
+
"inputs": [
|
|
209
|
+
"aws-region",
|
|
210
|
+
"aws-role-arn",
|
|
211
|
+
"base-id",
|
|
212
|
+
"bucket-release",
|
|
213
|
+
"cloudfront-id",
|
|
214
|
+
"exclude",
|
|
215
|
+
"lower-edge",
|
|
216
|
+
"product",
|
|
217
|
+
"product-name",
|
|
218
|
+
"release-path",
|
|
219
|
+
"release-url",
|
|
220
|
+
"repo",
|
|
221
|
+
"upper-edge"
|
|
222
|
+
],
|
|
223
|
+
"inputCount": 13,
|
|
224
|
+
"surface": "reusable-workflow",
|
|
225
|
+
"status": "active"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"id": ".sync-remote-git",
|
|
229
|
+
"path": ".github/workflows/.sync-remote-git.yml",
|
|
230
|
+
"inputs": [
|
|
231
|
+
"force",
|
|
232
|
+
"remote-host",
|
|
233
|
+
"remote-path",
|
|
234
|
+
"remote-repo"
|
|
235
|
+
],
|
|
236
|
+
"inputCount": 4,
|
|
237
|
+
"surface": "reusable-workflow",
|
|
238
|
+
"status": "active"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"id": ".web-surface",
|
|
13
242
|
"path": ".github/workflows/.web-surface.yml",
|
|
14
|
-
"
|
|
243
|
+
"inputs": [
|
|
244
|
+
"artifact-path",
|
|
245
|
+
"aws-region",
|
|
246
|
+
"build-command",
|
|
247
|
+
"buildchain-contract-compatibility-policy",
|
|
248
|
+
"buildchain-contract-drift-issue-mode",
|
|
249
|
+
"buildchain-contract-lock-path",
|
|
250
|
+
"buildchain-ref",
|
|
251
|
+
"buildchain-repository",
|
|
252
|
+
"node-version",
|
|
253
|
+
"preview-apply",
|
|
254
|
+
"preview-aws-role-arn",
|
|
255
|
+
"preview-cleanup-apply",
|
|
256
|
+
"preview-comment",
|
|
257
|
+
"preview-environment",
|
|
258
|
+
"production-apply",
|
|
259
|
+
"production-approved",
|
|
260
|
+
"production-aws-role-arn",
|
|
261
|
+
"production-environment",
|
|
262
|
+
"production-release-branch-channel",
|
|
263
|
+
"production-release-head-prefix",
|
|
264
|
+
"production-release-label",
|
|
265
|
+
"production-release-on-main",
|
|
266
|
+
"release-feedback-actor-privacy",
|
|
267
|
+
"staging-apply",
|
|
268
|
+
"staging-aws-role-arn",
|
|
269
|
+
"staging-environment",
|
|
270
|
+
"verify-command",
|
|
271
|
+
"working-directory"
|
|
272
|
+
],
|
|
273
|
+
"inputCount": 28,
|
|
274
|
+
"surface": "reusable-workflow",
|
|
275
|
+
"status": "active"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"id": ".wheel-release",
|
|
279
|
+
"path": ".github/workflows/.wheel-release.yml",
|
|
280
|
+
"inputs": [
|
|
281
|
+
"aws-region",
|
|
282
|
+
"aws-user-region",
|
|
283
|
+
"bucket-release"
|
|
284
|
+
],
|
|
285
|
+
"inputCount": 3,
|
|
286
|
+
"surface": "reusable-workflow",
|
|
287
|
+
"status": "active"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"id": ".wheel-verify",
|
|
291
|
+
"path": ".github/workflows/.wheel-verify.yml",
|
|
292
|
+
"inputs": [
|
|
293
|
+
"aws-user-region",
|
|
294
|
+
"bucket-release",
|
|
295
|
+
"max-preview-links",
|
|
296
|
+
"node-version",
|
|
297
|
+
"preview-files"
|
|
298
|
+
],
|
|
299
|
+
"inputCount": 5,
|
|
300
|
+
"surface": "reusable-workflow",
|
|
301
|
+
"status": "active"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"id": "binary-distribution",
|
|
305
|
+
"path": ".github/workflows/binary-distribution.yml",
|
|
306
|
+
"inputs": [
|
|
307
|
+
"tag",
|
|
308
|
+
"upload-release"
|
|
309
|
+
],
|
|
310
|
+
"inputCount": 2,
|
|
311
|
+
"surface": "release-passport",
|
|
312
|
+
"status": "active"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "build-surface-fixture",
|
|
316
|
+
"path": ".github/workflows/build-surface-fixture.yml",
|
|
317
|
+
"inputs": [
|
|
318
|
+
"artifact-transfer-mode"
|
|
319
|
+
],
|
|
320
|
+
"inputCount": 1,
|
|
321
|
+
"surface": "repository-workflow",
|
|
322
|
+
"status": "repository-internal"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"id": "buildchain-patrol-daily",
|
|
326
|
+
"path": ".github/workflows/buildchain-patrol-daily.yml",
|
|
327
|
+
"inputs": [
|
|
328
|
+
"buildchain-ref",
|
|
329
|
+
"dry-run"
|
|
330
|
+
],
|
|
331
|
+
"inputCount": 2,
|
|
332
|
+
"surface": "repository-patrol",
|
|
333
|
+
"status": "active"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"id": "buildchain-patrol-monthly",
|
|
337
|
+
"path": ".github/workflows/buildchain-patrol-monthly.yml",
|
|
338
|
+
"inputs": [
|
|
339
|
+
"buildchain-ref",
|
|
340
|
+
"dry-run"
|
|
341
|
+
],
|
|
342
|
+
"inputCount": 2,
|
|
343
|
+
"surface": "repository-patrol",
|
|
344
|
+
"status": "active"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "buildchain-patrol-weekly",
|
|
348
|
+
"path": ".github/workflows/buildchain-patrol-weekly.yml",
|
|
349
|
+
"inputs": [
|
|
350
|
+
"buildchain-ref",
|
|
351
|
+
"dry-run"
|
|
352
|
+
],
|
|
353
|
+
"inputCount": 2,
|
|
354
|
+
"surface": "repository-patrol",
|
|
355
|
+
"status": "active"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"id": "buildchain-patrol",
|
|
359
|
+
"path": ".github/workflows/buildchain-patrol.yml",
|
|
360
|
+
"inputs": [
|
|
361
|
+
"allowed-head-prefixes",
|
|
362
|
+
"block-labels",
|
|
363
|
+
"buildchain-ref",
|
|
364
|
+
"buildchain-repository",
|
|
365
|
+
"cadence",
|
|
366
|
+
"capabilities",
|
|
367
|
+
"dry-run",
|
|
368
|
+
"max-actions",
|
|
369
|
+
"merge-method",
|
|
370
|
+
"mode",
|
|
371
|
+
"ready-label",
|
|
372
|
+
"require-approval",
|
|
373
|
+
"required-status-checks",
|
|
374
|
+
"same-repository-only",
|
|
375
|
+
"target-branch"
|
|
376
|
+
],
|
|
377
|
+
"inputCount": 15,
|
|
378
|
+
"surface": "repository-patrol",
|
|
15
379
|
"status": "active"
|
|
16
380
|
},
|
|
17
381
|
{
|
|
18
382
|
"id": "buildchain-ref-promotion",
|
|
19
383
|
"path": ".github/workflows/buildchain-ref-promotion.yml",
|
|
384
|
+
"inputs": [
|
|
385
|
+
"dry-run",
|
|
386
|
+
"sha",
|
|
387
|
+
"target-ref"
|
|
388
|
+
],
|
|
389
|
+
"inputCount": 3,
|
|
20
390
|
"surface": "release-governance",
|
|
21
391
|
"status": "active"
|
|
22
392
|
},
|
|
393
|
+
{
|
|
394
|
+
"id": "candidate-lab",
|
|
395
|
+
"path": ".github/workflows/candidate-lab.yml",
|
|
396
|
+
"inputs": [
|
|
397
|
+
"buildchain_ref",
|
|
398
|
+
"legacy_workflows_ref",
|
|
399
|
+
"publish",
|
|
400
|
+
"target_fixture"
|
|
401
|
+
],
|
|
402
|
+
"inputCount": 4,
|
|
403
|
+
"surface": "repository-workflow",
|
|
404
|
+
"status": "repository-internal"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"id": "check",
|
|
408
|
+
"path": ".github/workflows/check.yml",
|
|
409
|
+
"inputs": [
|
|
410
|
+
"buildchain-ref",
|
|
411
|
+
"buildchain-repository",
|
|
412
|
+
"node-version",
|
|
413
|
+
"require-version-state",
|
|
414
|
+
"upload-artifacts",
|
|
415
|
+
"working-directory"
|
|
416
|
+
],
|
|
417
|
+
"inputCount": 6,
|
|
418
|
+
"surface": "repository-workflow",
|
|
419
|
+
"status": "active"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"id": "dev-pr-auto-merge",
|
|
423
|
+
"path": ".github/workflows/dev-pr-auto-merge.yml",
|
|
424
|
+
"inputs": [
|
|
425
|
+
"allowed-head-prefixes",
|
|
426
|
+
"block-labels",
|
|
427
|
+
"buildchain-ref",
|
|
428
|
+
"buildchain-repository",
|
|
429
|
+
"dry-run",
|
|
430
|
+
"max-merges",
|
|
431
|
+
"merge-method",
|
|
432
|
+
"ready-label",
|
|
433
|
+
"require-approval",
|
|
434
|
+
"required-status-checks",
|
|
435
|
+
"same-repository-only",
|
|
436
|
+
"target-branch"
|
|
437
|
+
],
|
|
438
|
+
"inputCount": 12,
|
|
439
|
+
"surface": "dev-governance",
|
|
440
|
+
"status": "active"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"id": "npm-publish",
|
|
444
|
+
"path": ".github/workflows/npm-publish.yml",
|
|
445
|
+
"inputs": [
|
|
446
|
+
"ref",
|
|
447
|
+
"run-check"
|
|
448
|
+
],
|
|
449
|
+
"inputCount": 2,
|
|
450
|
+
"surface": "repository-workflow",
|
|
451
|
+
"status": "active"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"id": "patrol-daily",
|
|
455
|
+
"path": ".github/workflows/patrol-daily.yml",
|
|
456
|
+
"inputs": [
|
|
457
|
+
"allowed-head-prefixes",
|
|
458
|
+
"block-labels",
|
|
459
|
+
"buildchain-ref",
|
|
460
|
+
"buildchain-repository",
|
|
461
|
+
"dry-run",
|
|
462
|
+
"max-actions",
|
|
463
|
+
"merge-method",
|
|
464
|
+
"ready-label",
|
|
465
|
+
"require-approval",
|
|
466
|
+
"required-status-checks",
|
|
467
|
+
"same-repository-only",
|
|
468
|
+
"target-branch"
|
|
469
|
+
],
|
|
470
|
+
"inputCount": 12,
|
|
471
|
+
"surface": "repository-patrol",
|
|
472
|
+
"status": "active"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"id": "patrol-monthly",
|
|
476
|
+
"path": ".github/workflows/patrol-monthly.yml",
|
|
477
|
+
"inputs": [
|
|
478
|
+
"buildchain-ref",
|
|
479
|
+
"buildchain-repository",
|
|
480
|
+
"dry-run",
|
|
481
|
+
"target-branch"
|
|
482
|
+
],
|
|
483
|
+
"inputCount": 4,
|
|
484
|
+
"surface": "repository-patrol",
|
|
485
|
+
"status": "active"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"id": "patrol-weekly",
|
|
489
|
+
"path": ".github/workflows/patrol-weekly.yml",
|
|
490
|
+
"inputs": [
|
|
491
|
+
"buildchain-ref",
|
|
492
|
+
"buildchain-repository",
|
|
493
|
+
"dry-run",
|
|
494
|
+
"target-branch"
|
|
495
|
+
],
|
|
496
|
+
"inputCount": 4,
|
|
497
|
+
"surface": "repository-patrol",
|
|
498
|
+
"status": "active"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"id": "release-candidate-promote",
|
|
502
|
+
"path": ".github/workflows/release-candidate-promote.yml",
|
|
503
|
+
"inputs": [
|
|
504
|
+
"allow-repository",
|
|
505
|
+
"artifact-name",
|
|
506
|
+
"artifact-patterns",
|
|
507
|
+
"branch-protection-bypass-apps",
|
|
508
|
+
"branch-protection-bypass-teams",
|
|
509
|
+
"branch-protection-bypass-users",
|
|
510
|
+
"buildchain-contract-compatibility-policy",
|
|
511
|
+
"buildchain-contract-drift-issue-mode",
|
|
512
|
+
"buildchain-contract-lock-path",
|
|
513
|
+
"buildchain-ref",
|
|
514
|
+
"buildchain-repository",
|
|
515
|
+
"channel",
|
|
516
|
+
"dry-run",
|
|
517
|
+
"github-release",
|
|
518
|
+
"github-release-notes",
|
|
519
|
+
"github-release-title",
|
|
520
|
+
"package-manager",
|
|
521
|
+
"publish-artifact-kind",
|
|
522
|
+
"publish-command",
|
|
523
|
+
"publish-dist-tag",
|
|
524
|
+
"publish-mode",
|
|
525
|
+
"publish-package-main",
|
|
526
|
+
"publish-package-set-order",
|
|
527
|
+
"publish-required-artifacts-json",
|
|
528
|
+
"publish-target",
|
|
529
|
+
"release-candidate-workflow-file",
|
|
530
|
+
"release-candidate-workflow-name",
|
|
531
|
+
"release-passport",
|
|
532
|
+
"release-passport-buildchain-self-kfd",
|
|
533
|
+
"release-passport-impact-json",
|
|
534
|
+
"release-passport-kfd-1-witness-jsons",
|
|
535
|
+
"release-passport-kfd-2-claim-jsons",
|
|
536
|
+
"release-passport-kfd-3-artifact-verify-command",
|
|
537
|
+
"release-passport-kfd-3-artifact-witness-jsons",
|
|
538
|
+
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
539
|
+
"release-passport-output-dir",
|
|
540
|
+
"release-passport-platform-manifest-paths",
|
|
541
|
+
"release-passport-product-name",
|
|
542
|
+
"required-artifact-count",
|
|
543
|
+
"required-status-check",
|
|
544
|
+
"runner-preset",
|
|
545
|
+
"target-ref",
|
|
546
|
+
"target-sha",
|
|
547
|
+
"trusted-publishing"
|
|
548
|
+
],
|
|
549
|
+
"inputCount": 44,
|
|
550
|
+
"surface": "release-governance",
|
|
551
|
+
"status": "active"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"id": "release-line-bootstrap",
|
|
555
|
+
"path": ".github/workflows/release-line-bootstrap.yml",
|
|
556
|
+
"inputs": [
|
|
557
|
+
"apply",
|
|
558
|
+
"create-alpha-pr",
|
|
559
|
+
"initial-version",
|
|
560
|
+
"major",
|
|
561
|
+
"minor",
|
|
562
|
+
"required-status-check",
|
|
563
|
+
"set-default-branch",
|
|
564
|
+
"source-ref"
|
|
565
|
+
],
|
|
566
|
+
"inputCount": 8,
|
|
567
|
+
"surface": "release-governance",
|
|
568
|
+
"status": "active"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"id": "release-new-version",
|
|
572
|
+
"path": ".github/workflows/release-new-version.yml",
|
|
573
|
+
"inputs": [],
|
|
574
|
+
"inputCount": 0,
|
|
575
|
+
"surface": "repository-workflow",
|
|
576
|
+
"status": "active"
|
|
577
|
+
},
|
|
23
578
|
{
|
|
24
579
|
"id": "release-propagation",
|
|
25
580
|
"path": ".github/workflows/release-propagation.yml",
|
|
581
|
+
"inputs": [
|
|
582
|
+
"buildchain-ref",
|
|
583
|
+
"buildchain-repository",
|
|
584
|
+
"downstream-base-ref",
|
|
585
|
+
"downstream-branch",
|
|
586
|
+
"downstream-repository",
|
|
587
|
+
"downstream-target",
|
|
588
|
+
"dry-run",
|
|
589
|
+
"graph-json",
|
|
590
|
+
"lock-path",
|
|
591
|
+
"pr-body",
|
|
592
|
+
"pr-title",
|
|
593
|
+
"source-node",
|
|
594
|
+
"upstream-release-json"
|
|
595
|
+
],
|
|
596
|
+
"inputCount": 13,
|
|
26
597
|
"surface": "release-propagation",
|
|
27
598
|
"status": "preview"
|
|
28
599
|
},
|
|
29
600
|
{
|
|
30
|
-
"id": "
|
|
31
|
-
"path": ".github/workflows/
|
|
32
|
-
"
|
|
601
|
+
"id": "release-verify",
|
|
602
|
+
"path": ".github/workflows/release-verify.yml",
|
|
603
|
+
"inputs": [],
|
|
604
|
+
"inputCount": 0,
|
|
605
|
+
"surface": "repository-workflow",
|
|
33
606
|
"status": "active"
|
|
34
607
|
},
|
|
35
608
|
{
|
|
36
|
-
"id": "
|
|
37
|
-
"path": ".github/workflows/
|
|
38
|
-
"
|
|
609
|
+
"id": "schedule-purge-artifacts",
|
|
610
|
+
"path": ".github/workflows/schedule-purge-artifacts.yml",
|
|
611
|
+
"inputs": [
|
|
612
|
+
"enable-legacy-purge"
|
|
613
|
+
],
|
|
614
|
+
"inputCount": 1,
|
|
615
|
+
"surface": "repository-workflow",
|
|
616
|
+
"status": "active"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"id": "self-hosted-runner-smoke",
|
|
620
|
+
"path": ".github/workflows/self-hosted-runner-smoke.yml",
|
|
621
|
+
"inputs": [],
|
|
622
|
+
"inputCount": 0,
|
|
623
|
+
"surface": "repository-workflow",
|
|
624
|
+
"status": "compatibility-fixture"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"id": "verify",
|
|
628
|
+
"path": ".github/workflows/verify.yml",
|
|
629
|
+
"inputs": [],
|
|
630
|
+
"inputCount": 0,
|
|
631
|
+
"surface": "repository-workflow",
|
|
39
632
|
"status": "active"
|
|
40
633
|
}
|
|
41
634
|
],
|
|
635
|
+
"actionSource": "actions/*/action.yml reverse input enumeration",
|
|
42
636
|
"actions": [
|
|
43
637
|
{
|
|
44
|
-
"id": "
|
|
45
|
-
"path": "actions/
|
|
638
|
+
"id": "promote-buildchain-ref",
|
|
639
|
+
"path": "actions/promote-buildchain-ref/action.yml",
|
|
640
|
+
"inputs": [
|
|
641
|
+
"allow-repository",
|
|
642
|
+
"branch-protection-bypass-apps",
|
|
643
|
+
"branch-protection-bypass-teams",
|
|
644
|
+
"branch-protection-bypass-users",
|
|
645
|
+
"dry-run",
|
|
646
|
+
"generated-ref-update-token",
|
|
647
|
+
"generated-status-check-token",
|
|
648
|
+
"github-release",
|
|
649
|
+
"github-release-notes",
|
|
650
|
+
"github-release-title",
|
|
651
|
+
"promote-only-release-candidate",
|
|
652
|
+
"publish-auth",
|
|
653
|
+
"publish-command",
|
|
654
|
+
"publish-dist-tag",
|
|
655
|
+
"publish-evidence-path",
|
|
656
|
+
"publish-mode",
|
|
657
|
+
"publish-package-main",
|
|
658
|
+
"publish-package-set-order",
|
|
659
|
+
"publish-required-artifacts-json",
|
|
660
|
+
"publish-source-locked",
|
|
661
|
+
"publish-source-ref",
|
|
662
|
+
"publish-source-sha",
|
|
663
|
+
"publish-tooling-sha",
|
|
664
|
+
"publish-transaction",
|
|
665
|
+
"publish-transaction-override",
|
|
666
|
+
"release-candidate-build-summary-path",
|
|
667
|
+
"release-candidate-passport-path",
|
|
668
|
+
"release-candidate-version",
|
|
669
|
+
"release-material-sha",
|
|
670
|
+
"release-passport",
|
|
671
|
+
"release-passport-build-summary-path",
|
|
672
|
+
"release-passport-buildchain-self-kfd",
|
|
673
|
+
"release-passport-impact-json",
|
|
674
|
+
"release-passport-kfd-1-witness-jsons",
|
|
675
|
+
"release-passport-kfd-2-claim-jsons",
|
|
676
|
+
"release-passport-kfd-3-artifact-verify-command",
|
|
677
|
+
"release-passport-kfd-3-artifact-witness-jsons",
|
|
678
|
+
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
679
|
+
"release-passport-output-dir",
|
|
680
|
+
"release-passport-platform-manifest-paths",
|
|
681
|
+
"release-passport-product-name",
|
|
682
|
+
"require-governance",
|
|
683
|
+
"require-publish-source-lock",
|
|
684
|
+
"require-version-state",
|
|
685
|
+
"required-status-check",
|
|
686
|
+
"sha",
|
|
687
|
+
"tags",
|
|
688
|
+
"target-ref",
|
|
689
|
+
"token",
|
|
690
|
+
"transaction-state-path",
|
|
691
|
+
"verification-command"
|
|
692
|
+
],
|
|
693
|
+
"inputCount": 51,
|
|
46
694
|
"status": "active"
|
|
47
695
|
},
|
|
48
696
|
{
|
|
49
|
-
"id": "
|
|
50
|
-
"path": "actions/
|
|
697
|
+
"id": "report-buildchain-issue",
|
|
698
|
+
"path": "actions/report-buildchain-issue/action.yml",
|
|
699
|
+
"inputs": [
|
|
700
|
+
"artifact-url",
|
|
701
|
+
"body",
|
|
702
|
+
"body-file",
|
|
703
|
+
"buildchain-ref",
|
|
704
|
+
"buildchain-version",
|
|
705
|
+
"channel",
|
|
706
|
+
"comment-cooldown-hours",
|
|
707
|
+
"consumer-ref",
|
|
708
|
+
"consumer-repository",
|
|
709
|
+
"consumer-sha",
|
|
710
|
+
"diagnosis",
|
|
711
|
+
"diagnostics-path",
|
|
712
|
+
"diagnostics-url",
|
|
713
|
+
"dry-run",
|
|
714
|
+
"fail-on-error",
|
|
715
|
+
"failure-code",
|
|
716
|
+
"fingerprint",
|
|
717
|
+
"friction-class",
|
|
718
|
+
"heavy-builds-json",
|
|
719
|
+
"job",
|
|
720
|
+
"labels",
|
|
721
|
+
"max-body-bytes",
|
|
722
|
+
"mode",
|
|
723
|
+
"next-action",
|
|
724
|
+
"passport-path",
|
|
725
|
+
"passport-url",
|
|
726
|
+
"pull-request",
|
|
727
|
+
"related-runs-json",
|
|
728
|
+
"release-intent",
|
|
729
|
+
"report-kind",
|
|
730
|
+
"repository",
|
|
731
|
+
"run-attempt",
|
|
732
|
+
"run-id",
|
|
733
|
+
"run-url",
|
|
734
|
+
"source-ref",
|
|
735
|
+
"source-sha",
|
|
736
|
+
"source-tree-hash",
|
|
737
|
+
"summary",
|
|
738
|
+
"target-repository",
|
|
739
|
+
"title",
|
|
740
|
+
"token",
|
|
741
|
+
"version",
|
|
742
|
+
"workflow"
|
|
743
|
+
],
|
|
744
|
+
"inputCount": 43,
|
|
51
745
|
"status": "active"
|
|
52
746
|
},
|
|
53
747
|
{
|
|
54
|
-
"id": "
|
|
55
|
-
"path": "actions/
|
|
748
|
+
"id": "run-lifecycle",
|
|
749
|
+
"path": "actions/run-lifecycle/action.yml",
|
|
750
|
+
"inputs": [
|
|
751
|
+
"artifact-name",
|
|
752
|
+
"artifact-paths",
|
|
753
|
+
"command",
|
|
754
|
+
"cwd",
|
|
755
|
+
"diagnostics-artifact-name",
|
|
756
|
+
"diagnostics-path",
|
|
757
|
+
"expected-artifacts-json",
|
|
758
|
+
"manifest-artifact-name",
|
|
759
|
+
"manifest-path",
|
|
760
|
+
"platform-id",
|
|
761
|
+
"platform-name",
|
|
762
|
+
"process-sample-interval-ms",
|
|
763
|
+
"process-samples-path",
|
|
764
|
+
"process-summary-path",
|
|
765
|
+
"process-summary-required",
|
|
766
|
+
"requested-parallelism",
|
|
767
|
+
"required",
|
|
768
|
+
"sample-process-tree",
|
|
769
|
+
"stage",
|
|
770
|
+
"summary-path"
|
|
771
|
+
],
|
|
772
|
+
"inputCount": 20,
|
|
56
773
|
"status": "active"
|
|
57
774
|
},
|
|
58
775
|
{
|
|
59
|
-
"id": "
|
|
60
|
-
"path": "actions/
|
|
776
|
+
"id": "validate-config",
|
|
777
|
+
"path": "actions/validate-config/action.yml",
|
|
778
|
+
"inputs": [
|
|
779
|
+
"config-required",
|
|
780
|
+
"require-lifecycle-stages",
|
|
781
|
+
"require-version-state"
|
|
782
|
+
],
|
|
783
|
+
"inputCount": 3,
|
|
61
784
|
"status": "active"
|
|
62
785
|
}
|
|
63
786
|
]
|