Skip to content

Commit

Permalink
Merge pull request #1249 from skliper/fix1225-codeql_workflow
Browse files Browse the repository at this point in the history
Fix #1225, Update codeql workflows for reusable update
  • Loading branch information
astrogeco committed May 2, 2022
2 parents 4c08633 + 05e4817 commit a0ec380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql-cfe-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ jobs:
name: CodeQl Analysis
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main
with:
make: 'make -j native/default_cpu1/osal/'
component-path: osal
test: true

make: 'make -C build/native/default_cpu1/osal'
9 changes: 5 additions & 4 deletions .github/workflows/codeql-osal-default.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:
setup: 'cd osal && cp Makefile.sample Makefile'
make-prep: 'cd osal && make prep'
make: 'cd osal && make -j'
component-path: cFS # Causes reusable workflow to not checkout bundle
setup: 'cp Makefile.sample Makefile'
prep: 'make prep'
make: 'make'

0 comments on commit a0ec380

Please sign in to comment.