Skip to content

Commit df4c679

Browse files
committed
add codeql
1 parent aad6759 commit df4c679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Grpc.IntegrationTests/GrpcSidecar/InMemoryOrchestrationService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ public void AddMessage(TaskMessage message)
466466
else if (state.IsCompleted)
467467
{
468468
// Drop the message since we're completed
469+
// GOOD: The user-provided the instanceId
469470
logger.LogWarning(
470471
"Dropped {eventType} message for instance '{instanceId}' because the orchestration has already completed.",
471472
message.Event.EventType,

0 commit comments

Comments
 (0)