Skip to content

Commit

Permalink
Merge pull request #173 from skliper/fix172-codeql_workflow
Browse files Browse the repository at this point in the history
Fix #172, Update codeql workflow for reusable updates
  • Loading branch information
astrogeco committed May 2, 2022
2 parents 635b68b + 703d37b commit 83824aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
codeql:
name: Codeql Analysis
uses: nasa/cFS/.github/workflows/codeql-build.yml@main
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main
with:
make-prep: 'make prep'
make: 'make sample_app && make native/default_cpu1/apps/sample_app/unit-test/'
component-path: apps/sample_app
prep: 'make prep; make -C build/tools/elf2cfetbl'
make: 'make -C build/native/default_cpu1/apps/sample_app'

0 comments on commit 83824aa

Please sign in to comment.