Skip to content

Merge pull request #107 from arielswalker/part-cfs/workflows#122-add-… #143

Merge pull request #107 from arielswalker/part-cfs/workflows#122-add-…

Merge pull request #107 from arielswalker/part-cfs/workflows#122-add-… #143

Workflow file for this run

name: CodeQl Analysis
on:
push:
branches:
- dev
- main
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
codeql:
name: Codeql Analysis
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main
with:
component-path: apps/mm
prep: 'make prep; make -C build/tools/elf2cfetbl'
make: 'make -C build/native/default_cpu1/apps/mm'
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 mm)" sample_defs/targets.cmake