We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0e3c20 + e773b41 commit 71d2ff4Copy full SHA for 71d2ff4
.github/workflows/codeql-build.yml
@@ -0,0 +1,18 @@
1
+name: CodeQl Analysis
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
7
8
+jobs:
9
+ codeql:
10
+ name: Codeql Analysis
11
+ uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main
12
+ with:
13
+ component-path: apps/mm
14
+ prep: 'make prep; make -C build/tools/elf2cfetbl'
15
+ make: 'make -C build/native/default_cpu1/apps/mm'
16
+ setup: |
17
+ cp ./cfe/cmake/Makefile.sample Makefile && cp -r ./cfe/cmake/sample_defs sample_defs
18
+ sed -i "/list(APPEND MISSION_GLOBAL_APPLIST/a list(APPEND MISSION_GLOBAL_APPLIST mm)" sample_defs/targets.cmake
0 commit comments