Skip to content

Update @github/copilot to 1.0.81-9 - #2390

Closed
github-actions[bot] wants to merge 3 commits into
mainfrom
update-copilot-1.0.81-9
Closed

Update @github/copilot to 1.0.81-9#2390
github-actions[bot] wants to merge 3 commits into
mainfrom
update-copilot-1.0.81-9

Adapt Go and Java managed settings types

7c43b11
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 24, 2026 in 3s

52 new alerts

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.