Skip to content

Hotfix: Correct workflow issues

afc2315
Select commit
Loading
Failed to load commit list.
Merged

Open Source Draco Release #117

Hotfix: Correct workflow issues
afc2315
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 23, 2026 in 3s

18 new alerts

New alerts in code changed by this pull request

  • 18 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 32 in config/default_lc_fcncode_values.h

See this annotation in the file changed.

Code scanning / CodeQL

Undisciplined macro Note

The macro LC_CCVAL(x) uses token pasting and is not allowed.

Check notice on line 35 in config/default_lc_interface_cfg_values.h

See this annotation in the file changed.

Code scanning / CodeQL

Undisciplined macro Note

The macro LC_INTERFACE_CFGVAL(x) uses token pasting and is not allowed.

Check notice on line 36 in config/default_lc_internal_cfg_values.h

See this annotation in the file changed.

Code scanning / CodeQL

Undisciplined macro Note

The macro LC_INTERNAL_CFGVAL(x) uses token pasting and is not allowed.

Check notice on line 29 in config/default_lc_msgid_values.h

See this annotation in the file changed.

Code scanning / CodeQL

Undisciplined macro Note

The macro LC_CMD_PLATFORM_MIDVAL(x) uses token pasting and is not allowed.

Check notice on line 30 in config/default_lc_msgid_values.h

See this annotation in the file changed.

Code scanning / CodeQL

Undisciplined macro Note

The macro LC_TLM_PLATFORM_MIDVAL(x) uses token pasting and is not allowed.

Check notice on line 26 in config/default_lc_topicid_values.h

See this annotation in the file changed.

Code scanning / CodeQL

Undisciplined macro Note

The macro LC_MISSION_TIDVAL(x) uses token pasting and is not allowed.

Check notice on line 112 in fsw/src/lc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 112 in fsw/src/lc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

LC_SendHkCmd has too many lines (147, while 60 are allowed).

Check notice on line 310 in fsw/src/lc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 342 in fsw/src/lc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 342 in fsw/src/lc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

LC_SetAPStateCmd has too many lines (113, while 60 are allowed).

Check notice on line 461 in fsw/src/lc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 518 in fsw/src/lc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 589 in fsw/src/lc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 40 in fsw/src/lc_dispatch.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 40 in fsw/src/lc_dispatch.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

LC_VerifyMsgLength has too many lines (66, while 60 are allowed).

Check notice on line 252 in fsw/src/lc_dispatch.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 303 in fsw/src/lc_dispatch.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.