Skip to content

chore: improve runtime configuration (#1661)

8b44260
Select commit
Loading
Failed to load commit list.
Open

chore: improve runtime configuration #1676

chore: improve runtime configuration (#1661)
8b44260
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 25, 2026 in 3s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 272 in src/Altinn.App.Api/Extensions/ServiceCollectionExtensions.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed ternary opportunity Note

Both branches of this 'if' statement write to the same variable - consider using '?' to express intent better.

Check notice on line 295 in src/Altinn.App.Api/Extensions/ServiceCollectionExtensions.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed ternary opportunity Note

Both branches of this 'if' statement write to the same variable - consider using '?' to express intent better.