Skip to content

fix(config): migrate all environments to PostgreSQL as canonical prov… #135

fix(config): migrate all environments to PostgreSQL as canonical prov…

fix(config): migrate all environments to PostgreSQL as canonical prov… #135

Triggered via push June 7, 2026 15:05
Status Success
Total duration 3m 13s
Artifacts
Collect and Update Metrics
3m 9s
Collect and Update Metrics
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 23 warnings
Collect and Update Metrics
Config file could not be found at expected location. Has the 'init' action been called?
Collect and Update Metrics
Process completed with exit code 1.
Collect and Update Metrics: src/apps/ums.web-app/src/application/authorization/decorators/RequireAccess.ts#L54
Unexpected console statement. Only these console methods are allowed: error
Collect and Update Metrics
Process completed with exit code 2.
Collect and Update Metrics
Process completed with exit code 1.
Collect and Update Metrics
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, actions/setup-node@v4, github/codeql-action/analyze@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Collect and Update Metrics
This run of the CodeQL Action does not have permission to access the CodeQL Action API endpoints. This could be because the Action is running on a pull request from a fork. If not, please ensure the workflow has at least the 'security-events: read' permission. Details: Resource not accessible by integration - https://docs.github.com/rest
Collect and Update Metrics
This run of the CodeQL Action does not have permission to access the CodeQL Action API endpoints. This could be because the Action is running on a pull request from a fork. If not, please ensure the workflow has at least the 'security-events: read' permission. Details: Resource not accessible by integration - https://docs.github.com/rest
Collect and Update Metrics: src/apps/ums.web-app/src/presentation/authorization/permission-template/components/tree/TreeNode.tsx#L29
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Collect and Update Metrics: src/apps/ums.web-app/src/main.tsx#L30
Fast refresh only works when a file has exports. Move your component(s) to a separate file
Collect and Update Metrics
React Hook useEffect has a missing dependency: 'sessionTenantId'. Either include it or remove the dependency array. If 'setSelectedTenantId' needs the current value of 'sessionTenantId', you can also switch to useReducer instead of useState and read 'sessionTenantId' in the reducer
Collect and Update Metrics: src/apps/ums.api/Ums.Domain/Authorization/Graph/AuthorizationGraph.cs#L71
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Collect and Update Metrics: src/apps/ums.api/Ums.Domain/Authorization/Graph/AuthorizationGraph.cs#L71
Non-nullable property 'EffectiveConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Collect and Update Metrics: src/apps/ums.api/Ums.Domain/Authorization/Graph/AuthorizationGraph.cs#L71
Non-nullable property 'FeatureFlags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Collect and Update Metrics: src/apps/ums.api/Ums.Domain/Authorization/Graph/AuthorizationGraph.cs#L71
Non-nullable property 'DomainPermissions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Collect and Update Metrics: src/apps/ums.api/Ums.Domain/Authorization/Graph/AuthorizationGraph.cs#L71
Non-nullable property 'MenuAccess' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Collect and Update Metrics: src/apps/ums.api/Ums.Domain/Authorization/Graph/AuthorizationGraph.cs#L71
Non-nullable property 'Actions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Collect and Update Metrics: src/apps/ums.api/Ums.Domain/Authorization/Graph/AuthorizationGraph.cs#L71
Non-nullable property 'Authentication' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Collect and Update Metrics: src/apps/ums.api/Ums.Domain/Authorization/Graph/AuthorizationGraph.cs#L71
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Collect and Update Metrics: src/apps/ums.api/Ums.Domain/Configuration/IdpConfiguration/IdpConfiguration.cs#L25
'IdpConfiguration.Version' hides inherited member 'AggregateRoot<IdpConfiguration, IdpConfigurationProps>.Version'. Use the new keyword if hiding was intended.
Collect and Update Metrics: src/apps/ums.api/Ums.Domain/Configuration/AppConfiguration/AppConfiguration.cs#L24
'AppConfiguration.Version' hides inherited member 'AggregateRoot<AppConfiguration, AppConfigurationProps>.Version'. Use the new keyword if hiding was intended.