Skip to content

Commit

Permalink
Merge pull request #1230 from chillfig/codeql_workflow_fix
Browse files Browse the repository at this point in the history
Partial #1225, Update cFS-build CodeQL reusable worfklow target
  • Loading branch information
astrogeco committed Mar 16, 2022
2 parents 42772d9 + a3065d9 commit da2a61d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql-cfe-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ 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 -j native/default_cpu1/osal/'
tests: '(cd build/native/default_cpu1/osal && make test)'
component-path: osal
test: true

0 comments on commit da2a61d

Please sign in to comment.