Skip to content

Commit 83a4df2

Browse files
Commit via running: make Sources/actions
1 parent 0a0fc92 commit 83a4df2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Sources/actions/Types.swift

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5953,6 +5953,11 @@ public enum Components {
59535953
}
59545954
/// - Remark: Generated from `#/components/schemas/security-and-analysis`.
59555955
public struct SecurityAndAnalysis: Codable, Hashable, Sendable {
5956+
/// Enable or disable GitHub Advanced Security for the repository.
5957+
///
5958+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
5959+
///
5960+
///
59565961
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
59575962
public struct AdvancedSecurityPayload: Codable, Hashable, Sendable {
59585963
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -5973,6 +5978,11 @@ public enum Components {
59735978
case status
59745979
}
59755980
}
5981+
/// Enable or disable GitHub Advanced Security for the repository.
5982+
///
5983+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
5984+
///
5985+
///
59765986
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
59775987
public var advancedSecurity: Components.Schemas.SecurityAndAnalysis.AdvancedSecurityPayload?
59785988
/// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -6118,7 +6128,7 @@ public enum Components {
61186128
/// Creates a new `SecurityAndAnalysis`.
61196129
///
61206130
/// - Parameters:
6121-
/// - advancedSecurity:
6131+
/// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
61226132
/// - codeSecurity:
61236133
/// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
61246134
/// - secretScanning:

0 commit comments

Comments
 (0)