@@ -2909,6 +2909,7 @@ public enum Components {
29092909 case completed = "completed"
29102910 case reopened = "reopened"
29112911 case notPlanned = "not_planned"
2912+ case duplicate = "duplicate"
29122913 }
29132914 /// The reason for the current state
29142915 ///
@@ -3714,6 +3715,11 @@ public enum Components {
37143715 }
37153716 /// - Remark: Generated from `#/components/schemas/security-and-analysis`.
37163717 public struct SecurityAndAnalysis: Codable, Hashable, Sendable {
3718+ /// Enable or disable GitHub Advanced Security for the repository.
3719+ ///
3720+ /// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
3721+ ///
3722+ ///
37173723 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
37183724 public struct AdvancedSecurityPayload: Codable, Hashable, Sendable {
37193725 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -3734,6 +3740,11 @@ public enum Components {
37343740 case status
37353741 }
37363742 }
3743+ /// Enable or disable GitHub Advanced Security for the repository.
3744+ ///
3745+ /// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
3746+ ///
3747+ ///
37373748 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
37383749 public var advancedSecurity: Components.Schemas.SecurityAndAnalysis.AdvancedSecurityPayload?
37393750 /// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -3879,7 +3890,7 @@ public enum Components {
38793890 /// Creates a new `SecurityAndAnalysis`.
38803891 ///
38813892 /// - Parameters:
3882- /// - advancedSecurity:
3893+ /// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
38833894 /// - codeSecurity:
38843895 /// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
38853896 /// - secretScanning:
0 commit comments