Skip to content

Merge pull request #761 from microting/dependabot/nuget/Microting.Efo… #423

Merge pull request #761 from microting/dependabot/nuget/Microting.Efo…

Merge pull request #761 from microting/dependabot/nuget/Microting.Efo… #423

Triggered via push December 3, 2025 05:37
Status Success
Total duration 1m 56s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build: Microting.EformAngularFrontendBase.Tests/DbTestFixture.cs#L123
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
build: Microting.EformAngularFrontendBase.Tests/DbTestFixture.cs#L123
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/