7896
7896
},
7897
7897
"allowed_actions": {
7898
7898
"$ref": "#/components/schemas/allowed-actions"
7899
+ },
7900
+ "sha_pinning_required": {
7901
+ "$ref": "#/components/schemas/sha-pinning-required"
7899
7902
}
7900
7903
},
7901
7904
"required": [
7906
7909
"default": {
7907
7910
"value": {
7908
7911
"enabled_repositories": "all",
7909
- "allowed_actions": "selected"
7912
+ "allowed_actions": "selected",
7913
+ "sha_pinning_required": true
7910
7914
}
7911
7915
}
7912
7916
}
29809
29813
},
29810
29814
"allowed_actions": {
29811
29815
"$ref": "#/components/schemas/allowed-actions"
29816
+ },
29817
+ "sha_pinning_required": {
29818
+ "$ref": "#/components/schemas/sha-pinning-required"
29812
29819
}
29813
29820
},
29814
29821
"required": [
29819
29826
"default": {
29820
29827
"value": {
29821
29828
"enabled": true,
29822
- "allowed_actions": "selected"
29829
+ "allowed_actions": "selected",
29830
+ "sha_pinning_required": true
29823
29831
}
29824
29832
}
29825
29833
}
@@ -108280,6 +108288,10 @@
108280
108288
"type": "string",
108281
108289
"description": "The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` is set to `selected`."
108282
108290
},
108291
+ "sha-pinning-required": {
108292
+ "type": "boolean",
108293
+ "description": "Whether actions must be pinned to a full-length commit SHA."
108294
+ },
108283
108295
"actions-organization-permissions": {
108284
108296
"type": "object",
108285
108297
"properties": {
@@ -108295,6 +108307,9 @@
108295
108307
},
108296
108308
"selected_actions_url": {
108297
108309
"$ref": "#/components/schemas/selected-actions-url"
108310
+ },
108311
+ "sha_pinning_required": {
108312
+ "$ref": "#/components/schemas/sha-pinning-required"
108298
108313
}
108299
108314
},
108300
108315
"required": [
@@ -118544,6 +118559,9 @@
118544
118559
},
118545
118560
"selected_actions_url": {
118546
118561
"$ref": "#/components/schemas/selected-actions-url"
118562
+ },
118563
+ "sha_pinning_required": {
118564
+ "$ref": "#/components/schemas/sha-pinning-required"
118547
118565
}
118548
118566
},
118549
118567
"required": [
@@ -286475,7 +286493,8 @@
286475
286493
"value": {
286476
286494
"enabled_repositories": "all",
286477
286495
"allowed_actions": "selected",
286478
- "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions"
286496
+ "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions",
286497
+ "sha_pinning_required": true
286479
286498
}
286480
286499
},
286481
286500
"actions-fork-pr-contributor-approval": {
@@ -293716,7 +293735,8 @@
293716
293735
"value": {
293717
293736
"enabled": true,
293718
293737
"allowed_actions": "selected",
293719
- "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions"
293738
+ "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions",
293739
+ "sha_pinning_required": true
293720
293740
}
293721
293741
},
293722
293742
"actions-workflow-access-to-repository": {
0 commit comments