Skip to content

Commit ab6dfff

Browse files
Commit via running: make Sources/migrations
1 parent fb710fd commit ab6dfff

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Sources/migrations/Types.swift

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,11 @@ public enum Components {
20952095
}
20962096
/// - Remark: Generated from `#/components/schemas/security-and-analysis`.
20972097
public struct SecurityAndAnalysis: Codable, Hashable, Sendable {
2098+
/// Enable or disable GitHub Advanced Security for the repository.
2099+
///
2100+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2101+
///
2102+
///
20982103
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
20992104
public struct AdvancedSecurityPayload: Codable, Hashable, Sendable {
21002105
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -2115,6 +2120,11 @@ public enum Components {
21152120
case status
21162121
}
21172122
}
2123+
/// Enable or disable GitHub Advanced Security for the repository.
2124+
///
2125+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2126+
///
2127+
///
21182128
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
21192129
public var advancedSecurity: Components.Schemas.SecurityAndAnalysis.AdvancedSecurityPayload?
21202130
/// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -2260,7 +2270,7 @@ public enum Components {
22602270
/// Creates a new `SecurityAndAnalysis`.
22612271
///
22622272
/// - Parameters:
2263-
/// - advancedSecurity:
2273+
/// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
22642274
/// - codeSecurity:
22652275
/// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
22662276
/// - secretScanning:

0 commit comments

Comments
 (0)