7854
7854
},
7855
7855
"allowed_actions": {
7856
7856
"$ref": "#/components/schemas/allowed-actions"
7857
+ },
7858
+ "sha_pinning_required": {
7859
+ "$ref": "#/components/schemas/sha-pinning-required"
7857
7860
}
7858
7861
},
7859
7862
"required": [
7864
7867
"default": {
7865
7868
"value": {
7866
7869
"enabled_repositories": "all",
7867
- "allowed_actions": "selected"
7870
+ "allowed_actions": "selected",
7871
+ "sha_pinning_required": true
7868
7872
}
7869
7873
}
7870
7874
}
29677
29681
},
29678
29682
"allowed_actions": {
29679
29683
"$ref": "#/components/schemas/allowed-actions"
29684
+ },
29685
+ "sha_pinning_required": {
29686
+ "$ref": "#/components/schemas/sha-pinning-required"
29680
29687
}
29681
29688
},
29682
29689
"required": [
29687
29694
"default": {
29688
29695
"value": {
29689
29696
"enabled": true,
29690
- "allowed_actions": "selected"
29697
+ "allowed_actions": "selected",
29698
+ "sha_pinning_required": true
29691
29699
}
29692
29700
}
29693
29701
}
@@ -106863,6 +106871,10 @@
106863
106871
"type": "string",
106864
106872
"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`."
106865
106873
},
106874
+ "sha-pinning-required": {
106875
+ "type": "boolean",
106876
+ "description": "Whether actions must be pinned to a full-length commit SHA."
106877
+ },
106866
106878
"actions-organization-permissions": {
106867
106879
"type": "object",
106868
106880
"properties": {
@@ -106878,6 +106890,9 @@
106878
106890
},
106879
106891
"selected_actions_url": {
106880
106892
"$ref": "#/components/schemas/selected-actions-url"
106893
+ },
106894
+ "sha_pinning_required": {
106895
+ "$ref": "#/components/schemas/sha-pinning-required"
106881
106896
}
106882
106897
},
106883
106898
"required": [
@@ -116762,6 +116777,9 @@
116762
116777
},
116763
116778
"selected_actions_url": {
116764
116779
"$ref": "#/components/schemas/selected-actions-url"
116780
+ },
116781
+ "sha_pinning_required": {
116782
+ "$ref": "#/components/schemas/sha-pinning-required"
116765
116783
}
116766
116784
},
116767
116785
"required": [
@@ -277677,7 +277695,8 @@
277677
277695
"value": {
277678
277696
"enabled_repositories": "all",
277679
277697
"allowed_actions": "selected",
277680
- "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions"
277698
+ "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions",
277699
+ "sha_pinning_required": true
277681
277700
}
277682
277701
},
277683
277702
"actions-fork-pr-contributor-approval": {
@@ -284918,7 +284937,8 @@
284918
284937
"value": {
284919
284938
"enabled": true,
284920
284939
"allowed_actions": "selected",
284921
- "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions"
284940
+ "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions",
284941
+ "sha_pinning_required": true
284922
284942
}
284923
284943
},
284924
284944
"actions-workflow-access-to-repository": {
0 commit comments