Fix #1445, add conditional around priority sem test #905
Workflow file for this run
This file contains hidden or 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 Analysis OSAL Default Build" | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| codeql: | |
| name: CodeQl Analysis | |
| uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main | |
| with: | |
| component-path: cFS # Causes reusable workflow to not checkout bundle | |
| setup: 'cp Makefile.sample Makefile' | |
| prep: 'make prep' | |
| make: 'make' |