You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators.",
59
59
},
60
+
"sha_pinning_required": {
61
+
Type: schema.TypeBool,
62
+
Optional: true,
63
+
Description: "Whether pinning to a specific SHA is required for all actions and reusable workflows in an organization.",
Description: "Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators.",
52
52
},
53
+
"sha_pinning_required": {
54
+
Type: schema.TypeBool,
55
+
Optional: true,
56
+
Description: "Whether pinning to a specific SHA is required for all actions and reusable workflows in a repository.",
0 commit comments