projen 0.99.58 → 0.99.60

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.
Files changed (152) hide show
  1. package/.jsii +336 -222
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +6 -6
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +4 -4
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/awscdk/private/feature-flags-v2.const.d.ts +1 -1
  18. package/lib/awscdk/private/feature-flags-v2.const.js +2 -2
  19. package/lib/build/build-workflow.js +1 -1
  20. package/lib/cdk/auto-discover-base.js +2 -2
  21. package/lib/cdk/construct-lib.js +1 -1
  22. package/lib/cdk/integration-test-base.js +1 -1
  23. package/lib/cdk/jsii-docgen.js +1 -1
  24. package/lib/cdk/jsii-project.js +1 -1
  25. package/lib/cdk8s/auto-discover.js +2 -2
  26. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  28. package/lib/cdk8s/cdk8s-construct.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  30. package/lib/cdk8s/cdk8s-deps.js +1 -1
  31. package/lib/cdk8s/integration-test.js +1 -1
  32. package/lib/cdktf/cdktf-construct.js +1 -1
  33. package/lib/circleci/circleci.js +1 -1
  34. package/lib/component.js +1 -1
  35. package/lib/dependencies.js +1 -1
  36. package/lib/dev-env.js +1 -1
  37. package/lib/docker-compose/docker-compose-service.js +1 -1
  38. package/lib/docker-compose/docker-compose.js +1 -1
  39. package/lib/file.js +1 -1
  40. package/lib/gitattributes.js +1 -1
  41. package/lib/github/actions-provider.js +1 -1
  42. package/lib/github/auto-approve.js +1 -1
  43. package/lib/github/auto-merge.js +1 -1
  44. package/lib/github/auto-queue.js +1 -1
  45. package/lib/github/dependabot.js +1 -1
  46. package/lib/github/dependency-review.js +1 -1
  47. package/lib/github/github-credentials.js +1 -1
  48. package/lib/github/github-project.js +1 -1
  49. package/lib/github/github.js +1 -1
  50. package/lib/github/merge-queue.js +1 -1
  51. package/lib/github/mergify.js +1 -1
  52. package/lib/github/pr-template.js +1 -1
  53. package/lib/github/pull-request-backport.js +1 -1
  54. package/lib/github/pull-request-lint.js +1 -1
  55. package/lib/github/stale.js +1 -1
  56. package/lib/github/task-workflow-job.js +1 -1
  57. package/lib/github/task-workflow.js +1 -1
  58. package/lib/github/workflow-actions.js +1 -1
  59. package/lib/github/workflow-jobs.js +1 -1
  60. package/lib/github/workflow-steps.js +1 -1
  61. package/lib/github/workflows-model.d.ts +33 -3
  62. package/lib/github/workflows-model.js +1 -1
  63. package/lib/github/workflows.js +26 -7
  64. package/lib/gitlab/configuration.js +1 -1
  65. package/lib/gitlab/gitlab-configuration.js +1 -1
  66. package/lib/gitlab/nested-configuration.js +1 -1
  67. package/lib/gitpod.js +1 -1
  68. package/lib/ignore-file.js +1 -1
  69. package/lib/ini.js +1 -1
  70. package/lib/java/java-project.js +1 -1
  71. package/lib/java/junit.js +1 -1
  72. package/lib/java/maven-compile.js +1 -1
  73. package/lib/java/maven-packaging.js +1 -1
  74. package/lib/java/maven-sample.js +1 -1
  75. package/lib/java/pom.js +2 -2
  76. package/lib/java/projenrc.js +1 -1
  77. package/lib/javascript/biome/biome.js +1 -1
  78. package/lib/javascript/bundler.js +1 -1
  79. package/lib/javascript/eslint.js +1 -1
  80. package/lib/javascript/jest.js +4 -4
  81. package/lib/javascript/license-checker.js +1 -1
  82. package/lib/javascript/node-package.js +1 -1
  83. package/lib/javascript/node-project.js +1 -1
  84. package/lib/javascript/npm-config.js +1 -1
  85. package/lib/javascript/prettier.js +1 -1
  86. package/lib/javascript/projenrc.js +1 -1
  87. package/lib/javascript/typescript-config.js +2 -2
  88. package/lib/javascript/upgrade-dependencies.js +2 -2
  89. package/lib/javascript/yarnrc.js +1 -1
  90. package/lib/json-patch.js +1 -1
  91. package/lib/json.js +1 -1
  92. package/lib/license.js +1 -1
  93. package/lib/logger.js +1 -1
  94. package/lib/makefile.js +1 -1
  95. package/lib/object-file.js +1 -1
  96. package/lib/project-build.js +1 -1
  97. package/lib/project-tree.js +1 -1
  98. package/lib/project.js +1 -1
  99. package/lib/projects.js +1 -1
  100. package/lib/projenrc-json.js +2 -2
  101. package/lib/projenrc.js +1 -1
  102. package/lib/python/pip.js +1 -1
  103. package/lib/python/poetry.js +2 -2
  104. package/lib/python/projenrc.js +1 -1
  105. package/lib/python/pyproject-toml-file.js +1 -1
  106. package/lib/python/pytest-sample.js +1 -1
  107. package/lib/python/pytest.js +1 -1
  108. package/lib/python/python-project.js +1 -1
  109. package/lib/python/python-sample.js +1 -1
  110. package/lib/python/requirements-file.js +1 -1
  111. package/lib/python/setuppy.js +1 -1
  112. package/lib/python/setuptools.js +1 -1
  113. package/lib/python/uv.js +1 -1
  114. package/lib/python/venv.js +1 -1
  115. package/lib/readme.js +1 -1
  116. package/lib/release/publisher.js +1 -1
  117. package/lib/release/release-trigger.js +1 -1
  118. package/lib/release/release.js +1 -1
  119. package/lib/renovatebot.js +1 -1
  120. package/lib/sample-file.js +2 -2
  121. package/lib/semver.js +1 -1
  122. package/lib/source-code.js +1 -1
  123. package/lib/task-runtime.js +1 -1
  124. package/lib/task.js +1 -1
  125. package/lib/tasks.js +1 -1
  126. package/lib/testing.js +1 -1
  127. package/lib/textfile.js +1 -1
  128. package/lib/toml.js +1 -1
  129. package/lib/typescript/projenrc-ts.js +1 -1
  130. package/lib/typescript/projenrc.js +1 -1
  131. package/lib/typescript/typescript-typedoc.js +1 -1
  132. package/lib/typescript/typescript.js +6 -6
  133. package/lib/version.js +2 -2
  134. package/lib/vscode/devcontainer.js +1 -1
  135. package/lib/vscode/extensions.js +1 -1
  136. package/lib/vscode/launch-config.js +1 -1
  137. package/lib/vscode/settings.js +1 -1
  138. package/lib/vscode/vscode.js +1 -1
  139. package/lib/web/next.js +3 -3
  140. package/lib/web/postcss.js +1 -1
  141. package/lib/web/react.js +4 -4
  142. package/lib/web/tailwind.js +1 -1
  143. package/lib/xmlfile.js +1 -1
  144. package/lib/yaml.js +1 -1
  145. package/node_modules/semver/README.md +19 -4
  146. package/node_modules/semver/bin/semver.js +14 -10
  147. package/node_modules/semver/functions/truncate.js +48 -0
  148. package/node_modules/semver/index.js +2 -0
  149. package/node_modules/semver/internal/re.js +1 -1
  150. package/node_modules/semver/package.json +3 -3
  151. package/node_modules/semver/range.bnf +5 -4
  152. package/package.json +3 -3
package/.jsii CHANGED
@@ -20,7 +20,7 @@
20
20
  "fast-json-patch": "^3.1.1",
21
21
  "ini": "^2.0.0",
22
22
  "parse-conflict-json": "^4.0.0",
23
- "semver": "^7.7.4",
23
+ "semver": "^7.8.0",
24
24
  "shx": "^0.4.0",
25
25
  "xmlbuilder2": "^4.0.3",
26
26
  "yaml": "^2.2.2",
@@ -31051,7 +31051,7 @@
31051
31051
  "kind": "enum",
31052
31052
  "locationInModule": {
31053
31053
  "filename": "src/github/workflows-model.ts",
31054
- "line": 334
31054
+ "line": 366
31055
31055
  },
