We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08afc7c + d6db2d3 commit ecd8eeeCopy full SHA for ecd8eee
1 file changed
.github/workflows/codeql-build.yml
@@ -15,7 +15,8 @@ on:
15
jobs:
16
codeql:
17
name: CodeQL Analysis
18
- uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main
+ uses: nasa/cFS/.github/workflows/codeql-reusable.yml@dev
19
with:
20
component-path: apps/ci_lab
21
+ prep: 'make prep; make -C build/tools/elf2cfetbl'
22
make: 'make -C build/native/default_cpu1/apps/ci_lab'
0 commit comments