CodeQL #148
Annotations
12 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, actions/setup-java@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Qsi/Analyzers/Action/QsiActionAnalyzer.cs#L448
'IQsiRepositoryProvider.GetDataTable(QsiScript, QsiParameter[], ExecuteOptions, CancellationToken)' is obsolete: 'Use GetDataReader'
|
Qsi/Analyzers/Action/QsiActionAnalyzer.cs#L650
'IQsiRepositoryProvider.GetDataTable(QsiScript, QsiParameter[], ExecuteOptions, CancellationToken)' is obsolete: 'Use GetDataReader'
|
Qsi.Shared/StringBuilderCache.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Qsi.Shared/StringBuilderCache.cs#L12
Non-nullable field '_cachedInstance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Qsi.PostgreSql/Diagnostics/PostgreSqlRawTree.cs#L57
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Qsi.Shared/Extensions/EnumerableExtension.cs#L52
Cannot convert null literal to non-nullable reference type.
|
Qsi.Shared/Extensions/EnumerableExtension.cs#L69
Cannot convert null literal to non-nullable reference type.
|
Qsi.Shared/Extensions/EnumerableExtension.cs#L81
Cannot convert null literal to non-nullable reference type.
|
Qsi.Shared/Extensions/QsiDataRowCollectionExtension.cs#L10
Possible null reference return.
|
Qsi.Shared/Extensions/ParserRuleContextExtension.cs#L70
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading