Merge pull request #135 from jphickey/fix-134-format-specs #172
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 Analysis | |
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main | |
with: | |
component-path: apps/sc | |
prep: 'make prep; make -C build/tools/elf2cfetbl' | |
make: 'make -C build/native/default_cpu1/apps/sc' | |
setup: | | |
cp ./cfe/cmake/Makefile.sample Makefile && cp -r ./cfe/cmake/sample_defs sample_defs | |
sed -i "/list(APPEND MISSION_GLOBAL_APPLIST/a list(APPEND MISSION_GLOBAL_APPLIST sc)" sample_defs/targets.cmake |