Fix #197, Add CFE_EVS_SHORT_EVENT_MSG_MID to to_lab_sub.c #190
Workflow file for this run
This file contains 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: | |
pull_request: | |
jobs: | |
codeql: | |
name: Codeql | |
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main | |
with: | |
component-path: apps/to_lab | |
prep: 'make prep; make -C build/tools/elf2cfetbl' | |
make: 'make -C build/native/default_cpu1/apps/to_lab' |