Skip to content

Bump the submodules group with 3 updates (#263) #717

Bump the submodules group with 3 updates (#263)

Bump the submodules group with 3 updates (#263) #717

Triggered via push June 14, 2024 13:39
Status Success
Total duration 31m 19s
Artifacts

codeql.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Analyze (javascript)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (javascript)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Analyze (csharp)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Analyze (csharp): src/Eppie.App/Tuvi.OAuth2/AuthorizationFactory.cs#L40
Non-nullable property 'AuthenticationBrokerCreator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Eppie.App/Tuvi.OAuth2/AuthorizationFactory.cs#L41
Non-nullable property 'GoogleConfigurationCreator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Eppie.App/Tuvi.OAuth2/AuthorizationFactory.cs#L42
Non-nullable property 'OutlookConfigurationCreator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Eppie.App/Tuvi.OAuth2/DefaultEmailConfig.cs#L33
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Eppie.App/Tuvi.OAuth2/DefaultEmailConfig.cs#L33
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Eppie.App/Tuvi.OAuth2/DefaultEmailConfig.cs#L73
Non-nullable property 'IncomingServerAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Eppie.App/Tuvi.OAuth2/DefaultEmailConfig.cs#L77
Non-nullable property 'OutgoingServerAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Eppie.App/Eppie.App.ViewModels/AccountSettingsPageViewModel.cs#L840
Cannot convert null literal to non-nullable reference type.