Bump github/codeql-action from 4.32.3 to 4.32.4 in the dependencies group #1104
Annotations
10 warnings
|
build:
src/Acmebot/Providers/TransIpProvider.cs#L304
Non-nullable property 'Domains' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Providers/TransIpProvider.cs#L310
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Providers/TransIpProvider.cs#L316
Non-nullable property 'DnsEntries' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Providers/TransIpProvider.cs#L322
Non-nullable property 'DnsEntry' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Providers/TransIpProvider.cs#L337
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Providers/TransIpProvider.cs#L334
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Providers/TransIpProvider.cs#L328
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Internal/HttpContentExtensions.cs#L11
Possible null reference return.
|
|
build:
src/Acmebot/Functions/SharedOrchestrator.cs#L68
Argument of type '(string? CertificateName, IReadOnlyList<string> DnsNames)' cannot be used for parameter 'input' of type '(string, IReadOnlyList<string>)' in 'Task GeneratedDurableTaskExtensions.CallSendFailedEventAsync(TaskOrchestrationContext ctx, (string, IReadOnlyList<string>) input, TaskOptions? options = null)' due to differences in the nullability of reference types.
|
|
build:
src/Acmebot/Functions/SharedOrchestrator.cs#L61
Argument of type '(string? CertificateName, OrderDetails orderDetails)' cannot be used for parameter 'input' of type '(string, OrderDetails)' in 'Task<CertificateItem> GeneratedDurableTaskExtensions.CallMergeCertificateAsync(TaskOrchestrationContext ctx, (string, OrderDetails) input, TaskOptions? options = null)' due to differences in the nullability of reference types.
|