Add support for multi-platform bundle generation and additional files/certs #96
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
|
Build:
src/CodeQLToolkit.Shared/Utils/Query.cs#L11
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CodeQLToolkit.Shared/Utils/Query.cs#L13
Non-nullable property 'QueryPackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CodeQLToolkit.Shared/Utils/Query.cs#L14
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CodeQLToolkit.Shared/Utils/Query.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L36
Possible null reference return.
|
Build:
src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L52
Converting null literal or possible null value to non-nullable type.
|
Build:
src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L53
Dereference of a possibly null reference.
|
Build:
src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L21
Non-nullable property 'CodeQLCLI' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L22
Non-nullable property 'CodeQLStandardLibrary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Build Bundle (Linux):
src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
|
Create Build Bundle (Linux):
src/CodeQLToolkit.Shared/Utils/Query.cs#L11
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Build Bundle (Linux):
src/CodeQLToolkit.Shared/Utils/Query.cs#L13
Non-nullable property 'QueryPackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Build Bundle (Linux):
src/CodeQLToolkit.Shared/Utils/Query.cs#L14
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Build Bundle (Linux):
src/CodeQLToolkit.Shared/Utils/Query.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Build Bundle (Linux):
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L205
Non-nullable property 'branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Build Bundle (Linux):
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L206
Non-nullable property 'repositoryUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Build Bundle (Linux):
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L207
Non-nullable property 'revisionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Build Bundle (Linux):
src/CodeQLToolkit.Shared/Utils/FileUtils.cs#L14
Dereference of a possibly null reference.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "qlt-dist".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Create Build Bundle (Linux):
src/CodeQLToolkit.Shared/Utils/FileUtils.cs#L14
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
Loading