Skip to content

fix: add user agent to GitHub requests #6

fix: add user agent to GitHub requests

fix: add user agent to GitHub requests #6

Re-run triggered March 30, 2024 16:00
Status Success
Total duration 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Source/Testably.Server/Controllers/PullRequestStatusCheckController.cs#L65
Dereference of a possibly null reference.
build: Source/Testably.Server/Controllers/PullRequestStatusCheckController.cs#L184
Non-nullable property 'Login' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Testably.Server/Controllers/PullRequestStatusCheckController.cs#L177
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Testably.Server/Controllers/PullRequestStatusCheckController.cs#L178
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Testably.Server/Controllers/PullRequestStatusCheckController.cs#L172
Non-nullable property 'MergeCommitSha' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Testably.Server/Controllers/PullRequestStatusCheckController.cs#L165
Non-nullable property 'PullRequest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Testably.Server/Controllers/PullRequestStatusCheckController.cs#L167
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Testably.Server/Controllers/PullRequestStatusCheckController.cs#L156
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Testably.Server/Controllers/PullRequestStatusCheckController.cs#L157
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Testably.Server/Controllers/PullRequestStatusCheckController.cs#L65
Dereference of a possibly null reference.