fix cpu temperature node #163
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
15 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: rishabhgupta/split-by@v1, actions/checkout@v2, einaregilsson/build-number@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
Project-Aurora/Aurora-Updater/UpdateManager.cs#L71
Non-nullable field 'LatestRelease' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Project-Aurora/Aurora-Updater/MainForm.cs#L16
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
Project-Aurora/Aurora-Updater/Program.cs#L22
Non-nullable field 'Manager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Project-Aurora/Aurora-Updater/UpdateManager.cs#L137
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
build:
Project-Aurora/Aurora-Updater/UpdateManager.cs#L285
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build:
Project-Aurora/Aurora-Updater/Program.cs#L75
Dereference of a possibly null reference.
|
build:
Project-Aurora/Aurora-Updater/Program.cs#L75
Possible null reference assignment.
|
build:
Project-Aurora/Aurora-Updater/Program.cs#L84
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build:
Project-Aurora/Aurora-Updater/Program.cs#L191
Dereference of a possibly null reference.
|
build:
Project-Aurora/AuroraCommon/Devices/VariableRegistry.cs#L148
Cannot convert null literal to non-nullable reference type.
|
build
Unexpected input(s) 'allow_override', valid inputs are ['body', 'body_path', 'name', 'tag_name', 'draft', 'prerelease', 'files', 'fail_on_unmatched_files', 'repository', 'token', 'target_commitish', 'discussion_category_name', 'generate_release_notes', 'append_body']
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|