Skip to content

Bump vue from 3.4.6 to 3.4.7 in /Epsilon.Host.Frontend #772

Bump vue from 3.4.6 to 3.4.7 in /Epsilon.Host.Frontend

Bump vue from 3.4.6 to 3.4.7 in /Epsilon.Host.Frontend #772

Triggered via pull request January 10, 2024 07:59
Status Success
Total duration 3m 58s
Artifacts

continuous-integration.yml

on: pull_request
Build frontend
43s
Build frontend
Build .NET solution
19s
Build .NET solution
Lint and format frontend
15s
Lint and format frontend
Unit testing
25s
Unit testing
Matrix: Build Docker
Matrix: Code analysis
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build .NET solution: Epsilon.Abstractions/Components/PageComponent.cs#L9
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build .NET solution: Epsilon/Services/CompetenceDocumentService.cs#L55
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build .NET solution: Epsilon.Abstractions/Components/PageComponent.cs#L9
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build .NET solution: Epsilon/Services/CompetenceDocumentService.cs#L55
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Unit testing: Epsilon.Abstractions/Components/PageComponent.cs#L9
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Unit testing: Epsilon/Services/CompetenceDocumentService.cs#L55
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Unit testing: Epsilon.Abstractions/Components/PageComponent.cs#L9
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Unit testing: Epsilon/Services/CompetenceDocumentService.cs#L55
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Lint and format frontend: Epsilon.Host.Frontend/src/components/wrapped/WrappedDialog.vue#L3
Variable 'props' is already declared in the upper scope
Code analysis (javascript-typescript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
Code analysis (csharp)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
Code analysis (csharp)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby