Skip to content

Commit

Permalink
Fix nasa#1225, Update cFS-build CodeQL reusable worfklow target
Browse files Browse the repository at this point in the history
changes source input for uses, changes make-prep to prep,
adds component-paths
  • Loading branch information
chillfig committed Mar 14, 2022
1 parent c4865bf commit 158f5fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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'
prep: 'cd osal && make prep'
make: 'cd osal && make -j'

0 comments on commit 158f5fa

Please sign in to comment.