31056
31056
  "members": [
31057
31057
  {
@@ -31094,7 +31094,7 @@
31094
31094
  "kind": "interface",
31095
31095
  "locationInModule": {
31096
31096
  "filename": "src/github/workflows-model.ts",
31097
- "line": 261
31097
+ "line": 293
31098
31098
  },
31099
31099
  "name": "AppPermissions",
31100
31100
  "namespace": "github.workflows",
@@ -31107,7 +31107,7 @@
31107
31107
  "immutable": true,
31108
31108
  "locationInModule": {
31109
31109
  "filename": "src/github/workflows-model.ts",
31110
- "line": 262
31110
+ "line": 294
31111
31111
  },
31112
31112
  "name": "actions",
31113
31113
  "optional": true,
@@ -31123,7 +31123,7 @@
31123
31123
  "immutable": true,
31124
31124
  "locationInModule": {
31125
31125
  "filename": "src/github/workflows-model.ts",
31126
- "line": 264
31126
+ "line": 296
31127
31127
  },
31128
31128
  "name": "administration",
31129
31129
  "optional": true,
@@ -31139,7 +31139,7 @@
31139
31139
  "immutable": true,
31140
31140
  "locationInModule": {
31141
31141
  "filename": "src/github/workflows-model.ts",
31142
- "line": 263
31142
+ "line": 295
31143
31143
  },
31144
31144
  "name": "attestations",
31145
31145
  "optional": true,
@@ -31155,7 +31155,7 @@
31155
31155
  "immutable": true,
31156
31156
  "locationInModule": {
31157
31157
  "filename": "src/github/workflows-model.ts",
31158
- "line": 265
31158
+ "line": 297
31159
31159
  },
31160
31160
  "name": "checks",
31161
31161
  "optional": true,
@@ -31171,7 +31171,7 @@
31171
31171
  "immutable": true,
31172
31172
  "locationInModule": {
31173
31173
  "filename": "src/github/workflows-model.ts",
31174
- "line": 266
31174
+ "line": 298
31175
31175
  },
31176
31176
  "name": "codespaces",
31177
31177
  "optional": true,
@@ -31187,7 +31187,7 @@
31187
31187
  "immutable": true,
31188
31188
  "locationInModule": {
31189
31189
  "filename": "src/github/workflows-model.ts",
31190
- "line": 267
31190
+ "line": 299
31191
31191
  },
31192
31192
  "name": "contents",
31193
31193
  "optional": true,
@@ -31203,7 +31203,7 @@
31203
31203
  "immutable": true,
31204
31204
  "locationInModule": {
31205
31205
  "filename": "src/github/workflows-model.ts",
31206
- "line": 268
31206
+ "line": 300
31207
31207
  },
31208
31208
  "name": "dependabotSecrets",
31209
31209
  "optional": true,
@@ -31219,7 +31219,7 @@
31219
31219
  "immutable": true,
31220
31220
  "locationInModule": {
31221
31221
  "filename": "src/github/workflows-model.ts",
31222
- "line": 269
31222
+ "line": 301
31223
31223
  },
31224
31224
  "name": "deployments",
31225
31225
  "optional": true,
@@ -31235,7 +31235,7 @@
31235
31235
  "immutable": true,
31236
31236
  "locationInModule": {
31237
31237
  "filename": "src/github/workflows-model.ts",
31238
- "line": 270
31238
+ "line": 302
31239
31239
  },
31240
31240
  "name": "emailAddresses",
31241
31241
  "optional": true,
@@ -31251,7 +31251,7 @@
31251
31251
  "immutable": true,
31252
31252
  "locationInModule": {
31253
31253
  "filename": "src/github/workflows-model.ts",
31254
- "line": 271
31254
+ "line": 303
31255
31255
  },
31256
31256
  "name": "environments",
31257
31257
  "optional": true,
@@ -31267,7 +31267,7 @@
31267
31267
  "immutable": true,
31268
31268
  "locationInModule": {
31269
31269
  "filename": "src/github/workflows-model.ts",
31270
- "line": 272
31270
+ "line": 304
31271
31271
  },
31272
31272
  "name": "followers",
31273
31273
  "optional": true,
@@ -31283,7 +31283,7 @@
31283
31283
  "immutable": true,
31284
31284
  "locationInModule": {
31285
31285
  "filename": "src/github/workflows-model.ts",
31286
- "line": 273
31286
+ "line": 305
31287
31287
  },
31288
31288
  "name": "gitSshKeys",
31289
31289
  "optional": true,
@@ -31299,7 +31299,7 @@
31299
31299
  "immutable": true,
31300
31300
  "locationInModule": {
31301
31301
  "filename": "src/github/workflows-model.ts",
31302
- "line": 274
31302
+ "line": 306
31303
31303
  },
31304
31304
  "name": "gpgKeys",
31305
31305
  "optional": true,
@@ -31315,7 +31315,7 @@
31315
31315
  "immutable": true,
31316
31316
  "locationInModule": {
31317
31317
  "filename": "src/github/workflows-model.ts",
31318
- "line": 275
31318
+ "line": 307
31319
31319
  },
31320
31320
  "name": "interactionLimits",
31321
31321
  "optional": true,
@@ -31331,7 +31331,7 @@
31331
31331
  "immutable": true,
31332
31332
  "locationInModule": {
31333
31333
  "filename": "src/github/workflows-model.ts",
31334
- "line": 276
31334
+ "line": 308
31335
31335
  },
31336
31336
  "name": "issues",
31337
31337
  "optional": true,
@@ -31347,7 +31347,7 @@
31347
31347
  "immutable": true,
31348
31348
  "locationInModule": {
31349
31349
  "filename": "src/github/workflows-model.ts",
31350
- "line": 277
31350
+ "line": 309
31351
31351
  },
31352
31352
  "name": "members",
31353
31353
  "optional": true,
@@ -31363,7 +31363,7 @@
31363
31363
  "immutable": true,
31364
31364
  "locationInModule": {
31365
31365
  "filename": "src/github/workflows-model.ts",
31366
- "line": 278
31366
+ "line": 310
31367
31367
  },
31368
31368
  "name": "metadata",
31369
31369
  "optional": true,
@@ -31379,7 +31379,7 @@
31379
31379
  "immutable": true,
31380
31380
  "locationInModule": {
31381
31381
  "filename": "src/github/workflows-model.ts",
31382
- "line": 279
31382
+ "line": 311
31383
31383
  },
31384
31384
  "name": "organizationAdministration",
31385
31385
  "optional": true,
@@ -31395,7 +31395,7 @@
31395
31395
  "immutable": true,
31396
31396
  "locationInModule": {
31397
31397
  "filename": "src/github/workflows-model.ts",
31398
- "line": 280
31398
+ "line": 312
31399
31399
  },
31400
31400
  "name": "organizationAnnouncementBanners",
31401
31401
  "optional": true,
@@ -31411,7 +31411,7 @@
31411
31411
  "immutable": true,
31412
31412
  "locationInModule": {
31413
31413
  "filename": "src/github/workflows-model.ts",
31414
- "line": 281
31414
+ "line": 313
31415
31415
  },
31416
31416
  "name": "organizationCopilotSeatManagement",
31417
31417
  "optional": true,
@@ -31427,7 +31427,7 @@
31427
31427
  "immutable": true,
31428
31428
  "locationInModule": {
31429
31429
  "filename": "src/github/workflows-model.ts",
31430
- "line": 282
31430
+ "line": 314
31431
31431
  },
31432
31432
  "name": "organizationCustomOrgRoles",
31433
31433
  "optional": true,
@@ -31443,7 +31443,7 @@
31443
31443
  "immutable": true,
31444
31444
  "locationInModule": {
31445
31445
  "filename": "src/github/workflows-model.ts",
31446
- "line": 283
31446
+ "line": 315
31447
31447
  },
31448
31448
  "name": "organizationCustomProperties",
31449
31449
  "optional": true,
@@ -31459,7 +31459,7 @@
31459
31459
  "immutable": true,
31460
31460
  "locationInModule": {
31461
31461
  "filename": "src/github/workflows-model.ts",
31462
- "line": 284
31462
+ "line": 316
31463
31463
  },
31464
31464
  "name": "organizationCustomRoles",
31465
31465
  "optional": true,
@@ -31475,7 +31475,7 @@
31475
31475
  "immutable": true,
31476
31476
  "locationInModule": {
31477
31477
  "filename": "src/github/workflows-model.ts",
31478
- "line": 285
31478
+ "line": 317
31479
31479
  },
31480
31480
  "name": "organizationEvents",
31481
31481
  "optional": true,
@@ -31491,7 +31491,7 @@
31491
31491
  "immutable": true,
31492
31492
  "locationInModule": {
31493
31493
  "filename": "src/github/workflows-model.ts",
31494
- "line": 286
31494
+ "line": 318
31495
31495
  },
31496
31496
  "name": "organizationHooks",
31497
31497
  "optional": true,
@@ -31507,7 +31507,7 @@
31507
31507
  "immutable": true,
31508
31508
  "locationInModule": {
31509
31509
  "filename": "src/github/workflows-model.ts",
31510
- "line": 287
31510
+ "line": 319
31511
31511
  },
31512
31512
  "name": "organizationPackages",
31513
31513
  "optional": true,
@@ -31523,7 +31523,7 @@
31523
31523
  "immutable": true,
31524
31524
  "locationInModule": {
31525
31525
  "filename": "src/github/workflows-model.ts",
31526
- "line": 288
31526
+ "line": 320
31527
31527
  },
31528
31528
  "name": "organizationPersonalAccessTokenRequests",
31529
31529
  "optional": true,
@@ -31539,7 +31539,7 @@
31539
31539
  "immutable": true,
31540
31540
  "locationInModule": {
31541
31541
  "filename": "src/github/workflows-model.ts",
31542
- "line": 289
31542
+ "line": 321
31543
31543
  },
31544
31544
  "name": "organizationPersonalAccessTokens",
31545
31545
  "optional": true,
@@ -31555,7 +31555,7 @@
31555
31555
  "immutable": true,
31556
31556
  "locationInModule": {
31557
31557
  "filename": "src/github/workflows-model.ts",
31558
- "line": 290
31558
+ "line": 322
31559
31559
  },
31560
31560
  "name": "organizationPlan",
31561
31561
  "optional": true,
@@ -31571,7 +31571,7 @@
31571
31571
  "immutable": true,
31572
31572
  "locationInModule": {
31573
31573
  "filename": "src/github/workflows-model.ts",
31574
- "line": 291
31574
+ "line": 323
31575
31575
  },
31576
31576
  "name": "organizationProjects",
31577
31577
  "optional": true,
@@ -31587,7 +31587,7 @@
31587
31587
  "immutable": true,
31588
31588
  "locationInModule": {
31589
31589
  "filename": "src/github/workflows-model.ts",
31590
- "line": 292
31590
+ "line": 324
31591
31591
  },
31592
31592
  "name": "organizationSecrets",
31593
31593
  "optional": true,
@@ -31603,7 +31603,7 @@
31603
31603
  "immutable": true,
31604
31604
  "locationInModule": {
31605
31605
  "filename": "src/github/workflows-model.ts",
31606
- "line": 293
31606
+ "line": 325
31607
31607
  },
31608
31608
  "name": "organizationSelfHostedRunners",
31609
31609
  "optional": true,
@@ -31619,7 +31619,7 @@
31619
31619
  "immutable": true,
31620
31620
  "locationInModule": {
31621
31621
  "filename": "src/github/workflows-model.ts",
31622
- "line": 294
31622
+ "line": 326
31623
31623
  },
31624
31624
  "name": "orgnaizationUserBlocking",
31625
31625
  "optional": true,
@@ -31635,7 +31635,7 @@
31635
31635
  "immutable": true,
31636
31636
  "locationInModule": {
31637
31637
  "filename": "src/github/workflows-model.ts",
31638
- "line": 295
31638
+ "line": 327
31639
31639
  },
31640
31640
  "name": "packages",
31641
31641
  "optional": true,
@@ -31651,7 +31651,7 @@
31651
31651
  "immutable": true,
31652
31652
  "locationInModule": {
31653
31653
  "filename": "src/github/workflows-model.ts",
31654
- "line": 296
31654
+ "line": 328
31655
31655
  },
31656
31656
  "name": "pages",
31657
31657
  "optional": true,
@@ -31667,7 +31667,7 @@
31667
31667
  "immutable": true,
31668
31668
  "locationInModule": {
31669
31669
  "filename": "src/github/workflows-model.ts",
31670
- "line": 297
31670
+ "line": 329
31671
31671
  },
31672
31672
  "name": "profile",
31673
31673
  "optional": true,
@@ -31683,7 +31683,7 @@
31683
31683
  "immutable": true,
31684
31684
  "locationInModule": {
31685
31685
  "filename": "src/github/workflows-model.ts",
31686
- "line": 298
31686
+ "line": 330
31687
31687
  },
31688
31688
  "name": "pullRequests",
31689
31689
  "optional": true,
@@ -31700,7 +31700,7 @@
31700
31700
  "immutable": true,
31701
31701
  "locationInModule": {
31702
31702
  "filename": "src/github/workflows-model.ts",
31703
- "line": 302
31703
+ "line": 334
31704
31704
  },
31705
31705
  "name": "repositoryAnnouncementBanners",
31706
31706
  "optional": true,
@@ -31716,7 +31716,7 @@
31716
31716
  "immutable": true,
31717
31717
  "locationInModule": {
31718
31718
  "filename": "src/github/workflows-model.ts",
31719
- "line": 303
31719
+ "line": 335
31720
31720
  },
31721
31721
  "name": "repositoryCustomProperties",
31722
31722
  "optional": true,
@@ -31732,7 +31732,7 @@
31732
31732
  "immutable": true,
31733
31733
  "locationInModule": {
31734
31734
  "filename": "src/github/workflows-model.ts",
31735
- "line": 304
31735
+ "line": 336
31736
31736
  },
31737
31737
  "name": "repositoryHooks",
31738
31738
  "optional": true,
@@ -31748,7 +31748,7 @@
31748
31748
  "immutable": true,
31749
31749
  "locationInModule": {
31750
31750
  "filename": "src/github/workflows-model.ts",
31751
- "line": 305
31751
+ "line": 337
31752
31752
  },
31753
31753
  "name": "repositoryProjects",
31754
31754
  "optional": true,
@@ -31764,7 +31764,7 @@
31764
31764
  "immutable": true,
31765
31765
  "locationInModule": {
31766
31766
  "filename": "src/github/workflows-model.ts",
31767
- "line": 307
31767
+ "line": 339
31768
31768
  },
31769
31769
  "name": "secrets",
31770
31770
  "optional": true,
@@ -31780,7 +31780,7 @@
31780
31780
  "immutable": true,
31781
31781
  "locationInModule": {
31782
31782
  "filename": "src/github/workflows-model.ts",
31783
- "line": 306
31783
+ "line": 338
31784
31784
  },
31785
31785
  "name": "secretScanningAlerts",
31786
31786
  "optional": true,
@@ -31796,7 +31796,7 @@
31796
31796
  "immutable": true,
31797
31797
  "locationInModule": {
31798
31798
  "filename": "src/github/workflows-model.ts",
31799
- "line": 308
31799
+ "line": 340
31800
31800
  },
31801
31801
  "name": "securityEvents",
31802
31802
  "optional": true,
@@ -31812,7 +31812,7 @@
31812
31812
  "immutable": true,
31813
31813
  "locationInModule": {
31814
31814
  "filename": "src/github/workflows-model.ts",
31815
- "line": 309
31815
+ "line": 341
31816
31816
  },
31817
31817
  "name": "singleFile",
31818
31818
  "optional": true,
@@ -31828,7 +31828,7 @@
31828
31828
  "immutable": true,
31829
31829
  "locationInModule": {
31830
31830
  "filename": "src/github/workflows-model.ts",
31831
- "line": 310
31831
+ "line": 342
31832
31832
  },
31833
31833
  "name": "starring",
31834
31834
  "optional": true,
@@ -31844,7 +31844,7 @@
31844
31844
  "immutable": true,
31845
31845
  "locationInModule": {
31846
31846
  "filename": "src/github/workflows-model.ts",
31847
- "line": 311
31847
+ "line": 343
31848
31848
  },
31849
31849
  "name": "statuses",
31850
31850
  "optional": true,
@@ -31860,7 +31860,7 @@
31860
31860
  "immutable": true,
31861
31861
  "locationInModule": {
31862
31862
  "filename": "src/github/workflows-model.ts",
31863
- "line": 312
31863
+ "line": 344
31864
31864
  },
31865
31865
  "name": "teamDiscussions",
31866
31866
  "optional": true,
@@ -31876,7 +31876,7 @@
31876
31876
  "immutable": true,
31877
31877
  "locationInModule": {
31878
31878
  "filename": "src/github/workflows-model.ts",
31879
- "line": 313
31879
+ "line": 345
31880
31880
  },
31881
31881
  "name": "vulnerabilityAlerts",
31882
31882
  "optional": true,
@@ -31892,7 +31892,7 @@
31892
31892
  "immutable": true,
31893
31893
  "locationInModule": {
31894
31894
  "filename": "src/github/workflows-model.ts",
31895
- "line": 314
31895
+ "line": 346
31896
31896
  },
31897
31897
  "name": "workflows",
31898
31898
  "optional": true,
@@ -31914,7 +31914,7 @@
31914
31914
  "kind": "interface",
31915
31915
  "locationInModule": {
31916
31916
  "filename": "src/github/workflows-model.ts",
31917
- "line": 876
31917
+ "line": 908
31918
31918
  },
31919
31919
  "name": "BranchProtectionRuleOptions",
31920
31920
  "namespace": "github.workflows",
@@ -31931,7 +31931,7 @@
31931
31931
  "immutable": true,
31932
31932
  "locationInModule": {
31933
31933
  "filename": "src/github/workflows-model.ts",
31934
- "line": 882
31934
+ "line": 914
31935
31935
  },
31936
31936
  "name": "types",
31937
31937
  "optional": true,
@@ -31958,7 +31958,7 @@
31958
31958
  "kind": "interface",
31959
31959
  "locationInModule": {
31960
31960
  "filename": "src/github/workflows-model.ts",
31961
- "line": 888
31961
+ "line": 920
31962
31962
  },
31963
31963
  "name": "CheckRunOptions",
31964
31964
  "namespace": "github.workflows",
@@ -31975,7 +31975,7 @@
31975
31975
  "immutable": true,
31976
31976
  "locationInModule": {
31977
31977
  "filename": "src/github/workflows-model.ts",
31978
- "line": 894
31978
+ "line": 926
31979
31979
  },
31980
31980
  "name": "types",
31981
31981
  "optional": true,
@@ -32002,7 +32002,7 @@
32002
32002
  "kind": "interface",
32003
32003
  "locationInModule": {
32004
32004
  "filename": "src/github/workflows-model.ts",
32005
- "line": 902
32005
+ "line": 934
32006
32006
  },
32007
32007
  "name": "CheckSuiteOptions",
32008
32008
  "namespace": "github.workflows",
@@ -32019,7 +32019,7 @@
32019
32019
  "immutable": true,
32020
32020
  "locationInModule": {
32021
32021
  "filename": "src/github/workflows-model.ts",
32022
- "line": 908
32022
+ "line": 940
32023
32023
  },
32024
32024
  "name": "types",
32025
32025
  "optional": true,
@@ -32176,7 +32176,7 @@
32176
32176
  "kind": "interface",
32177
32177
  "locationInModule": {
32178
32178
  "filename": "src/github/workflows-model.ts",
32179
- "line": 605
32179
+ "line": 637
32180
32180
  },
32181
32181
  "name": "ContainerCredentials",
32182
32182
  "namespace": "github.workflows",
@@ -32190,7 +32190,7 @@
32190
32190
  "immutable": true,
32191
32191
  "locationInModule": {
32192
32192
  "filename": "src/github/workflows-model.ts",
32193
- "line": 610
32193
+ "line": 642
32194
32194
  },
32195
32195
  "name": "password",
32196
32196
  "type": {
@@ -32206,7 +32206,7 @@
32206
32206
  "immutable": true,
32207
32207
  "locationInModule": {
32208
32208
  "filename": "src/github/workflows-model.ts",
32209
- "line": 607
32209
+ "line": 639
32210
32210
  },
32211
32211
  "name": "username",
32212
32212
  "type": {
@@ -32227,7 +32227,7 @@
32227
32227
  "kind": "interface",
32228
32228
  "locationInModule": {
32229
32229
  "filename": "src/github/workflows-model.ts",
32230
- "line": 558
32230
+ "line": 590
32231
32231
  },
32232
32232
  "name": "ContainerOptions",
32233
32233
  "namespace": "github.workflows",
@@ -32242,7 +32242,7 @@
32242
32242
  "immutable": true,
32243
32243
  "locationInModule": {
32244
32244
  "filename": "src/github/workflows-model.ts",
32245
- "line": 563
32245
+ "line": 595
32246
32246
  },
32247
32247
  "name": "image",
32248
32248
  "type": {
@@ -32259,7 +32259,7 @@
32259
32259
  "immutable": true,
32260
32260
  "locationInModule": {
32261
32261
  "filename": "src/github/workflows-model.ts",
32262
- "line": 571
32262
+ "line": 603
32263
32263
  },
32264
32264
  "name": "credentials",
32265
32265
  "optional": true,
@@ -32276,7 +32276,7 @@
32276
32276
  "immutable": true,
32277
32277
  "locationInModule": {
32278
32278
  "filename": "src/github/workflows-model.ts",
32279
- "line": 576
32279
+ "line": 608
32280
32280
  },
32281
32281
  "name": "env",
32282
32282
  "optional": true,
@@ -32299,7 +32299,7 @@
32299
32299
  "immutable": true,
32300
32300
  "locationInModule": {
32301
32301
  "filename": "src/github/workflows-model.ts",
32302
- "line": 599
32302
+ "line": 631
32303
32303
  },
32304
32304
  "name": "options",
32305
32305
  "optional": true,
@@ -32321,7 +32321,7 @@
32321
32321
  "immutable": true,
32322
32322
  "locationInModule": {
32323
32323
  "filename": "src/github/workflows-model.ts",
32324
- "line": 581
32324
+ "line": 613
32325
32325
  },
32326
32326
  "name": "ports",
32327
32327
  "optional": true,
@@ -32344,7 +32344,7 @@
32344
32344
  "immutable": true,
32345
32345
  "locationInModule": {
32346
32346
  "filename": "src/github/workflows-model.ts",
32347
- "line": 592
32347
+ "line": 624
32348
32348
  },
32349
32349
  "name": "volumes",
32350
32350
  "optional": true,
@@ -32371,7 +32371,7 @@
32371
32371
  "kind": "interface",
32372
32372
  "locationInModule": {
32373
32373
  "filename": "src/github/workflows-model.ts",
32374
- "line": 1304
32374
+ "line": 1336
32375
32375
  },
32376
32376
  "name": "CreateOptions",
32377
32377
  "namespace": "github.workflows",
@@ -32388,7 +32388,7 @@
32388
32388
  "kind": "interface",
32389
32389
  "locationInModule": {
32390
32390
  "filename": "src/github/workflows-model.ts",
32391
- "line": 854
32391
+ "line": 886
32392
32392
  },
32393
32393
  "name": "CronScheduleOptions",
32394
32394
  "namespace": "github.workflows",
@@ -32402,7 +32402,7 @@
32402
32402
  "immutable": true,
32403
32403
  "locationInModule": {
32404
32404
  "filename": "src/github/workflows-model.ts",
32405
- "line": 858
32405
+ "line": 890
32406
32406
  },
32407
32407
  "name": "cron",
32408
32408
  "type": {
@@ -32423,7 +32423,7 @@
32423
32423
  "kind": "interface",
32424
32424
  "locationInModule": {
32425
32425
  "filename": "src/github/workflows-model.ts",
32426
- "line": 1309
32426
+ "line": 1341
32427
32427
  },
32428
32428
  "name": "DeleteOptions",
32429
32429
  "namespace": "github.workflows",
@@ -32440,7 +32440,7 @@
32440
32440
  "kind": "interface",
32441
32441
  "locationInModule": {
32442
32442
  "filename": "src/github/workflows-model.ts",
32443
- "line": 1314
32443
+ "line": 1346
32444
32444
  },
32445
32445
  "name": "DeploymentOptions",
32446
32446
  "namespace": "github.workflows",
@@ -32457,7 +32457,7 @@
32457
32457
  "kind": "interface",
32458
32458
  "locationInModule": {
32459
32459
  "filename": "src/github/workflows-model.ts",
32460
- "line": 1319
32460
+ "line": 1351
32461
32461
  },
32462
32462
  "name": "DeploymentStatusOptions",
32463
32463
  "namespace": "github.workflows",
@@ -32474,7 +32474,7 @@
32474
32474
  "kind": "interface",
32475
32475
  "locationInModule": {
32476
32476
  "filename": "src/github/workflows-model.ts",
32477
- "line": 939
32477
+ "line": 971
32478
32478
  },
32479
32479
  "name": "DiscussionCommentOptions",
32480
32480
  "namespace": "github.workflows",
@@ -32491,7 +32491,7 @@
32491
32491
  "immutable": true,
32492
32492
  "locationInModule": {
32493
32493
  "filename": "src/github/workflows-model.ts",
32494
- "line": 945
32494
+ "line": 977
32495
32495
  },
32496
32496
  "name": "types",
32497
32497
  "optional": true,
@@ -32518,7 +32518,7 @@
32518
32518
  "kind": "interface",
32519
32519
  "locationInModule": {
32520
32520
  "filename": "src/github/workflows-model.ts",
32521
- "line": 914
32521
+ "line": 946
32522
32522
  },
32523
32523
  "name": "DiscussionOptions",
32524
32524
  "namespace": "github.workflows",
@@ -32535,7 +32535,7 @@
32535
32535
  "immutable": true,
32536
32536
  "locationInModule": {
32537
32537
  "filename": "src/github/workflows-model.ts",
32538
- "line": 920
32538
+ "line": 952
32539
32539
  },
32540
32540
  "name": "types",
32541
32541
  "optional": true,
@@ -32562,7 +32562,7 @@
32562
32562
  "kind": "interface",
32563
32563
  "locationInModule": {
32564
32564
  "filename": "src/github/workflows-model.ts",
32565
- "line": 1324
32565
+ "line": 1356
32566
32566
  },
32567
32567
  "name": "ForkOptions",
32568
32568
  "namespace": "github.workflows",
@@ -32579,7 +32579,7 @@
32579
32579
  "kind": "interface",
32580
32580
  "locationInModule": {
32581
32581
  "filename": "src/github/workflows-model.ts",
32582
- "line": 1329
32582
+ "line": 1361
32583
32583
  },
32584
32584
  "name": "GollumOptions",
32585
32585
  "namespace": "github.workflows",
@@ -32596,7 +32596,7 @@
32596
32596
  "kind": "interface",
32597
32597
  "locationInModule": {
32598
32598
  "filename": "src/github/workflows-model.ts",
32599
- "line": 951
32599
+ "line": 983
32600
32600
  },
32601
32601
  "name": "IssueCommentOptions",
32602
32602
  "namespace": "github.workflows",
@@ -32613,7 +32613,7 @@
32613
32613
  "immutable": true,
32614
32614
  "locationInModule": {
32615
32615
  "filename": "src/github/workflows-model.ts",
32616
- "line": 957
32616
+ "line": 989
32617
32617
  },
32618
32618
  "name": "types",
32619
32619
  "optional": true,
@@ -32640,7 +32640,7 @@
32640
32640
  "kind": "interface",
32641
32641
  "locationInModule": {
32642
32642
  "filename": "src/github/workflows-model.ts",
32643
- "line": 963
32643
+ "line": 995
32644
32644
  },
32645
32645
  "name": "IssuesOptions",
32646
32646
  "namespace": "github.workflows",
@@ -32657,7 +32657,7 @@
32657
32657
  "immutable": true,
32658
32658
  "locationInModule": {
32659
32659
  "filename": "src/github/workflows-model.ts",
32660
- "line": 969
32660
+ "line": 1001
32661
32661
  },
32662
32662
  "name": "types",
32663
32663
  "optional": true,
@@ -32673,6 +32673,63 @@
32673
32673
  ],
32674
32674
  "symbolId": "src/github/workflows-model:IssuesOptions"
32675
32675
  },
32676
+ "projen.github.workflows.JavaToolRequirement": {
32677
+ "assembly": "projen",
32678
+ "datatype": true,
32679
+ "docs": {
32680
+ "stability": "experimental",
32681
+ "summary": "Version requirement for Java tools."
32682
+ },
32683
+ "fqn": "projen.github.workflows.JavaToolRequirement",
32684
+ "interfaces": [
32685
+ "projen.github.workflows.ToolRequirement"
32686
+ ],
32687
+ "kind": "interface",
32688
+ "locationInModule": {
32689
+ "filename": "src/github/workflows-model.ts",
32690
+ "line": 241
32691
+ },
32692
+ "name": "JavaToolRequirement",
32693
+ "namespace": "github.workflows",
32694
+ "properties": [
32695
+ {
32696
+ "abstract": true,
32697
+ "docs": {
32698
+ "default": "\"corretto\"",
32699
+ "stability": "experimental",
32700
+ "summary": "The JDK distribution to use."
32701
+ },
32702
+ "immutable": true,
32703
+ "locationInModule": {
32704
+ "filename": "src/github/workflows-model.ts",
32705
+ "line": 246
32706
+ },
32707
+ "name": "distribution",
32708
+ "optional": true,
32709
+ "type": {
32710
+ "primitive": "string"
32711
+ }
32712
+ },
32713
+ {
32714
+ "abstract": true,
32715
+ "docs": {
32716
+ "stability": "experimental",
32717
+ "summary": "The package manager to use for caching (e.g. \"maven\", \"gradle\", \"sbt\"). Required when `cache` is true."
32718
+ },
32719
+ "immutable": true,
32720
+ "locationInModule": {
32721
+ "filename": "src/github/workflows-model.ts",
32722
+ "line": 251
32723
+ },
32724
+ "name": "packageManager",
32725
+ "optional": true,
32726
+ "type": {
32727
+ "primitive": "string"
32728
+ }
32729
+ }
32730
+ ],
32731
+ "symbolId": "src/github/workflows-model:JavaToolRequirement"
32732
+ },
32676
32733
  "projen.github.workflows.Job": {
32677
32734
  "assembly": "projen",
32678
32735
  "datatype": true,
@@ -33053,7 +33110,7 @@
33053
33110
  "kind": "interface",
33054
33111
  "locationInModule": {
33055
33112
  "filename": "src/github/workflows-model.ts",
33056
- "line": 365
33113
+ "line": 397
33057
33114
  },
33058
33115
  "name": "JobDefaults",
33059
33116
  "namespace": "github.workflows",
@@ -33067,7 +33124,7 @@
33067
33124
  "immutable": true,
33068
33125
  "locationInModule": {
33069
33126
  "filename": "src/github/workflows-model.ts",
33070
- "line": 367
33127
+ "line": 399
33071
33128
  },
33072
33129
  "name": "run",
33073
33130
  "optional": true,
@@ -33089,7 +33146,7 @@
33089
33146
  "kind": "interface",
33090
33147
  "locationInModule": {
33091
33148
  "filename": "src/github/workflows-model.ts",
33092
- "line": 528
33149
+ "line": 560
33093
33150
  },
33094
33151
  "name": "JobMatrix",
33095
33152
  "namespace": "github.workflows",
@@ -33104,7 +33161,7 @@
33104
33161
  "immutable": true,
33105
33162
  "locationInModule": {
33106
33163
  "filename": "src/github/workflows-model.ts",
33107
- "line": 537
33164
+ "line": 569
33108
33165
  },
33109
33166
  "name": "domain",
33110
33167
  "optional": true,
@@ -33153,7 +33210,7 @@
33153
33210
  "immutable": true,
33154
33211
  "locationInModule": {
33155
33212
  "filename": "src/github/workflows-model.ts",
33156
- "line": 552
33213
+ "line": 584
33157
33214
  },
33158
33215
  "name": "exclude",
33159
33216
  "optional": true,
@@ -33193,7 +33250,7 @@
33193
33250
  "immutable": true,
33194
33251
  "locationInModule": {
33195
33252
  "filename": "src/github/workflows-model.ts",
33196
- "line": 545
33253
+ "line": 577
33197
33254
  },
33198
33255
  "name": "include",
33199
33256
  "optional": true,
@@ -33236,7 +33293,7 @@
33236
33293
  "kind": "enum",
33237
33294
  "locationInModule": {
33238
33295
  "filename": "src/github/workflows-model.ts",
33239
- "line": 320
33296
+ "line": 352
33240
33297
  },
33241
33298
  "members": [
33242
33299
  {
@@ -33278,7 +33335,7 @@
33278
33335
  "kind": "interface",
33279
33336
  "locationInModule": {
33280
33337
  "filename": "src/github/workflows-model.ts",
33281
- "line": 230
33338
+ "line": 262
33282
33339
  },
33283
33340
  "name": "JobPermissions",
33284
33341
  "namespace": "github.workflows",
@@ -33291,7 +33348,7 @@
33291
33348
  "immutable": true,
33292
33349
  "locationInModule": {
33293
33350
  "filename": "src/github/workflows-model.ts",
33294
- "line": 231
33351
+ "line": 263
33295
33352
  },
33296
33353
  "name": "actions",
33297
33354
  "optional": true,
@@ -33307,7 +33364,7 @@
33307
33364
  "immutable": true,
33308
33365
  "locationInModule": {
33309
33366
  "filename": "src/github/workflows-model.ts",
33310
- "line": 232
33367
+ "line": 264
33311
33368
  },
33312
33369
  "name": "attestations",
33313
33370
  "optional": true,
@@ -33323,7 +33380,7 @@
33323
33380
  "immutable": true,
33324
33381
  "locationInModule": {
33325
33382
  "filename": "src/github/workflows-model.ts",
33326
- "line": 233
33383
+ "line": 265
33327
33384
  },
33328
33385
  "name": "checks",
33329
33386
  "optional": true,
@@ -33339,7 +33396,7 @@
33339
33396
  "immutable": true,
33340
33397
  "locationInModule": {
33341
33398
  "filename": "src/github/workflows-model.ts",
33342
- "line": 234
33399
+ "line": 266
33343
33400
  },
33344
33401
  "name": "contents",
33345
33402
  "optional": true,
@@ -33355,7 +33412,7 @@
33355
33412
  "immutable": true,
33356
33413
  "locationInModule": {
33357
33414
  "filename": "src/github/workflows-model.ts",
33358
- "line": 235
33415
+ "line": 267
33359
33416
  },
33360
33417
  "name": "deployments",
33361
33418
  "optional": true,
@@ -33371,7 +33428,7 @@
33371
33428
  "immutable": true,
33372
33429
  "locationInModule": {
33373
33430
  "filename": "src/github/workflows-model.ts",
33374
- "line": 239
33431
+ "line": 271
33375
33432
  },
33376
33433
  "name": "discussions",
33377
33434
  "optional": true,
@@ -33387,7 +33444,7 @@
33387
33444
  "immutable": true,
33388
33445
  "locationInModule": {
33389
33446
  "filename": "src/github/workflows-model.ts",
33390
- "line": 236
33447
+ "line": 268
33391
33448
  },
33392
33449
  "name": "idToken",
33393
33450
  "optional": true,
@@ -33403,7 +33460,7 @@
33403
33460
  "immutable": true,
33404
33461
  "locationInModule": {
33405
33462
  "filename": "src/github/workflows-model.ts",
33406
- "line": 237
33463
+ "line": 269
33407
33464
  },
33408
33465
  "name": "issues",
33409
33466
  "optional": true,
@@ -33419,7 +33476,7 @@
33419
33476
  "immutable": true,
33420
33477
  "locationInModule": {
33421
33478
  "filename": "src/github/workflows-model.ts",
33422
- "line": 238
33479
+ "line": 270
33423
33480
  },
33424
33481
  "name": "models",
33425
33482
  "optional": true,
@@ -33435,7 +33492,7 @@
33435
33492
  "immutable": true,
33436
33493
  "locationInModule": {
33437
33494
  "filename": "src/github/workflows-model.ts",
33438
- "line": 240
33495
+ "line": 272
33439
33496
  },
33440
33497
  "name": "packages",
33441
33498
  "optional": true,
@@ -33451,7 +33508,7 @@
33451
33508
  "immutable": true,
33452
33509
  "locationInModule": {
33453
33510
  "filename": "src/github/workflows-model.ts",
33454
- "line": 241
33511
+ "line": 273
33455
33512
  },
33456
33513
  "name": "pages",
33457
33514
  "optional": true,
@@ -33467,7 +33524,7 @@
33467
33524
  "immutable": true,
33468
33525
  "locationInModule": {
33469
33526
  "filename": "src/github/workflows-model.ts",
33470
- "line": 242
33527
+ "line": 274
33471
33528
  },
33472
33529
  "name": "pullRequests",
33473
33530
  "optional": true,
@@ -33484,7 +33541,7 @@
33484
33541
  "immutable": true,
33485
33542
  "locationInModule": {
33486
33543
  "filename": "src/github/workflows-model.ts",
33487
- "line": 246
33544
+ "line": 278
33488
33545
  },
33489
33546
  "name": "repositoryProjects",
33490
33547
  "optional": true,
@@ -33500,7 +33557,7 @@
33500
33557
  "immutable": true,
33501
33558
  "locationInModule": {
33502
33559
  "filename": "src/github/workflows-model.ts",
33503
- "line": 247
33560
+ "line": 279
33504
33561
  },
33505
33562
  "name": "securityEvents",
33506
33563
  "optional": true,
@@ -33516,7 +33573,7 @@
33516
33573
  "immutable": true,
33517
33574
  "locationInModule": {
33518
33575
  "filename": "src/github/workflows-model.ts",
33519
- "line": 248
33576
+ "line": 280
33520
33577
  },
33521
33578
  "name": "statuses",
33522
33579
  "optional": true,
@@ -33543,7 +33600,7 @@
33543
33600
  "kind": "interface",
33544
33601
  "locationInModule": {
33545
33602
  "filename": "src/github/workflows-model.ts",
33546
- "line": 488
33603
+ "line": 520
33547
33604
  },
33548
33605
  "name": "JobStep",
33549
33606
  "namespace": "github.workflows",
@@ -33563,7 +33620,7 @@
33563
33620
  "kind": "interface",
33564
33621
  "locationInModule": {
33565
33622
  "filename": "src/github/workflows-model.ts",
33566
- "line": 470
33623
+ "line": 502
33567
33624
  },
33568
33625
  "name": "JobStepConfiguration",
33569
33626
  "namespace": "github.workflows",
@@ -33578,7 +33635,7 @@
33578
33635
  "immutable": true,
33579
33636
  "locationInModule": {
33580
33637
  "filename": "src/github/workflows-model.ts",
33581
- "line": 475
33638
+ "line": 507
33582
33639
  },
33583
33640
  "name": "continueOnError",
33584
33641
  "optional": true,
@@ -33595,7 +33652,7 @@
33595
33652
  "immutable": true,
33596
33653
  "locationInModule": {
33597
33654
  "filename": "src/github/workflows-model.ts",
33598
- "line": 480
33655
+ "line": 512
33599
33656
  },
33600
33657
  "name": "timeoutMinutes",
33601
33658
  "optional": true,
@@ -33617,7 +33674,7 @@
33617
33674
  "kind": "interface",
33618
33675
  "locationInModule": {
33619
33676
  "filename": "src/github/workflows-model.ts",
33620
- "line": 350
33677
+ "line": 382
33621
33678
  },
33622
33679
  "name": "JobStepOutput",
33623
33680
  "namespace": "github.workflows",
@@ -33631,7 +33688,7 @@
33631
33688
  "immutable": true,
33632
33689
  "locationInModule": {
33633
33690
  "filename": "src/github/workflows-model.ts",
33634
- "line": 359
33691
+ "line": 391
33635
33692
  },
33636
33693
  "name": "outputName",
33637
33694
  "type": {
@@ -33647,7 +33704,7 @@
33647
33704
  "immutable": true,
33648
33705
  "locationInModule": {
33649
33706
  "filename": "src/github/workflows-model.ts",
33650
- "line": 354
33707
+ "line": 386
33651
33708
  },
33652
33709
  "name": "stepId",
33653
33710
  "type": {
@@ -33669,7 +33726,7 @@
33669
33726
  "kind": "interface",
33670
33727
  "locationInModule": {
33671
33728
  "filename": "src/github/workflows-model.ts",
33672
- "line": 494
33729
+ "line": 526
33673
33730
  },
33674
33731
  "name": "JobStrategy",
33675
33732
  "namespace": "github.workflows",
@@ -33684,7 +33741,7 @@
33684
33741
  "immutable": true,
33685
33742
  "locationInModule": {
33686
33743
  "filename": "src/github/workflows-model.ts",
33687
- "line": 512
33744
+ "line": 544
33688
33745
  },
33689
33746
  "name": "failFast",
33690
33747
  "optional": true,
@@ -33702,7 +33759,7 @@
33702
33759
  "immutable": true,
33703
33760
  "locationInModule": {
33704
33761
  "filename": "src/github/workflows-model.ts",
33705
- "line": 506
33762
+ "line": 538
33706
33763
  },
33707
33764
  "name": "matrix",
33708
33765
  "optional": true,
@@ -33720,7 +33777,7 @@
33720
33777
  "immutable": true,
33721
33778
  "locationInModule": {
33722
33779
  "filename": "src/github/workflows-model.ts",
33723
- "line": 520
33780
+ "line": 552
33724
33781
  },
33725
33782
  "name": "maxParallel",
33726
33783
  "optional": true,
@@ -33742,7 +33799,7 @@
33742
33799
  "kind": "interface",
33743
33800
  "locationInModule": {
33744
33801
  "filename": "src/github/workflows-model.ts",
33745
- "line": 992
33802
+ "line": 1024
33746
33803
  },
33747
33804
  "name": "LabelOptions",
33748
33805
  "namespace": "github.workflows",
@@ -33759,7 +33816,7 @@
33759
33816
  "immutable": true,
33760
33817
  "locationInModule": {
33761
33818
  "filename": "src/github/workflows-model.ts",
33762
- "line": 998
33819
+ "line": 1030
33763
33820
  },
33764
33821
  "name": "types",
33765
33822
  "optional": true,
@@ -33786,7 +33843,7 @@
33786
33843
  "kind": "interface",
33787
33844
  "locationInModule": {
33788
33845
  "filename": "src/github/workflows-model.ts",
33789
- "line": 1006
33846
+ "line": 1038
33790
33847
  },
33791
33848
  "name": "MergeGroupOptions",
33792
33849
  "namespace": "github.workflows",
@@ -33801,7 +33858,7 @@
33801
33858
  "immutable": true,
33802
33859
  "locationInModule": {
33803
33860
  "filename": "src/github/workflows-model.ts",
33804
- "line": 1012
33861
+ "line": 1044
33805
33862
  },
33806
33863
  "name": "branches",
33807
33864
  "optional": true,
@@ -33828,7 +33885,7 @@
33828
33885
  "kind": "interface",
33829
33886
  "locationInModule": {
33830
33887
  "filename": "src/github/workflows-model.ts",
33831
- "line": 1018
33888
+ "line": 1050
33832
33889
  },
33833
33890
  "name": "MilestoneOptions",
33834
33891
  "namespace": "github.workflows",
@@ -33845,7 +33902,7 @@
33845
33902
  "immutable": true,
33846
33903
  "locationInModule": {
33847
33904
  "filename": "src/github/workflows-model.ts",
33848
- "line": 1024
33905
+ "line": 1056
33849
33906
  },
33850
33907
  "name": "types",
33851
33908
  "optional": true,
@@ -33872,7 +33929,7 @@
33872
33929
  "kind": "interface",
33873
33930
  "locationInModule": {
33874
33931
  "filename": "src/github/workflows-model.ts",
33875
- "line": 1334
33932
+ "line": 1366
33876
33933
  },
33877
33934
  "name": "PageBuildOptions",
33878
33935
  "namespace": "github.workflows",
@@ -33889,7 +33946,7 @@
33889
33946
  "kind": "interface",
33890
33947
  "locationInModule": {
33891
33948
  "filename": "src/github/workflows-model.ts",
33892
- "line": 1046
33949
+ "line": 1078
33893
33950
  },
33894
33951
  "name": "ProjectCardOptions",
33895
33952
  "namespace": "github.workflows",
@@ -33906,7 +33963,7 @@
33906
33963
  "immutable": true,
33907
33964
  "locationInModule": {
33908
33965
  "filename": "src/github/workflows-model.ts",
33909
- "line": 1052
33966
+ "line": 1084
33910
33967
  },
33911
33968
  "name": "types",
33912
33969
  "optional": true,
@@ -33933,7 +33990,7 @@
33933
33990
  "kind": "interface",
33934
33991
  "locationInModule": {
33935
33992
  "filename": "src/github/workflows-model.ts",
33936
- "line": 1060
33993
+ "line": 1092
33937
33994
  },
33938
33995
  "name": "ProjectColumnOptions",
33939
33996
  "namespace": "github.workflows",
@@ -33950,7 +34007,7 @@
33950
34007
  "immutable": true,
33951
34008
  "locationInModule": {
33952
34009
  "filename": "src/github/workflows-model.ts",
33953
- "line": 1066
34010
+ "line": 1098
33954
34011
  },
33955
34012
  "name": "types",
33956
34013
  "optional": true,
@@ -33977,7 +34034,7 @@
33977
34034
  "kind": "interface",
33978
34035
  "locationInModule": {
33979
34036
  "filename": "src/github/workflows-model.ts",
33980
- "line": 1032
34037
+ "line": 1064
33981
34038
  },
33982
34039
  "name": "ProjectOptions",
33983
34040
  "namespace": "github.workflows",
@@ -33994,7 +34051,7 @@
33994
34051
  "immutable": true,
33995
34052
  "locationInModule": {
33996
34053
  "filename": "src/github/workflows-model.ts",
33997
- "line": 1038
34054
+ "line": 1070
33998
34055
  },
33999
34056
  "name": "types",
34000
34057
  "optional": true,
@@ -34021,7 +34078,7 @@
34021
34078
  "kind": "interface",
34022
34079
  "locationInModule": {
34023
34080
  "filename": "src/github/workflows-model.ts",
34024
- "line": 1339
34081
+ "line": 1371
34025
34082
  },
34026
34083
  "name": "PublicOptions",
34027
34084
  "namespace": "github.workflows",
@@ -34041,7 +34098,7 @@
34041
34098
  "kind": "interface",
34042
34099
  "locationInModule": {
34043
34100
  "filename": "src/github/workflows-model.ts",
34044
- "line": 1072
34101
+ "line": 1104
34045
34102
  },
34046
34103
  "name": "PullRequestOptions",
34047
34104
  "namespace": "github.workflows",
@@ -34058,7 +34115,7 @@
34058
34115
  "immutable": true,
34059
34116
  "locationInModule": {
34060
34117
  "filename": "src/github/workflows-model.ts",
34061
- "line": 1078
34118
+ "line": 1110
34062
34119
  },
34063
34120
  "name": "types",
34064
34121
  "optional": true,
@@ -34085,7 +34142,7 @@
34085
34142
  "kind": "interface",
34086
34143
  "locationInModule": {
34087
34144
  "filename": "src/github/workflows-model.ts",
34088
- "line": 1111
34145
+ "line": 1143
34089
34146
  },
34090
34147
  "name": "PullRequestReviewCommentOptions",
34091
34148
  "namespace": "github.workflows",
@@ -34102,7 +34159,7 @@
34102
34159
  "immutable": true,
34103
34160
  "locationInModule": {
34104
34161
  "filename": "src/github/workflows-model.ts",
34105
- "line": 1117
34162
+ "line": 1149
34106
34163
  },
34107
34164
  "name": "types",
34108
34165
  "optional": true,
@@ -34129,7 +34186,7 @@
34129
34186
  "kind": "interface",
34130
34187
  "locationInModule": {
34131
34188
  "filename": "src/github/workflows-model.ts",
34132
- "line": 1099
34189
+ "line": 1131
34133
34190
  },
34134
34191
  "name": "PullRequestReviewOptions",
34135
34192
  "namespace": "github.workflows",
@@ -34146,7 +34203,7 @@
34146
34203
  "immutable": true,
34147
34204
  "locationInModule": {
34148
34205
  "filename": "src/github/workflows-model.ts",
34149
- "line": 1105
34206
+ "line": 1137
34150
34207
  },
34151
34208
  "name": "types",
34152
34209
  "optional": true,
@@ -34176,7 +34233,7 @@
34176
34233
  "kind": "interface",
34177
34234
  "locationInModule": {
34178
34235
  "filename": "src/github/workflows-model.ts",
34179
- "line": 1123
34236
+ "line": 1155
34180
34237
  },
34181
34238
  "name": "PullRequestTargetOptions",
34182
34239
  "namespace": "github.workflows",
@@ -34193,7 +34250,7 @@
34193
34250
  "immutable": true,
34194
34251
  "locationInModule": {
34195
34252
  "filename": "src/github/workflows-model.ts",
34196
- "line": 1129
34253
+ "line": 1161
34197
34254
  },
34198
34255
  "name": "types",
34199
34256
  "optional": true,
@@ -34220,7 +34277,7 @@
34220
34277
  "kind": "interface",
34221
34278
  "locationInModule": {
34222
34279
  "filename": "src/github/workflows-model.ts",
34223
- "line": 1150
34280
+ "line": 1182
34224
34281
  },
34225
34282
  "name": "PushOptions",
34226
34283
  "namespace": "github.workflows",
@@ -34236,7 +34293,7 @@
34236
34293
  "immutable": true,
34237
34294
  "locationInModule": {
34238
34295
  "filename": "src/github/workflows-model.ts",
34239
- "line": 1160
34296
+ "line": 1192
34240
34297
  },
34241
34298
  "name": "branches",
34242
34299
  "optional": true,
@@ -34260,7 +34317,7 @@
34260
34317
  "immutable": true,
34261
34318
  "locationInModule": {
34262
34319
  "filename": "src/github/workflows-model.ts",
34263
- "line": 1181
34320
+ "line": 1213
34264
34321
  },
34265
34322
  "name": "paths",
34266
34323
  "optional": true,
@@ -34284,7 +34341,7 @@
34284
34341
  "immutable": true,
34285
34342
  "locationInModule": {
34286
34343
  "filename": "src/github/workflows-model.ts",
34287
- "line": 1171
34344
+ "line": 1203
34288
34345
  },
34289
34346
  "name": "tags",
34290
34347
  "optional": true,
@@ -34300,6 +34357,45 @@
34300
34357
  ],
34301
34358
  "symbolId": "src/github/workflows-model:PushOptions"
34302
34359
  },
34360
+ "projen.github.workflows.PythonToolRequirement": {
34361
+ "assembly": "projen",
34362
+ "datatype": true,
34363
+ "docs": {
34364
+ "stability": "experimental",
34365
+ "summary": "Version requirement for Python tools."
34366
+ },
34367
+ "fqn": "projen.github.workflows.PythonToolRequirement",
34368
+ "interfaces": [
34369
+ "projen.github.workflows.ToolRequirement"
34370
+ ],
34371
+ "kind": "interface",
34372
+ "locationInModule": {
34373
+ "filename": "src/github/workflows-model.ts",
34374
+ "line": 230
34375
+ },
34376
+ "name": "PythonToolRequirement",
34377
+ "namespace": "github.workflows",
34378
+ "properties": [
34379
+ {
34380
+ "abstract": true,
34381
+ "docs": {
34382
+ "stability": "experimental",
34383
+ "summary": "The package manager to use for caching (e.g. \"pip\", \"pipenv\", \"poetry\"). Required when `cache` is true."
34384
+ },
34385
+ "immutable": true,
34386
+ "locationInModule": {
34387
+ "filename": "src/github/workflows-model.ts",
34388
+ "line": 235
34389
+ },
34390
+ "name": "packageManager",
34391
+ "optional": true,
34392
+ "type": {
34393
+ "primitive": "string"
34394
+ }
34395
+ }
34396
+ ],
34397
+ "symbolId": "src/github/workflows-model:PythonToolRequirement"
34398
+ },
34303
34399
  "projen.github.workflows.RegistryPackageOptions": {
34304
34400
  "assembly": "projen",
34305
34401
  "datatype": true,
@@ -34311,7 +34407,7 @@
34311
34407
  "kind": "interface",
34312
34408
  "locationInModule": {
34313
34409
  "filename": "src/github/workflows-model.ts",
34314
- "line": 1187
34410
+ "line": 1219
34315
34411
  },
34316
34412
  "name": "RegistryPackageOptions",
34317
34413
  "namespace": "github.workflows",
@@ -34328,7 +34424,7 @@
34328
34424
  "immutable": true,
34329
34425
  "locationInModule": {
34330
34426
  "filename": "src/github/workflows-model.ts",
34331
- "line": 1193
34427
+ "line": 1225
34332
34428
  },
34333
34429
  "name": "types",
34334
34430
  "optional": true,
@@ -34355,7 +34451,7 @@
34355
34451
  "kind": "interface",
34356
34452
  "locationInModule": {
34357
34453
  "filename": "src/github/workflows-model.ts",
34358
- "line": 1199
34454
+ "line": 1231
34359
34455
  },
34360
34456
  "name": "ReleaseOptions",
34361
34457
  "namespace": "github.workflows",
@@ -34372,7 +34468,7 @@
34372
34468
  "immutable": true,
34373
34469
  "locationInModule": {
34374
34470
  "filename": "src/github/workflows-model.ts",
34375
- "line": 1205
34471
+ "line": 1237
34376
34472
  },
34377
34473
  "name": "types",
34378
34474
  "optional": true,
@@ -34399,7 +34495,7 @@
34399
34495
  "kind": "interface",
34400
34496
  "locationInModule": {
34401
34497
  "filename": "src/github/workflows-model.ts",
34402
- "line": 864
34498
+ "line": 896
34403
34499
  },
34404
34500
  "name": "RepositoryDispatchOptions",
34405
34501
  "namespace": "github.workflows",
@@ -34416,7 +34512,7 @@
34416
34512
  "immutable": true,
34417
34513
  "locationInModule": {
34418
34514
  "filename": "src/github/workflows-model.ts",
34419
- "line": 870
34515
+ "line": 902
34420
34516
  },
34421
34517
  "name": "types",
34422
34518
  "optional": true,
@@ -34443,7 +34539,7 @@
34443
34539
  "kind": "interface",
34444
34540
  "locationInModule": {
34445
34541
  "filename": "src/github/workflows-model.ts",
34446
- "line": 373
34542
+ "line": 405
34447
34543
  },
34448
34544
  "name": "RunSettings",
34449
34545
  "namespace": "github.workflows",
@@ -34458,7 +34554,7 @@
34458
34554
  "immutable": true,
34459
34555
  "locationInModule": {
34460
34556
  "filename": "src/github/workflows-model.ts",
34461
- "line": 379
34557
+ "line": 411
34462
34558
  },
34463
34559
  "name": "shell",
34464
34560
  "optional": true,
@@ -34475,7 +34571,7 @@
34475
34571
  "immutable": true,
34476
34572
  "locationInModule": {
34477
34573
  "filename": "src/github/workflows-model.ts",
34478
- "line": 384
34574
+ "line": 416
34479
34575
  },
34480
34576
  "name": "workingDirectory",
34481
34577
  "optional": true,
@@ -34497,7 +34593,7 @@
34497
34593
  "kind": "interface",
34498
34594
  "locationInModule": {
34499
34595
  "filename": "src/github/workflows-model.ts",
34500
- "line": 1344
34596
+ "line": 1376
34501
34597
  },
34502
34598
  "name": "StatusOptions",
34503
34599
  "namespace": "github.workflows",
@@ -34519,7 +34615,7 @@
34519
34615
  "kind": "interface",
34520
34616
  "locationInModule": {
34521
34617
  "filename": "src/github/workflows-model.ts",
34522
- "line": 442
34618
+ "line": 474
34523
34619
  },
34524
34620
  "name": "Step",
34525
34621
  "namespace": "github.workflows",
@@ -34534,7 +34630,7 @@
34534
34630
  "immutable": true,
34535
34631
  "locationInModule": {
34536
34632
  "filename": "src/github/workflows-model.ts",
34537
- "line": 456
34633
+ "line": 488
34538
34634
  },
34539
34635
  "name": "run",
34540
34636
  "optional": true,
@@ -34552,7 +34648,7 @@
34552
34648
  "immutable": true,
34553
34649
  "locationInModule": {
34554
34650
  "filename": "src/github/workflows-model.ts",
34555
- "line": 449
34651
+ "line": 481
34556
34652
  },
34557
34653
  "name": "uses",
34558
34654
  "optional": true,
@@ -34570,7 +34666,7 @@
34570
34666
  "immutable": true,
34571
34667
  "locationInModule": {
34572
34668
  "filename": "src/github/workflows-model.ts",
34573
- "line": 463
34669
+ "line": 495
34574
34670
  },
34575
34671
  "name": "with",
34576
34672
  "optional": true,
@@ -34598,7 +34694,7 @@
34598
34694
  "kind": "interface",
34599
34695
  "locationInModule": {
34600
34696
  "filename": "src/github/workflows-model.ts",
34601
- "line": 393
34697
+ "line": 425
34602
34698
  },
34603
34699
  "name": "StepConfiguration",
34604
34700
  "namespace": "github.workflows",
@@ -34613,7 +34709,7 @@
34613
34709
  "immutable": true,
34614
34710
  "locationInModule": {
34615
34711
  "filename": "src/github/workflows-model.ts",
34616
- "line": 416
34712
+ "line": 448
34617
34713
  },
34618
34714
  "name": "env",
34619
34715
  "optional": true,
@@ -34636,7 +34732,7 @@
34636
34732
  "immutable": true,
34637
34733
  "locationInModule": {
34638
34734
  "filename": "src/github/workflows-model.ts",
34639
- "line": 398
34735
+ "line": 430
34640
34736
  },
34641
34737
  "name": "id",
34642
34738
  "optional": true,
@@ -34654,7 +34750,7 @@
34654
34750
  "immutable": true,
34655
34751
  "locationInModule": {
34656
34752
  "filename": "src/github/workflows-model.ts",
34657
- "line": 405
34753
+ "line": 437
34658
34754
  },
34659
34755
  "name": "if",
34660
34756
  "optional": true,
@@ -34671,7 +34767,7 @@
34671
34767
  "immutable": true,
34672
34768
  "locationInModule": {
34673
34769
  "filename": "src/github/workflows-model.ts",
34674
- "line": 410
34770
+ "line": 442
34675
34771
  },
34676
34772
  "name": "name",
34677
34773
  "optional": true,
@@ -34690,7 +34786,7 @@
34690
34786
  "immutable": true,
34691
34787
  "locationInModule": {
34692
34788
  "filename": "src/github/workflows-model.ts",
34693
- "line": 431
34789
+ "line": 463
34694
34790
  },
34695
34791
  "name": "shell",
34696
34792
  "optional": true,
@@ -34708,7 +34804,7 @@
34708
34804
  "immutable": true,
34709
34805
  "locationInModule": {
34710
34806
  "filename": "src/github/workflows-model.ts",
34711
- "line": 422
34807
+ "line": 454
34712
34808
  },
34713
34809
  "name": "workingDirectory",
34714
34810
  "optional": true,
@@ -34749,6 +34845,24 @@
34749
34845
  "type": {
34750
34846
  "primitive": "string"
34751
34847
  }
34848
+ },
34849
+ {
34850
+ "abstract": true,
34851
+ "docs": {
34852
+ "default": "false",
34853
+ "stability": "experimental",
34854
+ "summary": "Whether to enable automatic dependency caching."
34855
+ },
34856
+ "immutable": true,
34857
+ "locationInModule": {
34858
+ "filename": "src/github/workflows-model.ts",
34859
+ "line": 224
34860
+ },
34861
+ "name": "cache",
34862
+ "optional": true,
34863
+ "type": {
34864
+ "primitive": "boolean"
34865
+ }
34752
34866
  }
34753
34867
  ],
34754
34868
  "symbolId": "src/github/workflows-model:ToolRequirement"
@@ -34810,7 +34924,7 @@
34810
34924
  "docs": {
34811
34925
  "default": "- not installed",
34812
34926
  "stability": "experimental",
34813
- "summary": "Setup java (temurin distribution)."
34927
+ "summary": "Setup java."
34814
34928
  },
34815
34929
  "immutable": true,
34816
34930
  "locationInModule": {
@@ -34820,7 +34934,7 @@
34820
34934
  "name": "java",
34821
34935
  "optional": true,
34822
34936
  "type": {
34823
- "fqn": "projen.github.workflows.ToolRequirement"
34937
+ "fqn": "projen.github.workflows.JavaToolRequirement"
34824
34938
  }
34825
34939
  },
34826
34940
  {
@@ -34856,7 +34970,7 @@
34856
34970
  "name": "python",
34857
34971
  "optional": true,
34858
34972
  "type": {
34859
- "fqn": "projen.github.workflows.ToolRequirement"
34973
+ "fqn": "projen.github.workflows.PythonToolRequirement"
34860
34974
  }
34861
34975
  }
34862
34976
  ],
@@ -34874,7 +34988,7 @@
34874
34988
  "kind": "interface",
34875
34989
  "locationInModule": {
34876
34990
  "filename": "src/github/workflows-model.ts",
34877
- "line": 618
34991
+ "line": 650
34878
34992
  },
34879
34993
  "name": "Triggers",
34880
34994
  "namespace": "github.workflows",
@@ -34888,7 +35002,7 @@
34888
35002
  "immutable": true,
34889
35003
  "locationInModule": {
34890
35004
  "filename": "src/github/workflows-model.ts",
34891
- "line": 660
35005
+ "line": 692
34892
35006
  },
34893
35007
  "name": "branchProtectionRule",
34894
35008
  "optional": true,
@@ -34905,7 +35019,7 @@
34905
35019
  "immutable": true,
34906
35020
  "locationInModule": {
34907
35021
  "filename": "src/github/workflows-model.ts",
34908
- "line": 665
35022
+ "line": 697
34909
35023
  },
34910
35024
  "name": "checkRun",
34911
35025
  "optional": true,
@@ -34922,7 +35036,7 @@
34922
35036
  "immutable": true,
34923
35037
  "locationInModule": {
34924
35038
  "filename": "src/github/workflows-model.ts",
34925
- "line": 670
35039
+ "line": 702
34926
35040
  },
34927
35041
  "name": "checkSuite",
34928
35042
  "optional": true,
@@ -34939,7 +35053,7 @@
34939
35053
  "immutable": true,
34940
35054
  "locationInModule": {
34941
35055
  "filename": "src/github/workflows-model.ts",
34942
- "line": 676
35056
+ "line": 708
34943
35057
  },
34944
35058
  "name": "create",
34945
35059
  "optional": true,
@@ -34956,7 +35070,7 @@
34956
35070
  "immutable": true,
34957
35071
  "locationInModule": {
34958
35072
  "filename": "src/github/workflows-model.ts",
34959
- "line": 682
35073
+ "line": 714
34960
35074
  },
34961
35075
  "name": "delete",
34962
35076
  "optional": true,
@@ -34974,7 +35088,7 @@
34974
35088
  "immutable": true,
34975
35089
  "locationInModule": {
34976
35090
  "filename": "src/github/workflows-model.ts",
34977
- "line": 689
35091
+ "line": 721
34978
35092
  },
34979
35093
  "name": "deployment",
34980
35094
  "optional": true,
@@ -34992,7 +35106,7 @@
34992
35106
  "immutable": true,
34993
35107
  "locationInModule": {
34994
35108
  "filename": "src/github/workflows-model.ts",
34995
- "line": 696
35109
+ "line": 728
34996
35110
  },
34997
35111
  "name": "deploymentStatus",
34998
35112
  "optional": true,
@@ -35011,7 +35125,7 @@
35011
35125
  "immutable": true,
35012
35126
  "locationInModule": {
35013
35127
  "filename": "src/github/workflows-model.ts",
35014
- "line": 702
35128
+ "line": 734
35015
35129
  },
35016
35130
  "name": "discussion",
35017
35131
  "optional": true,
@@ -35030,7 +35144,7 @@
35030
35144
  "immutable": true,
35031
35145
  "locationInModule": {
35032
35146
  "filename": "src/github/workflows-model.ts",
35033
- "line": 708
35147
+ "line": 740
35034
35148
  },
35035
35149
  "name": "discussionComment",
35036
35150
  "optional": true,
@@ -35047,7 +35161,7 @@
35047
35161
  "immutable": true,
35048
35162
  "locationInModule": {
35049
35163
  "filename": "src/github/workflows-model.ts",
35050
- "line": 714
35164
+ "line": 746
35051
35165
  },
35052
35166
  "name": "fork",
35053
35167
  "optional": true,
@@ -35064,7 +35178,7 @@
35064
35178
  "immutable": true,
35065
35179
  "locationInModule": {
35066
35180
  "filename": "src/github/workflows-model.ts",
35067
- "line": 720
35181
+ "line": 752
35068
35182
  },
35069
35183
  "name": "gollum",
35070
35184
  "optional": true,
@@ -35081,7 +35195,7 @@
35081
35195
  "immutable": true,
35082
35196
  "locationInModule": {
35083
35197
  "filename": "src/github/workflows-model.ts",
35084
- "line": 725
35198
+ "line": 757
35085
35199
  },
35086
35200
  "name": "issueComment",
35087
35201
  "optional": true,
@@ -35098,7 +35212,7 @@
35098
35212
  "immutable": true,
35099
35213
  "locationInModule": {
35100
35214
  "filename": "src/github/workflows-model.ts",
35101
- "line": 730
35215
+ "line": 762
35102
35216
  },
35103
35217
  "name": "issues",
35104
35218
  "optional": true,
@@ -35115,7 +35229,7 @@
35115
35229
  "immutable": true,
35116
35230
  "locationInModule": {
35117
35231
  "filename": "src/github/workflows-model.ts",
35118
- "line": 735
35232
+ "line": 767
35119
35233
  },
35120
35234
  "name": "label",
35121
35235
  "optional": true,
@@ -35132,7 +35246,7 @@
35132
35246
  "immutable": true,
35133
35247
  "locationInModule": {
35134
35248
  "filename": "src/github/workflows-model.ts",
35135
- "line": 743
35249
+ "line": 775
35136
35250
  },
35137
35251
  "name": "mergeGroup",
35138
35252
  "optional": true,
@@ -35149,7 +35263,7 @@
35149
35263
  "immutable": true,
35150
35264
  "locationInModule": {
35151
35265
  "filename": "src/github/workflows-model.ts",
35152
- "line": 748
35266
+ "line": 780
35153
35267
  },
35154
35268
  "name": "milestone",
35155
35269
  "optional": true,
@@ -35166,7 +35280,7 @@
35166
35280
  "immutable": true,
35167
35281
  "locationInModule": {
35168
35282
  "filename": "src/github/workflows-model.ts",
35169
- "line": 754
35283
+ "line": 786
35170
35284
  },
35171
35285
  "name": "pageBuild",
35172
35286
  "optional": true,
@@ -35183,7 +35297,7 @@
35183
35297
  "immutable": true,
35184
35298
  "locationInModule": {
35185
35299
  "filename": "src/github/workflows-model.ts",
35186
- "line": 759
35300
+ "line": 791
35187
35301
  },
35188
35302
  "name": "project",
35189
35303
  "optional": true,
@@ -35200,7 +35314,7 @@
35200
35314
  "immutable": true,
35201
35315
  "locationInModule": {
35202
35316
  "filename": "src/github/workflows-model.ts",
35203
- "line": 764
35317
+ "line": 796
35204
35318
  },
35205
35319
  "name": "projectCard",
35206
35320
  "optional": true,
@@ -35217,7 +35331,7 @@
35217
35331
  "immutable": true,
35218
35332
  "locationInModule": {
35219
35333
  "filename": "src/github/workflows-model.ts",
35220
- "line": 769
35334
+ "line": 801
35221
35335
  },
35222
35336
  "name": "projectColumn",
35223
35337
  "optional": true,
@@ -35234,7 +35348,7 @@
35234
35348
  "immutable": true,
35235
35349
  "locationInModule": {
35236
35350
  "filename": "src/github/workflows-model.ts",
35237
- "line": 775
35351
+ "line": 807
35238
35352
  },
35239
35353
  "name": "public",
35240
35354
  "optional": true,
@@ -35251,7 +35365,7 @@
35251
35365
  "immutable": true,
35252
35366
  "locationInModule": {
35253
35367
  "filename": "src/github/workflows-model.ts",
35254
- "line": 780
35368
+ "line": 812
35255
35369
  },
35256
35370
  "name": "pullRequest",
35257
35371
  "optional": true,
@@ -35268,7 +35382,7 @@
35268
35382
  "immutable": true,
35269
35383
  "locationInModule": {
35270
35384
  "filename": "src/github/workflows-model.ts",
35271
- "line": 785
35385
+ "line": 817
35272
35386
  },
35273
35387
  "name": "pullRequestReview",
35274
35388
  "optional": true,
@@ -35285,7 +35399,7 @@
35285
35399
  "immutable": true,
35286
35400
  "locationInModule": {
35287
35401
  "filename": "src/github/workflows-model.ts",
35288
- "line": 791
35402
+ "line": 823
35289
35403
  },
35290
35404
  "name": "pullRequestReviewComment",
35291
35405
  "optional": true,
@@ -35304,7 +35418,7 @@
35304
35418
  "immutable": true,
35305
35419
  "locationInModule": {
35306
35420
  "filename": "src/github/workflows-model.ts",
35307
- "line": 812
35421
+ "line": 844
35308
35422
  },
35309
35423
  "name": "pullRequestTarget",
35310
35424
  "optional": true,
@@ -35321,7 +35435,7 @@
35321
35435
  "immutable": true,
35322
35436
  "locationInModule": {
35323
35437
  "filename": "src/github/workflows-model.ts",
35324
- "line": 818
35438
+ "line": 850
35325
35439
  },
35326
35440
  "name": "push",
35327
35441
  "optional": true,
@@ -35338,7 +35452,7 @@
35338
35452
  "immutable": true,
35339
35453
  "locationInModule": {
35340
35454
  "filename": "src/github/workflows-model.ts",
35341
- "line": 823
35455
+ "line": 855
35342
35456
  },
35343
35457
  "name": "registryPackage",
35344
35458
  "optional": true,
@@ -35355,7 +35469,7 @@
35355
35469
  "immutable": true,
35356
35470
  "locationInModule": {
35357
35471
  "filename": "src/github/workflows-model.ts",
35358
- "line": 828
35472
+ "line": 860
35359
35473
  },
35360
35474
  "name": "release",
35361
35475
  "optional": true,
@@ -35372,7 +35486,7 @@
35372
35486
  "immutable": true,
35373
35487
  "locationInModule": {
35374
35488
  "filename": "src/github/workflows-model.ts",
35375
- "line": 645
35489
+ "line": 677
35376
35490
  },
35377
35491
  "name": "repositoryDispatch",
35378
35492
  "optional": true,
@@ -35391,7 +35505,7 @@
35391
35505
  "immutable": true,
35392
35506
  "locationInModule": {
35393
35507
  "filename": "src/github/workflows-model.ts",
35394
- "line": 628
35508
+ "line": 660
35395
35509
  },
35396
35510
  "name": "schedule",
35397
35511
  "optional": true,
@@ -35413,7 +35527,7 @@
35413
35527
  "immutable": true,
35414
35528
  "locationInModule": {
35415
35529
  "filename": "src/github/workflows-model.ts",
35416
- "line": 834
35530
+ "line": 866
35417
35531
  },
35418
35532
  "name": "status",
35419
35533
  "optional": true,
@@ -35430,7 +35544,7 @@
35430
35544
  "immutable": true,
35431
35545
  "locationInModule": {
35432
35546
  "filename": "src/github/workflows-model.ts",
35433
- "line": 839
35547
+ "line": 871
35434
35548
  },
35435
35549
  "name": "watch",
35436
35550
  "optional": true,
@@ -35448,7 +35562,7 @@
35448
35562
  "immutable": true,
35449
35563
  "locationInModule": {
35450
35564
  "filename": "src/github/workflows-model.ts",
35451
- "line": 653
35565
+ "line": 685
35452
35566
  },
35453
35567
  "name": "workflowCall",
35454
35568
  "optional": true,
@@ -35466,7 +35580,7 @@
35466
35580
  "immutable": true,
35467
35581
  "locationInModule": {
35468
35582
  "filename": "src/github/workflows-model.ts",
35469
- "line": 638
35583
+ "line": 670
35470
35584
  },
35471
35585
  "name": "workflowDispatch",
35472
35586
  "optional": true,
@@ -35484,7 +35598,7 @@
35484
35598
  "immutable": true,
35485
35599
  "locationInModule": {
35486
35600
  "filename": "src/github/workflows-model.ts",
35487
- "line": 847
35601
+ "line": 879
35488
35602
  },
35489
35603
  "name": "workflowRun",
35490
35604
  "optional": true,
@@ -35506,7 +35620,7 @@
35506
35620
  "kind": "interface",
35507
35621
  "locationInModule": {
35508
35622
  "filename": "src/github/workflows-model.ts",
35509
- "line": 1219
35623
+ "line": 1251
35510
35624
  },
35511
35625
  "name": "WatchOptions",
35512
35626
  "namespace": "github.workflows",
@@ -35523,7 +35637,7 @@
35523
35637
  "immutable": true,
35524
35638
  "locationInModule": {
35525
35639
  "filename": "src/github/workflows-model.ts",
35526
- "line": 1225
35640
+ "line": 1257
35527
35641
  },
35528
35642
  "name": "types",
35529
35643
  "optional": true,
@@ -35550,7 +35664,7 @@
35550
35664
  "kind": "interface",
35551
35665
  "locationInModule": {
35552
35666
  "filename": "src/github/workflows-model.ts",
35553
- "line": 1299
35667
+ "line": 1331
35554
35668
  },
35555
35669
  "name": "WorkflowCallOptions",
35556
35670
  "namespace": "github.workflows",
@@ -35567,7 +35681,7 @@
35567
35681
  "kind": "interface",
35568
35682
  "locationInModule": {
35569
35683
  "filename": "src/github/workflows-model.ts",
35570
- "line": 1265
35684
+ "line": 1297
35571
35685
  },
35572
35686
  "name": "WorkflowDispatchInput",
35573
35687
  "namespace": "github.workflows",
@@ -35581,7 +35695,7 @@
35581
35695
  "immutable": true,
35582
35696
  "locationInModule": {
35583
35697
  "filename": "src/github/workflows-model.ts",
35584
- "line": 1269
35698
+ "line": 1301
35585
35699
  },
35586
35700
  "name": "description",
35587
35701
  "type": {
@@ -35598,7 +35712,7 @@
35598
35712
  "immutable": true,
35599
35713
  "locationInModule": {
35600
35714
  "filename": "src/github/workflows-model.ts",
35601
- "line": 1281
35715
+ "line": 1313
35602
35716
  },
35603
35717
  "name": "default",
35604
35718
  "optional": true,
@@ -35616,7 +35730,7 @@
35616
35730
  "immutable": true,
35617
35731
  "locationInModule": {
35618
35732
  "filename": "src/github/workflows-model.ts",
35619
- "line": 1293
35733
+ "line": 1325
35620
35734
  },
35621
35735
  "name": "options",
35622
35736
  "optional": true,
@@ -35639,7 +35753,7 @@
35639
35753
  "immutable": true,
35640
35754
  "locationInModule": {
35641
35755
  "filename": "src/github/workflows-model.ts",
35642
- "line": 1275
35756
+ "line": 1307
35643
35757
  },
35644
35758
  "name": "required",
35645
35759
  "optional": true,
@@ -35657,7 +35771,7 @@
35657
35771
  "immutable": true,
35658
35772
  "locationInModule": {
35659
35773
  "filename": "src/github/workflows-model.ts",
35660
- "line": 1287
35774
+ "line": 1319
35661
35775
  },
35662
35776
  "name": "type",
35663
35777
  "optional": true,
@@ -35679,7 +35793,7 @@
35679
35793
  "kind": "interface",
35680
35794
  "locationInModule": {
35681
35795
  "filename": "src/github/workflows-model.ts",
35682
- "line": 1255
35796
+ "line": 1287
35683
35797
  },
35684
35798
  "name": "WorkflowDispatchOptions",
35685
35799
  "namespace": "github.workflows",
@@ -35693,7 +35807,7 @@
35693
35807
  "immutable": true,
35694
35808
  "locationInModule": {
35695
35809
  "filename": "src/github/workflows-model.ts",
35696
- "line": 1259
35810
+ "line": 1291
35697
35811
  },
35698
35812
  "name": "inputs",
35699
35813
  "optional": true,
@@ -35720,7 +35834,7 @@
35720
35834
  "kind": "interface",
35721
35835
  "locationInModule": {
35722
35836
  "filename": "src/github/workflows-model.ts",
35723
- "line": 1231
35837
+ "line": 1263
35724
35838
  },
35725
35839
  "name": "WorkflowRunOptions",
35726
35840
  "namespace": "github.workflows",
@@ -35737,7 +35851,7 @@
35737
35851
  "immutable": true,
35738
35852
  "locationInModule": {
35739
35853
  "filename": "src/github/workflows-model.ts",
35740
- "line": 1249
35854
+ "line": 1281
35741
35855
  },
35742
35856
  "name": "branches",
35743
35857
  "optional": true,
@@ -35762,7 +35876,7 @@
35762
35876
  "immutable": true,
35763
35877
  "locationInModule": {
35764
35878
  "filename": "src/github/workflows-model.ts",
35765
- "line": 1243
35879
+ "line": 1275
35766
35880
  },
35767
35881
  "name": "types",
35768
35882
  "optional": true,
@@ -35787,7 +35901,7 @@
35787
35901
  "immutable": true,
35788
35902
  "locationInModule": {
35789
35903
  "filename": "src/github/workflows-model.ts",
35790
- "line": 1237
35904
+ "line": 1269
35791
35905
  },
35792
35906
  "name": "workflows",
35793
35907
  "optional": true,
@@ -82706,6 +82820,6 @@
82706
82820
  "usedFeatures": [
82707
82821
  "class-covariant-overrides"
82708
82822
  ],
82709
- "version": "0.99.58",
82710
- "fingerprint": "ALCEvOw5gUYZpRUkgLaaNP00ttC93txmUc45RmSl3Dg="
82823
+ "version": "0.99.60",
82824
+ "fingerprint": "B2A1vcYTmeK/DG0sQFBLo1sxp/XG5r9OpSY666NQkLo="
82711
82825
  }