This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
CodeQL #45
Annotations
8 warnings and 1 notice
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, gittools/actions/gitversion/setup@v0.9.15, gittools/actions/gitversion/execute@v0.9.15, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze (csharp):
BicepNet.Core/Azure/RoleHelper.cs#L99
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
|
Analyze (csharp):
BicepNet.Core/Azure/RoleHelper.cs#L69
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
|
Analyze (csharp):
BicepNet.Core/Azure/PolicyHelper.cs#L64
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
|
Analyze (csharp):
BicepNet.Core/Azure/PolicyHelper.cs#L96
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
|
Analyze (csharp):
BicepNet.Core/Azure/PolicyHelper.cs#L128
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
|
Analyze (csharp):
BicepNet.Core/Azure/PolicyHelper.cs#L160
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
|
Analyze (csharp):
BicepNet.Core/Azure/PolicyHelper.cs#L213
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
|
Analyze (csharp)
Installing PowerShell version stable
|