Skip to content

Commit

Permalink
Fix nasa#1225, Update codeql workflows for reusable update
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Apr 20, 2022
1 parent 4c08633 commit fc3eee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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'
7 changes: 4 additions & 3 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:
component-path: osal
setup: 'cd osal && cp Makefile.sample Makefile'
make-prep: 'cd osal && make prep'
make: 'cd osal && make -j'
prep: 'cd osal && make prep'
make: 'cd osal && make'

0 comments on commit fc3eee5

Please sign in to comment.