Skip to content

Commit 535d0bb

Browse files
committed
Part cFS/workflows#136, Update CodeQL Logic
1 parent 69a15e9 commit 535d0bb

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/codeql-build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ on:
1515
jobs:
1616
codeql:
1717
name: Codeql Analysis
18-
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main
18+
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@dev
1919
with:
2020
component-path: apps/fm
2121
prep: 'make prep; make -C build/tools/elf2cfetbl'
22-
make: 'make -C build/native/default_cpu1/apps/fm'
23-
setup: |
24-
cp ./cfe/cmake/Makefile.sample Makefile && cp -r ./cfe/cmake/sample_defs sample_defs
25-
sed -i "/list(APPEND MISSION_GLOBAL_APPLIST/a list(APPEND MISSION_GLOBAL_APPLIST fm)" sample_defs/targets.cmake
22+
make: 'make -C build/native/default_cpu1/apps/fm'

0 commit comments

Comments
 (0)