Skip to content

Bump github/codeql-action from 2 to 3 (#80) #333

Bump github/codeql-action from 2 to 3 (#80)

Bump github/codeql-action from 2 to 3 (#80) #333

Triggered via push January 14, 2024 11:56
Status Success
Total duration 1m 47s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Analyze (csharp)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Analyze (csharp): src/ProfileManager.cs#L171
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
Analyze (csharp)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby