Bump github/codeql-action from 4.31.11 to 4.32.0 #3666
Annotations
10 warnings
|
Build docs:
src/PSRule.Rules.Azure/Arm/ResourceHelper.cs#L238
Converting null literal or possible null value to non-nullable type.
|
|
Build docs:
src/PSRule.Rules.Azure/Arm/ResourceHelper.cs#L238
Converting null literal or possible null value to non-nullable type.
|
|
Build docs:
src/PSRule.Rules.Azure/Pipeline/PolicyAssignmentDataPipelineBuilder.cs#L61
Possible null reference argument for parameter 'outputPath' in 'PolicyAssignmentDataPipeline.PolicyAssignmentDataPipeline(PipelineContext context, string tenantId, GetAccessTokenFn accessToken, int retryCount, int retryInterval, string outputPath, string[]? assignmentId, string[]? scopeId)'.
|
|
Build docs:
src/PSRule.Rules.Azure/Pipeline/PolicyAssignmentDataPipelineBuilder.cs#L58
Possible null reference argument for parameter 'accessToken' in 'PolicyAssignmentDataPipeline.PolicyAssignmentDataPipeline(PipelineContext context, string tenantId, GetAccessTokenFn accessToken, int retryCount, int retryInterval, string outputPath, string[]? assignmentId, string[]? scopeId)'.
|
|
Build docs:
src/PSRule.Rules.Azure/Arm/ResourceHelper.cs#L227
Dereference of a possibly null reference.
|
|
Build docs:
src/PSRule.Rules.Azure/Arm/ResourceHelper.cs#L218
Dereference of a possibly null reference.
|
|
Build docs:
src/PSRule.Rules.Azure/Arm/Deployments/TemplateContext.cs#L55
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build docs:
src/PSRule.Rules.Azure/Pipeline/Export/PolicyAssignmentExpandVisitor.cs#L55
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build docs:
src/PSRule.Rules.Azure/Pipeline/Export/PolicyAssignmentExpandVisitor.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build docs:
src/PSRule.Rules.Azure/Pipeline/Export/ExportDataContext.cs#L94
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading