Skip to content

Update @github/copilot to 1.0.81-8 - #2383

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
update-copilot-1.0.81-8
Closed

Update @github/copilot to 1.0.81-8#2383
github-actions[bot] wants to merge 1 commit into
mainfrom
update-copilot-1.0.81-8

Update @github/copilot to 1.0.81-8

b9ad33d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Aug 23, 2026 in 3s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

Actions workflow (codeql.yml)

  • ❓  /language:java-kotlin

New alerts in code changed by this pull request

  • 30 warnings
  • 22 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 9 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note generated

Import of 'McpOauthHttpResponse' is not used.

Check notice on line 38022 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38035 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38051 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38062 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38082 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38098 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38120 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38131 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38142 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38153 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38164 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38188 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38208 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38228 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38248 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38272 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38283 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38296 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38307 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38323 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 38340 in python/copilot/generated/rpc.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note generated

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check warning on line 216 in dotnet/src/obj/Debug/net10.0/generated/System.Text.Json.SourceGeneration/System.Text.Json.SourceGeneration.JsonSourceGenerator/RpcJsonContext.SessionEventsModelCallFinishedEvent.g.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless upcast Warning generated

There is no need to upcast from
ModelCallFinishedEvent
to
SessionEvent
- the conversion can be done implicitly.

Check warning on line 221 in dotnet/src/obj/Debug/net10.0/generated/System.Text.Json.SourceGeneration/System.Text.Json.SourceGeneration.JsonSourceGenerator/RpcJsonContext.SessionEventsModelCallFinishedEvent.g.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless upcast Warning generated

There is no need to upcast from
ModelCallFinishedEvent
to
SessionEvent
- the conversion can be done implicitly.

Check warning on line 227 in dotnet/src/obj/Debug/net10.0/generated/System.Text.Json.SourceGeneration/System.Text.Json.SourceGeneration.JsonSourceGenerator/RpcJsonContext.SessionEventsModelCallFinishedEvent.g.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless upcast Warning generated

There is no need to upcast from
ModelCallFinishedEvent
to
SessionEvent
- the conversion can be done implicitly.