Skip to content

Update pipelines and bump version #1

Update pipelines and bump version

Update pipelines and bump version #1

Triggered via pull request March 13, 2024 12:39
Status Failure
Total duration 5m 24s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 13 warnings
Analyze
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, microsoft/[email protected], github/codeql-action/init@v1, github/codeql-action/analyze@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, github/codeql-action/init@v1, github/codeql-action/analyze@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze
1 issue was detected with this workflow: Please make sure that every branch in on.pull_request is also in on.push so that Code Scanning can compare pull requests against the state of the base branch.
Analyze: src/Wpf.Ui.ToastNotifications/Toast.cs#L10
Missing XML comment for publicly visible type or member 'Toast'
Analyze: src/Wpf.Ui.ToastNotifications/Toast.cs#L12
Missing XML comment for publicly visible type or member 'Toast.Show()'
Analyze: src/Wpf.Ui/Controls/PasswordBox/PasswordBox.cs#L189
Nullability of type of parameter 'parameter' doesn't match overridden member (possibly because of nullability attributes).
Analyze: src/Wpf.Ui/UiApplication.cs#L24
Non-nullable field '_resources' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze: src/Wpf.Ui/UiApplication.cs#L24
Non-nullable field '_mainWindow' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze: src/Wpf.Ui/UiApplication.cs#L13
Non-nullable field '_uiApplication' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze: src/Wpf.Ui/Interop/Shell32.cs#L116
Non-nullable field 'szTip' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze: src/Wpf.Ui/Interop/Shell32.cs#L128
Non-nullable field 'szInfo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze: src/Wpf.Ui/Interop/Shell32.cs#L136
Non-nullable field 'szInfoTitle' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze: src/Wpf.Ui/Controls/AutoSuggestBox/AutoSuggestBox.cs#L302
Dereference of a possibly null reference.