Skip to content

Code Security Testing #17

Code Security Testing

Code Security Testing #17

Triggered via schedule March 20, 2026 20:05
Status Success
Total duration 2m 5s
Artifacts

security-analysis.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Analyze
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, github/codeql-action/analyze@v3, github/codeql-action/init@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Analyze: src/StreamSharp.Server/Features/Plugins/PluginManager.cs#L66
Dereference of a possibly null reference.
Analyze: src/StreamSharp.Server/Features/Plugins/PluginManager.cs#L141
Non-nullable property 'EntryAssembly' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: src/StreamSharp.Server/Features/Plugins/PluginManager.cs#L140
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: src/StreamSharp.Server/Features/Plugins/PluginManager.cs#L139
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: src/StreamSharp.Server/Program.cs#L8
Unreachable code detected
Analyze: src/StreamSharp.DummyPlugin/DummyPlugin.cs#L42
Remove this method and declare a constant for this value.
Analyze: src/StreamSharp.DummyPlugin/DummyPlugin.cs#L42
Make 'GetTest' a static method.
Analyze: src/StreamSharp.Stream/Program.cs#L27
Await RunAsync instead.
Analyze: src/StreamSharp.Stream/Program.cs#L19
Use a testable (date) time provider instead.
Analyze: src/StreamSharp.Stream/Program.cs#L29
Move 'WeatherForecast' into a named namespace.
Analyze
Cannot build an overlay-base database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
Analyze
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/