Fix nasa#229, Check return values for CFE_SB_Subscribe in TO_LAB_init() #246
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "CodeQL Analysis" | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| - main | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - synchronize | |
| workflow_dispatch: | |
| jobs: | |
| codeql: | |
| name: Codeql | |
| uses: nasa/cFS/.github/workflows/codeql-reusable.yml@dev | |
| with: | |
| component-path: apps/to_lab | |
| prep: 'make prep; make -C build/tools/elf2cfetbl' | |
| make: 'make -C build/native/default_cpu1/apps/to_lab' |