Skip to content

Merge pull request #90 from objectstack-ai/copilot/fix-action-run-iss…

ae22901
Select commit
Loading
Failed to load commit list.
Merged

Add ObjectQL 1.9.1 integration with ObjectTable and ObjectForm components #87

Merge pull request #90 from objectstack-ai/copilot/fix-action-run-iss…
ae22901
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 17, 2026 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 2 warnings
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 20 in packages/cli/src/commands/dev.ts

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The initial value of _projectRoot is unused, since it is always overwritten.

Check warning on line 36 in packages/cli/src/commands/dev.ts

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to _projectRoot here is unused.

Check notice on line 21 in packages/cli/src/commands/dev.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable targetSchemaPath.