Skip to content

Apply suggested style changes to C# code #119

Apply suggested style changes to C# code

Apply suggested style changes to C# code #119

Triggered via pull request November 20, 2023 21:00
@wilylewilyle
synchronize #18
wilyle/style
Status Success
Total duration 2m 57s
Artifacts

security-audit.yml

on: pull_request
security_audit_rust
14s
security_audit_rust
Matrix: security_audit_csharp
Fit to window
Zoom out
Zoom in

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)