Merge pull request #1425 from nasa/integration-candidate #119
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CodeQL cFE Build Analysis" | |
on: | |
push: | |
pull_request: | |
jobs: | |
codeql: | |
name: CodeQl Analysis | |
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main | |
with: | |
component-path: osal | |
make: 'make -C build/native/default_cpu1/osal' |