target supported version #46
Annotations
1 error and 1 warning
version-sweep
Octokit.ApiValidationException: Validation Failed
at Octokit.Connection.HandleErrors(IResponse response) in /_/Octokit/Http/Connection.cs:line 817
at Octokit.Connection.RunRequest(IRequest request, CancellationToken cancellationToken, Func`2 preprocessResponseBody) in /_/Octokit/Http/Connection.cs:line 798
at Octokit.Connection.Run[T](IRequest request, CancellationToken cancellationToken, Func`2 preprocessResponseBody) in /_/Octokit/Http/Connection.cs:line 783
at Octokit.ApiConnection.Post[T](Uri uri, Object data, String accepts, String contentType, CancellationToken cancellationToken)
at DotNet.GitHub.GitHubIssueService.PostIssueAsync(String owner, String name, String token, NewIssue newIssue) in /app/src/DotNet.GitHub/GitHubIssueService.cs:line 25
at DotNet.GitHub.RateLimitAwareQueue.ExecuteAllQueuedItemsAsync()+MoveNext() in /app/src/DotNet.GitHub/RateLimitAwareQueue.cs:line 31
at DotNet.GitHub.RateLimitAwareQueue.ExecuteAllQueuedItemsAsync()+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Program.<<Main>$>g__StartSweeperAsync|0_3(Options options, IServiceProvider services, ICoreService job) in /app/src/DotNet.VersionSweeper/Program.cs:line 191
at Program.<<Main>$>g__StartSweeperAsync|0_3(Options options, IServiceProvider services, ICoreService job) in /app/src/DotNet.VersionSweeper/Program.cs:line 191
{"message":"Validation Failed","errors":[{"resource":"Issue","code":"custom","field":"body","message":"body is too long"},{"resource":"Issue","code":"custom","field":"body","message":"body is too long (maximum is 65536 characters)"}],"documentation_url":"https://docs.github.com/rest/issues/issues#create-an-issue","status":"422"}
|
version-sweep
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|