Skip to content

Release - #1985

Merged
wang1212 merged 6 commits into
masterfrom
release
Aug 18, 2025
Merged

Release#1985
wang1212 merged 6 commits into
masterfrom
release

feat(workflow): add monthly issue metrics automation

1d74d99
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 18, 2025 in 6s

195 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Other Alerts:

  • 154 warnings
  • 40 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 warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Comparison between inconvertible types Warning

This expression is of type undefined, but it is compared to
an expression
of type function.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Comparison between inconvertible types Warning

This expression is of type undefined, but it is compared to
variable 'n'
, which cannot be of type undefined.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Comparison between inconvertible types Warning

This expression is of type undefined, but it is compared to
variable 't'
, which cannot be of type undefined.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to i here is unused.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Comparison between inconvertible types Warning

This expression is of type boolean, but it is compared to
an expression
of type undefined.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Superfluous trailing arguments Warning

Superfluous arguments passed to
function h
.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Variable not declared before use Warning

Variable 'f' is used before its
declaration
.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to t here is unused.

Check notice on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (98% of all statements in
the enclosing function
have an explicit semicolon).

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless comparison test Warning

The condition 'e>1' is always false.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Superfluous trailing arguments Warning

Superfluous argument passed to
function m
.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Superfluous trailing arguments Warning

Superfluous arguments passed to
function m
.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to t here is unused.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to e here is unused.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to a here is unused.

Check notice on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Unneeded defensive code Note

This guard always evaluates to false.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Expression has no effect Warning

This expression has no effect.

Check notice on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (90% of all statements in
the enclosing function
have an explicit semicolon).

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Expression has no effect Warning

This expression has no effect.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Expression has no effect Warning

This expression has no effect.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to s here is unused.

Check notice on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (92% of all statements in
the enclosing function
have an explicit semicolon).

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Expression has no effect Warning

This expression has no effect.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Expression has no effect Warning

This expression has no effect.

Check warning on line 2 in packages/g-devtool/devtools/ui/ui.js

See this annotation in the file changed.

Code scanning / CodeQL

Expression has no effect Warning

This expression has no effect.