Update dependabot.yml - automatically. #8283
profanity-filter.yml
on: pull_request
Apply profanity filter
12s
Annotations
1 error and 1 warning
Apply profanity filter
Unable to get PR with number: 43297
|
Apply profanity filter
System.Text.Json.JsonException: The JSON value could not be converted to System.Int32. Path: $ | LineNumber: 0 | BytePositionInLine: 10.
---> System.FormatException: Either the JSON value is not in a supported format, or is out of bounds for an Int32.
at System.Text.Json.ThrowHelper.ThrowFormatException(NumericType) + 0xda
at System.Text.Json.Utf8JsonReader.GetInt32() + 0x21
at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader&, Type, JsonSerializerOptions, ReadStack&, T&, Boolean&) + 0x9c
at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader&, JsonSerializerOptions, ReadStack&) + 0x158
--- End of inner exception stack trace ---
at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack&, Utf8JsonReader&, Exception) + 0x48
at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader&, JsonSerializerOptions, ReadStack&) + 0x256
at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan`1, JsonTypeInfo`1, Nullable`1) + 0xea
at System.Text.Json.JsonSerializer.Deserialize[TValue](JsonElement, JsonTypeInfo`1) + 0xdb
at Microsoft.Kiota.Serialization.Json.JsonParseNode.GetIntValue() + 0x9f
at GitHub.Models.PullRequest.<GetFieldDeserializers>b__198_20(IParseNode n) + 0x22
at Microsoft.Kiota.Serialization.Json.JsonParseNode.AssignFieldValues[T](T) + 0x2df
at Microsoft.Kiota.Serialization.Json.JsonParseNode.GetObjectValue[T](ParsableFactory`1) + 0x87
at Microsoft.Kiota.Http.HttpClientLibrary.HttpClientRequestAdapter.<SendAsync>d__20`1.MoveNext() + 0x429
--- End of stack trace from previous location ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c
at Microsoft.Kiota.Http.HttpClientLibrary.HttpClientRequestAdapter.<SendAsync>d__20`1.MoveNext() + 0x70f
--- End of stack trace from previous location ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task, ConfigureAwaitOptions) + 0x4e
at GitHub.Repos.Item.Item.Pulls.Item.WithPull_numberItemRequestBuilder.<GetAsync>d__18.MoveNext() + 0x2af
--- End of stack trace from previous location ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task, ConfigureAwaitOptions) + 0x4e
at ProfanityFilter.Action.Clients.CustomGitHubClient.<TryClientRequestAsync>d__16`1.MoveNext() + 0xd7
|