Apply suggested style changes to C# code #119
security-audit.yml
on: pull_request
security_audit_rust
14s
Matrix: security_audit_csharp
Annotations
4 warnings
security_audit_rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
security_audit_csharp (csharp)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|
security_audit_csharp (csharp):
cloud_connectors/azure/mqtt_connector/azure_function/src/run.cs#L70
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
security_audit_csharp (csharp):
cloud_connectors/azure/mqtt_connector/azure_function/src/run.cs#L70
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|