Skip to content

7.1.0 -beta

7.1.0 -beta #230

Triggered via pull request June 18, 2023 16:16
Status Success
Total duration 8m 12s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Analyze (csharp): OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L43
Nullability of reference types in type of parameter 'value' of 'void AudioCreateTranscriptionRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
Analyze (csharp): OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L28
Nullability of reference types in return type of 'byte[]? AudioCreateTranscriptionRequest.File.get' doesn't match implicitly implemented member 'byte[] IFile.File.get' (possibly because of nullability attributes).
Analyze (csharp): OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L33
Nullability of reference types in return type of 'Stream? AudioCreateTranscriptionRequest.FileStream.get' doesn't match implicitly implemented member 'Stream IFile.FileStream.get' (possibly because of nullability attributes).
Analyze (csharp): OpenAI.SDK/ObjectModels/RequestModels/CompletionCreateRequest.cs#L209
Nullability of reference types in return type of 'string? CompletionCreateRequest.User.get' doesn't match implicitly implemented member 'string IUser.User.get' (possibly because of nullability attributes).
Analyze (csharp): OpenAI.SDK/ObjectModels/RequestModels/ImageCreateRequest.cs#L9
Nullability of reference types in return type of 'string? SharedImageRequestBaseModel.User.get' doesn't match implicitly implemented member 'string IUser.User.get' (possibly because of nullability attributes).
Analyze (csharp): OpenAI.SDK/ObjectModels/ResponseModels/CreateModerationResponse.cs#L12
Nullability of reference types in type of parameter 'value' of 'void CreateModerationResponse.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
Analyze (csharp): OpenAI.SDK/ObjectModels/ResponseModels/FineTuneResponseModels/FineTuneResponse.cs#L29
Nullability of reference types in type of parameter 'value' of 'void FineTuneResponse.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
Analyze (csharp): OpenAI.SDK/Managers/OpenAIImage.cs#L50
Possible null reference argument for parameter 'fileName' in 'void MultipartFormDataContent.Add(HttpContent content, string name, string fileName)'.
Analyze (csharp): OpenAI.SDK/ObjectModels/SharedModels/LogProbsResponse.cs#L24
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): OpenAI.SDK/ObjectModels/SharedModels/LogProbsResponse.cs#L7
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.