@kungfu-tech/buildchain 4.0.2-alpha.2 → 4.0.2-alpha.20
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/architecture/agent-change-map.md +52 -1
- package/architecture/ci-lane-change-budget.json +349 -0
- package/architecture/internal-capabilities.json +44 -1
- package/architecture/maintainability-debt.json +53 -33
- package/architecture/maintainability-policy.json +20 -15
- package/architecture/v3-core-mechanism-inventory.json +1 -0
- package/architecture/v4-delivery-warrant-shadow-fixtures.json +5 -5
- package/architecture/v4-release-invocation-fixtures.json +20 -0
- package/architecture/v4-release-topology.json +160 -84
- package/architecture/v4-runtime-semantic-closure.json +4 -1
- package/architecture/v4-universal-workflow-bootstrap.json +171 -0
- package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
- package/architecture/v4-universal-workflow-train-admission.json +40 -0
- package/contracts/buildchain-v2-residuals-v1.json +0 -54
- package/contracts/v4-release-invocation-v1.schema.json +50 -2
- package/dist/site/buildchain-contract.json +87 -42
- package/dist/site/buildchain-site.json +15 -10
- package/dist/site/capability-registry.json +1 -1
- package/dist/site/controller-registry.json +46 -10
- package/dist/site/kfd-claims.json +174 -196
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +2 -2
- package/dist/site/node-api-registry.json +95 -20
- package/dist/site/page-registry.json +9 -4
- package/dist/site/public-surface-audit.json +178 -198
- package/dist/site/publication-authority-registry.json +67 -57
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +6 -6
- package/dist/site/workflow-registry.json +209 -259
- package/docs/node-api-reference.md +25 -22
- package/docs/reusable-build-surface.md +16 -0
- package/package.json +2 -2
- package/packages/core/buildchain-publication-authority.js +3 -2
- package/packages/core/ci-lane-change-budget.js +14 -1
- package/packages/core/dev-delivery-candidate-identity.js +18 -0
- package/packages/core/dev-delivery-execution-transfer.js +6 -7
- package/packages/core/dev-delivery-warrant-legacy-recovery.js +4 -2
- package/packages/core/dev-delivery-warrant-native-compatibility.js +33 -0
- package/packages/core/dev-delivery-warrant-state.js +42 -26
- package/packages/core/dev-delivery-warrant.js +8 -0
- package/packages/core/dev-delivery-writer-protocol-transition.js +72 -0
- package/packages/core/release-tail-product-capabilities.js +29 -0
- package/packages/core/release-tail-provider-plane.js +3 -3
- package/packages/core/v4-canonical-contracts.js +6 -0
- package/packages/core/v4-product-publication.js +387 -0
- package/packages/core/v4-protected-publication-source.js +93 -0
- package/packages/core/v4-publication-qualification.js +1 -0
- package/packages/core/v4-release-invocation.js +72 -3
- package/packages/core/v4-universal-workflow-bootstrap.js +586 -0
- package/scripts/check-inventory.mjs +13 -22
- package/scripts/check-maintainability.mjs +16 -113
- package/scripts/check-v4-release-topology.mjs +296 -40
- package/scripts/check-v4-universal-workflow-bootstrap.mjs +265 -0
- package/scripts/dev-delivery-warrant-store.mjs +73 -7
- package/scripts/dev-delivery-warrant-transition.mjs +109 -0
- package/scripts/dev-delivery-warrant.mjs +84 -100
- package/scripts/dev-pr-auto-merge.mjs +15 -15
- package/scripts/generate-channel-build-workflow.mjs +5 -1
- package/scripts/generate-channel-promotion-workflow.mjs +5 -3
- package/scripts/generate-v4-universal-workflow-facades.mjs +415 -0
- package/scripts/maintainability-public-surface.mjs +115 -0
- package/scripts/release-candidate-resolver.mjs +23 -24
- package/scripts/resume-from-candidate-run.mjs +16 -17
- package/scripts/universal-facade-maintainability.mjs +82 -0
- package/scripts/v4-product-publication-intent.mjs +114 -0
- package/scripts/v4-release-candidate-adapter.mjs +41 -0
- package/scripts/v4-universal-workflow-backflow.mjs +212 -0
- package/scripts/v4-universal-workflow-engine.mjs +617 -0
- package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
- package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
- package/templates/universal-buildchain-bootstrap.yml +28 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"status": "passed",
|
|
5
5
|
"summary": {
|
|
6
6
|
"cliCommandCount": 117,
|
|
7
|
-
"workflowCount":
|
|
7
|
+
"workflowCount": 74,
|
|
8
8
|
"actionCount": 8,
|
|
9
9
|
"sitePageCount": 84,
|
|
10
10
|
"docCommandRefCount": 1050,
|
|
@@ -614,9 +614,10 @@
|
|
|
614
614
|
"require-trusted-event",
|
|
615
615
|
"source-artifact-digest",
|
|
616
616
|
"source-artifact-name",
|
|
617
|
-
"source-ref"
|
|
617
|
+
"source-ref",
|
|
618
|
+
"universal-request-json"
|
|
618
619
|
],
|
|
619
|
-
"inputCount":
|
|
620
|
+
"inputCount": 12,
|
|
620
621
|
"secrets": [],
|
|
621
622
|
"secretCount": 0,
|
|
622
623
|
"outputs": [
|
|
@@ -655,9 +656,10 @@
|
|
|
655
656
|
"publication-version",
|
|
656
657
|
"release-tag",
|
|
657
658
|
"source-sha",
|
|
658
|
-
"target-ref"
|
|
659
|
+
"target-ref",
|
|
660
|
+
"universal-request-json"
|
|
659
661
|
],
|
|
660
|
-
"inputCount":
|
|
662
|
+
"inputCount": 16,
|
|
661
663
|
"secrets": [],
|
|
662
664
|
"secretCount": 0,
|
|
663
665
|
"outputs": [],
|
|
@@ -757,12 +759,13 @@
|
|
|
757
759
|
"setup-rust",
|
|
758
760
|
"shifu-cache-profile-digest",
|
|
759
761
|
"shifu-cache-profile-ref",
|
|
762
|
+
"universal-request-json",
|
|
760
763
|
"untrusted-policy",
|
|
761
764
|
"verify-command",
|
|
762
765
|
"verify-substage-evidence-path",
|
|
763
766
|
"working-directory"
|
|
764
767
|
],
|
|
765
|
-
"inputCount":
|
|
768
|
+
"inputCount": 94,
|
|
766
769
|
"secrets": [
|
|
767
770
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
768
771
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -828,8 +831,10 @@
|
|
|
828
831
|
"id": ".bump-minor-version",
|
|
829
832
|
"path": ".github/workflows/.bump-minor-version.yml",
|
|
830
833
|
"reusable": true,
|
|
831
|
-
"inputs": [
|
|
832
|
-
|
|
834
|
+
"inputs": [
|
|
835
|
+
"universal-request-json"
|
|
836
|
+
],
|
|
837
|
+
"inputCount": 1,
|
|
833
838
|
"secrets": [
|
|
834
839
|
"GITHUB_PUSH_TOKEN"
|
|
835
840
|
],
|
|
@@ -853,9 +858,10 @@
|
|
|
853
858
|
"render-media",
|
|
854
859
|
"renderer-image",
|
|
855
860
|
"scenario-path",
|
|
856
|
-
"source-ref"
|
|
861
|
+
"source-ref",
|
|
862
|
+
"universal-request-json"
|
|
857
863
|
],
|
|
858
|
-
"inputCount":
|
|
864
|
+
"inputCount": 13,
|
|
859
865
|
"secrets": [
|
|
860
866
|
"DEMO_UPDATE_TOKEN"
|
|
861
867
|
],
|
|
@@ -904,10 +910,11 @@
|
|
|
904
910
|
"shifu-cache-profile-digest",
|
|
905
911
|
"shifu-cache-profile-ref",
|
|
906
912
|
"source-ref",
|
|
913
|
+
"universal-request-json",
|
|
907
914
|
"untrusted-policy",
|
|
908
915
|
"working-directory"
|
|
909
916
|
],
|
|
910
|
-
"inputCount":
|
|
917
|
+
"inputCount": 31,
|
|
911
918
|
"secrets": [],
|
|
912
919
|
"secretCount": 0,
|
|
913
920
|
"outputs": [
|
|
@@ -969,9 +976,10 @@
|
|
|
969
976
|
"runner-provenance-json",
|
|
970
977
|
"source-sha",
|
|
971
978
|
"target-ref",
|
|
979
|
+
"universal-request-json",
|
|
972
980
|
"used-nonces-json"
|
|
973
981
|
],
|
|
974
|
-
"inputCount":
|
|
982
|
+
"inputCount": 38,
|
|
975
983
|
"secrets": [
|
|
976
984
|
"BUILDCHAIN_GOVERNANCE_READ_TOKEN",
|
|
977
985
|
"KUNGFU_GOVERNANCE_AUDITOR_APP_PRIVATE_KEY"
|
|
@@ -1111,9 +1119,10 @@
|
|
|
1111
1119
|
"standalone-binary-distribution",
|
|
1112
1120
|
"target-ref",
|
|
1113
1121
|
"target-sha",
|
|
1114
|
-
"trusted-publishing"
|
|
1122
|
+
"trusted-publishing",
|
|
1123
|
+
"universal-request-json"
|
|
1115
1124
|
],
|
|
1116
|
-
"inputCount":
|
|
1125
|
+
"inputCount": 122,
|
|
1117
1126
|
"secrets": [
|
|
1118
1127
|
"BUILDCHAIN_ISSUE_APP_ID",
|
|
1119
1128
|
"BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
|
|
@@ -1162,90 +1171,6 @@
|
|
|
1162
1171
|
],
|
|
1163
1172
|
"outputCount": 31
|
|
1164
1173
|
},
|
|
1165
|
-
{
|
|
1166
|
-
"id": ".release-docker",
|
|
1167
|
-
"path": ".github/workflows/.release-docker.yml",
|
|
1168
|
-
"reusable": true,
|
|
1169
|
-
"inputs": [
|
|
1170
|
-
"image-name"
|
|
1171
|
-
],
|
|
1172
|
-
"inputCount": 1,
|
|
1173
|
-
"secrets": [
|
|
1174
|
-
"DOCKER_HUB_PASSWORD",
|
|
1175
|
-
"DOCKER_HUB_USERNAME",
|
|
1176
|
-
"GITHUB_PUSH_TOKEN"
|
|
1177
|
-
],
|
|
1178
|
-
"secretCount": 3,
|
|
1179
|
-
"outputs": [],
|
|
1180
|
-
"outputCount": 0
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"id": ".release-elastic-beanstalk",
|
|
1184
|
-
"path": ".github/workflows/.release-elastic-beanstalk.yml",
|
|
1185
|
-
"reusable": true,
|
|
1186
|
-
"inputs": [
|
|
1187
|
-
"aws-region",
|
|
1188
|
-
"eb-application-name",
|
|
1189
|
-
"eb-environment-name"
|
|
1190
|
-
],
|
|
1191
|
-
"inputCount": 3,
|
|
1192
|
-
"secrets": [
|
|
1193
|
-
"AWS_USER_ACCESS_KEY_ID",
|
|
1194
|
-
"AWS_USER_SECRET_ACCESS_KEY",
|
|
1195
|
-
"GITHUB_PUSH_TOKEN"
|
|
1196
|
-
],
|
|
1197
|
-
"secretCount": 3,
|
|
1198
|
-
"outputs": [],
|
|
1199
|
-
"outputCount": 0
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
"id": ".release-new-version",
|
|
1203
|
-
"path": ".github/workflows/.release-new-version.yml",
|
|
1204
|
-
"reusable": true,
|
|
1205
|
-
"inputs": [
|
|
1206
|
-
"action-bump-version-path",
|
|
1207
|
-
"action-bump-version-ref",
|
|
1208
|
-
"action-bump-version-repository",
|
|
1209
|
-
"aws-ci-region",
|
|
1210
|
-
"aws-user-region",
|
|
1211
|
-
"bucket-release-ci",
|
|
1212
|
-
"bucket-release-user",
|
|
1213
|
-
"bucket-staging-ci",
|
|
1214
|
-
"bucket-staging-user",
|
|
1215
|
-
"clean-release-ci",
|
|
1216
|
-
"clean-release-user",
|
|
1217
|
-
"close-issues",
|
|
1218
|
-
"cloudfront-id-ci",
|
|
1219
|
-
"cloudfront-id-user",
|
|
1220
|
-
"cloudfront-paths-ci",
|
|
1221
|
-
"cloudfront-paths-user",
|
|
1222
|
-
"create-release-note",
|
|
1223
|
-
"max-preview-links",
|
|
1224
|
-
"need-qa-automated",
|
|
1225
|
-
"node-version",
|
|
1226
|
-
"protect-dev-branches",
|
|
1227
|
-
"publish-aws-ci",
|
|
1228
|
-
"publish-aws-user",
|
|
1229
|
-
"publish-github-npm",
|
|
1230
|
-
"publish-npmjs",
|
|
1231
|
-
"publish-release-note",
|
|
1232
|
-
"sync-extensions-version"
|
|
1233
|
-
],
|
|
1234
|
-
"inputCount": 27,
|
|
1235
|
-
"secrets": [
|
|
1236
|
-
"AIRTABLE_API_KEY",
|
|
1237
|
-
"AWS_CI_ACCESS_KEY_ID",
|
|
1238
|
-
"AWS_CI_SECRET_ACCESS_KEY",
|
|
1239
|
-
"AWS_USER_ACCESS_KEY_ID",
|
|
1240
|
-
"AWS_USER_SECRET_ACCESS_KEY",
|
|
1241
|
-
"GITHUB_PUSH_TOKEN",
|
|
1242
|
-
"MONDAY_API_KEY",
|
|
1243
|
-
"NPM_PUSH_TOKEN"
|
|
1244
|
-
],
|
|
1245
|
-
"secretCount": 8,
|
|
1246
|
-
"outputs": [],
|
|
1247
|
-
"outputCount": 0
|
|
1248
|
-
},
|
|
1249
1174
|
{
|
|
1250
1175
|
"id": ".release-verify",
|
|
1251
1176
|
"path": ".github/workflows/.release-verify.yml",
|
|
@@ -1290,10 +1215,11 @@
|
|
|
1290
1215
|
"python-version",
|
|
1291
1216
|
"setup-env-timeout-minutes",
|
|
1292
1217
|
"setup-python-enabled",
|
|
1218
|
+
"universal-request-json",
|
|
1293
1219
|
"use-pipenv",
|
|
1294
1220
|
"use-poetry"
|
|
1295
1221
|
],
|
|
1296
|
-
"inputCount":
|
|
1222
|
+
"inputCount": 42,
|
|
1297
1223
|
"secrets": [
|
|
1298
1224
|
"APPLE_CSC_KEY",
|
|
1299
1225
|
"APPLE_CSC_KEY_PASSWORD",
|
|
@@ -1311,24 +1237,6 @@
|
|
|
1311
1237
|
"outputs": [],
|
|
1312
1238
|
"outputCount": 0
|
|
1313
1239
|
},
|
|
1314
|
-
{
|
|
1315
|
-
"id": ".sam-release",
|
|
1316
|
-
"path": ".github/workflows/.sam-release.yml",
|
|
1317
|
-
"reusable": true,
|
|
1318
|
-
"inputs": [
|
|
1319
|
-
"aws-region",
|
|
1320
|
-
"aws-role",
|
|
1321
|
-
"aws-root",
|
|
1322
|
-
"bucket-release"
|
|
1323
|
-
],
|
|
1324
|
-
"inputCount": 4,
|
|
1325
|
-
"secrets": [
|
|
1326
|
-
"AWS_ACCOUNT_ID"
|
|
1327
|
-
],
|
|
1328
|
-
"secretCount": 1,
|
|
1329
|
-
"outputs": [],
|
|
1330
|
-
"outputCount": 0
|
|
1331
|
-
},
|
|
1332
1240
|
{
|
|
1333
1241
|
"id": ".sam-verify",
|
|
1334
1242
|
"path": ".github/workflows/.sam-verify.yml",
|
|
@@ -1337,9 +1245,10 @@
|
|
|
1337
1245
|
"aws-region",
|
|
1338
1246
|
"aws-role",
|
|
1339
1247
|
"aws-root",
|
|
1340
|
-
"manager"
|
|
1248
|
+
"manager",
|
|
1249
|
+
"universal-request-json"
|
|
1341
1250
|
],
|
|
1342
|
-
"inputCount":
|
|
1251
|
+
"inputCount": 5,
|
|
1343
1252
|
"secrets": [
|
|
1344
1253
|
"AWS_ACCOUNT_ID",
|
|
1345
1254
|
"NODE_AUTH_TOKEN"
|
|
@@ -1365,9 +1274,10 @@
|
|
|
1365
1274
|
"release-path",
|
|
1366
1275
|
"release-url",
|
|
1367
1276
|
"repo",
|
|
1277
|
+
"universal-request-json",
|
|
1368
1278
|
"upper-edge"
|
|
1369
1279
|
],
|
|
1370
|
-
"inputCount":
|
|
1280
|
+
"inputCount": 14,
|
|
1371
1281
|
"secrets": [
|
|
1372
1282
|
"AIRTABLE_API_KEY",
|
|
1373
1283
|
"GITHUB_PUSH_TOKEN"
|
|
@@ -1384,9 +1294,10 @@
|
|
|
1384
1294
|
"force",
|
|
1385
1295
|
"remote-host",
|
|
1386
1296
|
"remote-path",
|
|
1387
|
-
"remote-repo"
|
|
1297
|
+
"remote-repo",
|
|
1298
|
+
"universal-request-json"
|
|
1388
1299
|
],
|
|
1389
|
-
"inputCount":
|
|
1300
|
+
"inputCount": 5,
|
|
1390
1301
|
"secrets": [
|
|
1391
1302
|
"REMOTE_CREDENTIAL",
|
|
1392
1303
|
"REMOTE_USER"
|
|
@@ -1441,10 +1352,11 @@
|
|
|
1441
1352
|
"staging-apply",
|
|
1442
1353
|
"staging-aws-role-arn",
|
|
1443
1354
|
"staging-environment",
|
|
1355
|
+
"universal-request-json",
|
|
1444
1356
|
"verify-command",
|
|
1445
1357
|
"working-directory"
|
|
1446
1358
|
],
|
|
1447
|
-
"inputCount":
|
|
1359
|
+
"inputCount": 44,
|
|
1448
1360
|
"secrets": [
|
|
1449
1361
|
"production-release-app-private-key"
|
|
1450
1362
|
],
|
|
@@ -1476,24 +1388,6 @@
|
|
|
1476
1388
|
],
|
|
1477
1389
|
"outputCount": 23
|
|
1478
1390
|
},
|
|
1479
|
-
{
|
|
1480
|
-
"id": ".wheel-release",
|
|
1481
|
-
"path": ".github/workflows/.wheel-release.yml",
|
|
1482
|
-
"reusable": true,
|
|
1483
|
-
"inputs": [
|
|
1484
|
-
"aws-region",
|
|
1485
|
-
"aws-user-region",
|
|
1486
|
-
"bucket-release"
|
|
1487
|
-
],
|
|
1488
|
-
"inputCount": 3,
|
|
1489
|
-
"secrets": [
|
|
1490
|
-
"AWS_USER_ACCESS_KEY_ID",
|
|
1491
|
-
"AWS_USER_SECRET_ACCESS_KEY"
|
|
1492
|
-
],
|
|
1493
|
-
"secretCount": 2,
|
|
1494
|
-
"outputs": [],
|
|
1495
|
-
"outputCount": 0
|
|
1496
|
-
},
|
|
1497
1391
|
{
|
|
1498
1392
|
"id": ".wheel-verify",
|
|
1499
1393
|
"path": ".github/workflows/.wheel-verify.yml",
|
|
@@ -1503,9 +1397,10 @@
|
|
|
1503
1397
|
"bucket-release",
|
|
1504
1398
|
"max-preview-links",
|
|
1505
1399
|
"node-version",
|
|
1506
|
-
"preview-files"
|
|
1400
|
+
"preview-files",
|
|
1401
|
+
"universal-request-json"
|
|
1507
1402
|
],
|
|
1508
|
-
"inputCount":
|
|
1403
|
+
"inputCount": 6,
|
|
1509
1404
|
"secrets": [
|
|
1510
1405
|
"AWS_USER_ACCESS_KEY_ID",
|
|
1511
1406
|
"AWS_USER_SECRET_ACCESS_KEY",
|
|
@@ -1570,6 +1465,28 @@
|
|
|
1570
1465
|
"outputs": [],
|
|
1571
1466
|
"outputCount": 0
|
|
1572
1467
|
},
|
|
1468
|
+
{
|
|
1469
|
+
"id": "bootstrap",
|
|
1470
|
+
"path": ".github/workflows/bootstrap.yml",
|
|
1471
|
+
"reusable": true,
|
|
1472
|
+
"inputs": [
|
|
1473
|
+
"request-json"
|
|
1474
|
+
],
|
|
1475
|
+
"inputCount": 1,
|
|
1476
|
+
"secrets": [],
|
|
1477
|
+
"secretCount": 0,
|
|
1478
|
+
"outputs": [
|
|
1479
|
+
"admission-root",
|
|
1480
|
+
"backflow-root",
|
|
1481
|
+
"request-root",
|
|
1482
|
+
"result-json",
|
|
1483
|
+
"result-root",
|
|
1484
|
+
"runtime-sha",
|
|
1485
|
+
"terminal-receipt-json",
|
|
1486
|
+
"terminal-receipt-root"
|
|
1487
|
+
],
|
|
1488
|
+
"outputCount": 8
|
|
1489
|
+
},
|
|
1573
1490
|
{
|
|
1574
1491
|
"id": "build-surface-fixture",
|
|
1575
1492
|
"path": ".github/workflows/build-surface-fixture.yml",
|
|
@@ -1678,12 +1595,13 @@
|
|
|
1678
1595
|
"setup-rust",
|
|
1679
1596
|
"shifu-cache-profile-digest",
|
|
1680
1597
|
"shifu-cache-profile-ref",
|
|
1598
|
+
"universal-request-json",
|
|
1681
1599
|
"untrusted-policy",
|
|
1682
1600
|
"verify-command",
|
|
1683
1601
|
"verify-substage-evidence-path",
|
|
1684
1602
|
"working-directory"
|
|
1685
1603
|
],
|
|
1686
|
-
"inputCount":
|
|
1604
|
+
"inputCount": 97,
|
|
1687
1605
|
"secrets": [
|
|
1688
1606
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
1689
1607
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -1834,9 +1752,10 @@
|
|
|
1834
1752
|
"require-approval",
|
|
1835
1753
|
"required-status-checks",
|
|
1836
1754
|
"same-repository-only",
|
|
1837
|
-
"target-branch"
|
|
1755
|
+
"target-branch",
|
|
1756
|
+
"universal-request-json"
|
|
1838
1757
|
],
|
|
1839
|
-
"inputCount":
|
|
1758
|
+
"inputCount": 17,
|
|
1840
1759
|
"secrets": [
|
|
1841
1760
|
"github-token"
|
|
1842
1761
|
],
|
|
@@ -1920,10 +1839,11 @@
|
|
|
1920
1839
|
"source-proof-policy-paths-json",
|
|
1921
1840
|
"source-proof-required-contexts-json",
|
|
1922
1841
|
"source-proof-reuse",
|
|
1842
|
+
"universal-request-json",
|
|
1923
1843
|
"upload-artifacts",
|
|
1924
1844
|
"working-directory"
|
|
1925
1845
|
],
|
|
1926
|
-
"inputCount":
|
|
1846
|
+
"inputCount": 13,
|
|
1927
1847
|
"secrets": [],
|
|
1928
1848
|
"secretCount": 0,
|
|
1929
1849
|
"outputs": [
|
|
@@ -1961,9 +1881,10 @@
|
|
|
1961
1881
|
"reactivation-authorized",
|
|
1962
1882
|
"settlement-authorized",
|
|
1963
1883
|
"source-branch",
|
|
1964
|
-
"target-branch"
|
|
1884
|
+
"target-branch",
|
|
1885
|
+
"universal-request-json"
|
|
1965
1886
|
],
|
|
1966
|
-
"inputCount":
|
|
1887
|
+
"inputCount": 16,
|
|
1967
1888
|
"secrets": [
|
|
1968
1889
|
"promotion-token"
|
|
1969
1890
|
],
|
|
@@ -2005,9 +1926,10 @@
|
|
|
2005
1926
|
"outcome",
|
|
2006
1927
|
"reason",
|
|
2007
1928
|
"target-branch",
|
|
2008
|
-
"terminal-evidence-root"
|
|
1929
|
+
"terminal-evidence-root",
|
|
1930
|
+
"universal-request-json"
|
|
2009
1931
|
],
|
|
2010
|
-
"inputCount":
|
|
1932
|
+
"inputCount": 13,
|
|
2011
1933
|
"secrets": [
|
|
2012
1934
|
"github-token"
|
|
2013
1935
|
],
|
|
@@ -2036,9 +1958,10 @@
|
|
|
2036
1958
|
"replay-tree-sha",
|
|
2037
1959
|
"required-context-roots-json",
|
|
2038
1960
|
"target-branch",
|
|
2039
|
-
"terminal-evidence-root"
|
|
1961
|
+
"terminal-evidence-root",
|
|
1962
|
+
"universal-request-json"
|
|
2040
1963
|
],
|
|
2041
|
-
"inputCount":
|
|
1964
|
+
"inputCount": 14,
|
|
2042
1965
|
"secrets": [
|
|
2043
1966
|
"github-token"
|
|
2044
1967
|
],
|
|
@@ -2110,9 +2033,10 @@
|
|
|
2110
2033
|
"source-workflow-run-id",
|
|
2111
2034
|
"target-branch",
|
|
2112
2035
|
"toolchain-root",
|
|
2036
|
+
"universal-request-json",
|
|
2113
2037
|
"warrant-lease-seconds"
|
|
2114
2038
|
],
|
|
2115
|
-
"inputCount":
|
|
2039
|
+
"inputCount": 45,
|
|
2116
2040
|
"secrets": [
|
|
2117
2041
|
"github-token"
|
|
2118
2042
|
],
|
|
@@ -2154,9 +2078,10 @@
|
|
|
2154
2078
|
"mutation-authorized",
|
|
2155
2079
|
"preflight-workflow-path",
|
|
2156
2080
|
"priority-workflows-json",
|
|
2157
|
-
"source-branch"
|
|
2081
|
+
"source-branch",
|
|
2082
|
+
"universal-request-json"
|
|
2158
2083
|
],
|
|
2159
|
-
"inputCount":
|
|
2084
|
+
"inputCount": 11,
|
|
2160
2085
|
"secrets": [
|
|
2161
2086
|
"qualification-token"
|
|
2162
2087
|
],
|
|
@@ -2223,9 +2148,10 @@
|
|
|
2223
2148
|
"stale-days",
|
|
2224
2149
|
"stale-pull-request-label",
|
|
2225
2150
|
"target-branch",
|
|
2226
|
-
"temporary-branch-patterns"
|
|
2151
|
+
"temporary-branch-patterns",
|
|
2152
|
+
"universal-request-json"
|
|
2227
2153
|
],
|
|
2228
|
-
"inputCount":
|
|
2154
|
+
"inputCount": 15,
|
|
2229
2155
|
"secrets": [
|
|
2230
2156
|
"housekeeper_app_id",
|
|
2231
2157
|
"housekeeper_app_private_key",
|
|
@@ -2262,9 +2188,10 @@
|
|
|
2262
2188
|
"retention-days",
|
|
2263
2189
|
"source-sha",
|
|
2264
2190
|
"subject-artifact-name",
|
|
2265
|
-
"subject-relative-path"
|
|
2191
|
+
"subject-relative-path",
|
|
2192
|
+
"universal-request-json"
|
|
2266
2193
|
],
|
|
2267
|
-
"inputCount":
|
|
2194
|
+
"inputCount": 14,
|
|
2268
2195
|
"secrets": [],
|
|
2269
2196
|
"secretCount": 0,
|
|
2270
2197
|
"outputs": [
|
|
@@ -2327,10 +2254,11 @@
|
|
|
2327
2254
|
"target-ref",
|
|
2328
2255
|
"target-sha",
|
|
2329
2256
|
"toolchain-type",
|
|
2257
|
+
"universal-request-json",
|
|
2330
2258
|
"verify-command",
|
|
2331
2259
|
"working-directory"
|
|
2332
2260
|
],
|
|
2333
|
-
"inputCount":
|
|
2261
|
+
"inputCount": 27,
|
|
2334
2262
|
"secrets": [
|
|
2335
2263
|
"BUILDCHAIN_GENERATED_WRITE_APP_CLIENT_ID",
|
|
2336
2264
|
"BUILDCHAIN_GENERATED_WRITE_APP_PRIVATE_KEY",
|
|
@@ -2391,10 +2319,11 @@
|
|
|
2391
2319
|
"toolchain-digest",
|
|
2392
2320
|
"toolchain-image",
|
|
2393
2321
|
"toolchain-type",
|
|
2322
|
+
"universal-request-json",
|
|
2394
2323
|
"verify-command",
|
|
2395
2324
|
"working-directory"
|
|
2396
2325
|
],
|
|
2397
|
-
"inputCount":
|
|
2326
|
+
"inputCount": 39,
|
|
2398
2327
|
"secrets": [],
|
|
2399
2328
|
"secretCount": 0,
|
|
2400
2329
|
"outputs": [
|
|
@@ -2430,9 +2359,10 @@
|
|
|
2430
2359
|
"require-approval",
|
|
2431
2360
|
"required-status-checks",
|
|
2432
2361
|
"same-repository-only",
|
|
2433
|
-
"target-branch"
|
|
2362
|
+
"target-branch",
|
|
2363
|
+
"universal-request-json"
|
|
2434
2364
|
],
|
|
2435
|
-
"inputCount":
|
|
2365
|
+
"inputCount": 14,
|
|
2436
2366
|
"secrets": [
|
|
2437
2367
|
"github-token"
|
|
2438
2368
|
],
|
|
@@ -2454,9 +2384,10 @@
|
|
|
2454
2384
|
"buildchain-ref",
|
|
2455
2385
|
"buildchain-repository",
|
|
2456
2386
|
"dry-run",
|
|
2457
|
-
"target-branch"
|
|
2387
|
+
"target-branch",
|
|
2388
|
+
"universal-request-json"
|
|
2458
2389
|
],
|
|
2459
|
-
"inputCount":
|
|
2390
|
+
"inputCount": 5,
|
|
2460
2391
|
"secrets": [
|
|
2461
2392
|
"github-token"
|
|
2462
2393
|
],
|
|
@@ -2486,9 +2417,10 @@
|
|
|
2486
2417
|
"production-aws-role-arn",
|
|
2487
2418
|
"production-bucket",
|
|
2488
2419
|
"production-environment",
|
|
2420
|
+
"universal-request-json",
|
|
2489
2421
|
"verify-command"
|
|
2490
2422
|
],
|
|
2491
|
-
"inputCount":
|
|
2423
|
+
"inputCount": 13,
|
|
2492
2424
|
"secrets": [],
|
|
2493
2425
|
"secretCount": 0,
|
|
2494
2426
|
"outputs": [
|
|
@@ -2504,9 +2436,10 @@
|
|
|
2504
2436
|
"buildchain-ref",
|
|
2505
2437
|
"buildchain-repository",
|
|
2506
2438
|
"dry-run",
|
|
2507
|
-
"target-branch"
|
|
2439
|
+
"target-branch",
|
|
2440
|
+
"universal-request-json"
|
|
2508
2441
|
],
|
|
2509
|
-
"inputCount":
|
|
2442
|
+
"inputCount": 5,
|
|
2510
2443
|
"secrets": [
|
|
2511
2444
|
"github-token"
|
|
2512
2445
|
],
|
|
@@ -2546,10 +2479,11 @@
|
|
|
2546
2479
|
"toolchain-digest",
|
|
2547
2480
|
"toolchain-image",
|
|
2548
2481
|
"toolchain-type",
|
|
2482
|
+
"universal-request-json",
|
|
2549
2483
|
"verify-command",
|
|
2550
2484
|
"working-directory"
|
|
2551
2485
|
],
|
|
2552
|
-
"inputCount":
|
|
2486
|
+
"inputCount": 24,
|
|
2553
2487
|
"secrets": [],
|
|
2554
2488
|
"secretCount": 0,
|
|
2555
2489
|
"outputs": [
|
|
@@ -2682,9 +2616,10 @@
|
|
|
2682
2616
|
"standalone-binary-distribution",
|
|
2683
2617
|
"target-ref",
|
|
2684
2618
|
"target-sha",
|
|
2685
|
-
"trusted-publishing"
|
|
2619
|
+
"trusted-publishing",
|
|
2620
|
+
"universal-request-json"
|
|
2686
2621
|
],
|
|
2687
|
-
"inputCount":
|
|
2622
|
+
"inputCount": 107,
|
|
2688
2623
|
"secrets": [
|
|
2689
2624
|
"BUILDCHAIN_ISSUE_APP_ID",
|
|
2690
2625
|
"BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
|
|
@@ -2753,9 +2688,10 @@
|
|
|
2753
2688
|
"apply",
|
|
2754
2689
|
"branch",
|
|
2755
2690
|
"buildchain-ref",
|
|
2756
|
-
"candidate-sha"
|
|
2691
|
+
"candidate-sha",
|
|
2692
|
+
"universal-request-json"
|
|
2757
2693
|
],
|
|
2758
|
-
"inputCount":
|
|
2694
|
+
"inputCount": 5,
|
|
2759
2695
|
"secrets": [
|
|
2760
2696
|
"BUILDCHAIN_PROMOTION_TOKEN",
|
|
2761
2697
|
"governance-token"
|
|
@@ -2809,9 +2745,10 @@
|
|
|
2809
2745
|
"pr-title",
|
|
2810
2746
|
"refresh-managed-readme-badges",
|
|
2811
2747
|
"source-node",
|
|
2748
|
+
"universal-request-json",
|
|
2812
2749
|
"upstream-release-json"
|
|
2813
2750
|
],
|
|
2814
|
-
"inputCount":
|
|
2751
|
+
"inputCount": 20,
|
|
2815
2752
|
"secrets": [
|
|
2816
2753
|
"propagation-token"
|
|
2817
2754
|
],
|
|
@@ -2851,9 +2788,10 @@
|
|
|
2851
2788
|
"rehearsal-capsule-path",
|
|
2852
2789
|
"rehearsal-evidence-path",
|
|
2853
2790
|
"rehearsal-mode",
|
|
2854
|
-
"state-path"
|
|
2791
|
+
"state-path",
|
|
2792
|
+
"universal-request-json"
|
|
2855
2793
|
],
|
|
2856
|
-
"inputCount":
|
|
2794
|
+
"inputCount": 15,
|
|
2857
2795
|
"secrets": [
|
|
2858
2796
|
"http-token"
|
|
2859
2797
|
],
|
|
@@ -2879,17 +2817,6 @@
|
|
|
2879
2817
|
"outputs": [],
|
|
2880
2818
|
"outputCount": 0
|
|
2881
2819
|
},
|
|
2882
|
-
{
|
|
2883
|
-
"id": "schedule-purge-artifacts",
|
|
2884
|
-
"path": ".github/workflows/schedule-purge-artifacts.yml",
|
|
2885
|
-
"reusable": false,
|
|
2886
|
-
"inputs": [],
|
|
2887
|
-
"inputCount": 0,
|
|
2888
|
-
"secrets": [],
|
|
2889
|
-
"secretCount": 0,
|
|
2890
|
-
"outputs": [],
|
|
2891
|
-
"outputCount": 0
|
|
2892
|
-
},
|
|
2893
2820
|
{
|
|
2894
2821
|
"id": "self-hosted-runner-smoke",
|
|
2895
2822
|
"path": ".github/workflows/self-hosted-runner-smoke.yml",
|
|
@@ -2921,9 +2848,10 @@
|
|
|
2921
2848
|
"required-checks",
|
|
2922
2849
|
"revoke-reason",
|
|
2923
2850
|
"revoked-versions",
|
|
2924
|
-
"target-branch"
|
|
2851
|
+
"target-branch",
|
|
2852
|
+
"universal-request-json"
|
|
2925
2853
|
],
|
|
2926
|
-
"inputCount":
|
|
2854
|
+
"inputCount": 17,
|
|
2927
2855
|
"secrets": [
|
|
2928
2856
|
"approval-token",
|
|
2929
2857
|
"promotion-token"
|
|
@@ -2939,6 +2867,36 @@
|
|
|
2939
2867
|
],
|
|
2940
2868
|
"outputCount": 6
|
|
2941
2869
|
},
|
|
2870
|
+
{
|
|
2871
|
+
"id": "universal-bootstrap-dogfood",
|
|
2872
|
+
"path": ".github/workflows/universal-bootstrap-dogfood.yml",
|
|
2873
|
+
"reusable": false,
|
|
2874
|
+
"inputs": [],
|
|
2875
|
+
"inputCount": 0,
|
|
2876
|
+
"secrets": [],
|
|
2877
|
+
"secretCount": 0,
|
|
2878
|
+
"outputs": [],
|
|
2879
|
+
"outputCount": 0
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"id": "universal-bootstrap-recovery",
|
|
2883
|
+
"path": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
2884
|
+
"reusable": true,
|
|
2885
|
+
"inputs": [
|
|
2886
|
+
"request-json"
|
|
2887
|
+
],
|
|
2888
|
+
"inputCount": 1,
|
|
2889
|
+
"secrets": [],
|
|
2890
|
+
"secretCount": 0,
|
|
2891
|
+
"outputs": [
|
|
2892
|
+
"backflow-root",
|
|
2893
|
+
"result-json",
|
|
2894
|
+
"runtime-sha",
|
|
2895
|
+
"terminal-receipt-json",
|
|
2896
|
+
"terminal-receipt-root"
|
|
2897
|
+
],
|
|
2898
|
+
"outputCount": 5
|
|
2899
|
+
},
|
|
2942
2900
|
{
|
|
2943
2901
|
"id": "v4-adopter-delivery-dogfood",
|
|
2944
2902
|
"path": ".github/workflows/v4-adopter-delivery-dogfood.yml",
|
|
@@ -2962,9 +2920,10 @@
|
|
|
2962
2920
|
"consumer-repository",
|
|
2963
2921
|
"input-path",
|
|
2964
2922
|
"invocation-source-path",
|
|
2965
|
-
"node-version"
|
|
2923
|
+
"node-version",
|
|
2924
|
+
"universal-request-json"
|
|
2966
2925
|
],
|
|
2967
|
-
"inputCount":
|
|
2926
|
+
"inputCount": 9,
|
|
2968
2927
|
"secrets": [],
|
|
2969
2928
|
"secretCount": 0,
|
|
2970
2929
|
"outputs": [],
|
|
@@ -3013,9 +2972,10 @@
|
|
|
3013
2972
|
"go-version",
|
|
3014
2973
|
"install-artifact-path",
|
|
3015
2974
|
"node-version",
|
|
2975
|
+
"universal-request-json",
|
|
3016
2976
|
"verify-artifact-path"
|
|
3017
2977
|
],
|
|
3018
|
-
"inputCount":
|
|
2978
|
+
"inputCount": 7,
|
|
3019
2979
|
"secrets": [],
|
|
3020
2980
|
"secretCount": 0,
|
|
3021
2981
|
"outputs": [],
|
|
@@ -3029,9 +2989,10 @@
|
|
|
3029
2989
|
"artifact-retention-days",
|
|
3030
2990
|
"consumer-policy-receipt-json",
|
|
3031
2991
|
"macos-finalization-command",
|
|
3032
|
-
"request-json"
|
|
2992
|
+
"request-json",
|
|
2993
|
+
"universal-request-json"
|
|
3033
2994
|
],
|
|
3034
|
-
"inputCount":
|
|
2995
|
+
"inputCount": 5,
|
|
3035
2996
|
"secrets": [
|
|
3036
2997
|
"BUILDCHAIN_EVIDENCE_READ_TOKEN",
|
|
3037
2998
|
"BUILDCHAIN_SIGNING_TOKEN"
|
|
@@ -3304,18 +3265,37 @@
|
|
|
3304
3265
|
"path": "actions/v4-release-candidate-promote/action.yml",
|
|
3305
3266
|
"inputs": [
|
|
3306
3267
|
"artifact-paths",
|
|
3268
|
+
"candidate-build-summary-path",
|
|
3307
3269
|
"candidate-passport-path",
|
|
3308
3270
|
"failure-after-capability",
|
|
3271
|
+
"mutation-token",
|
|
3272
|
+
"product-publication-intent-path",
|
|
3309
3273
|
"publication-qualification-path",
|
|
3274
|
+
"publish-auth",
|
|
3275
|
+
"publish-command",
|
|
3276
|
+
"publish-dist-tag",
|
|
3277
|
+
"publish-mode",
|
|
3278
|
+
"publish-package-main",
|
|
3279
|
+
"publish-package-set-order",
|
|
3280
|
+
"publish-rematerialize-on-resume",
|
|
3281
|
+
"publish-transaction-override",
|
|
3310
3282
|
"publisher-workflow-sha",
|
|
3311
3283
|
"repository",
|
|
3284
|
+
"required-artifacts-path",
|
|
3285
|
+
"required-status-check",
|
|
3286
|
+
"resume-transaction-id",
|
|
3312
3287
|
"runtime-commit",
|
|
3313
3288
|
"runtime-tree",
|
|
3289
|
+
"sealed-bundle-manifest",
|
|
3290
|
+
"sealed-bundle-root",
|
|
3291
|
+
"source-sha",
|
|
3314
3292
|
"stage-capsules-path",
|
|
3315
3293
|
"state-path",
|
|
3294
|
+
"target-ref",
|
|
3295
|
+
"target-sha",
|
|
3316
3296
|
"token"
|
|
3317
3297
|
],
|
|
3318
|
-
"inputCount":
|
|
3298
|
+
"inputCount": 30
|
|
3319
3299
|
},
|
|
3320
3300
|
{
|
|
3321
3301
|
"id": "validate-config",
|
|
@@ -8924,8 +8904,8 @@
|
|
|
8924
8904
|
"workflowRegistryPath": "dist/site/workflow-registry.json",
|
|
8925
8905
|
"pageRegistryPath": "dist/site/page-registry.json",
|
|
8926
8906
|
"cliRegistryDigest": "fbc23073bbae240489a2f826b2c26daadc58e704050c5f8df366509f5c5a1c3e",
|
|
8927
|
-
"workflowRegistryDigest": "
|
|
8928
|
-
"pageRegistryDigest": "
|
|
8907
|
+
"workflowRegistryDigest": "97dfc457fef0e926e43e014414fbe52507f0edd978287f4e2046200bde9d8587",
|
|
8908
|
+
"pageRegistryDigest": "ae0b1b9c7b883027cf53403221ff2fe2e41ad1aa4d16851d4550e89947d6d6d7"
|
|
8929
8909
|
},
|
|
8930
8910
|
"comparison": {
|
|
8931
8911
|
"missingCliRegistry": [],
|