Fix #145, updating ci_lab to use new versioning system. #181
Workflow file for this run
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 Analysis" | |
on: | |
push: | |
pull_request: | |
jobs: | |
codeql: | |
name: CodeQL Analysis | |
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main | |
with: | |
component-path: apps/ci_lab | |
make: 'make -C build/native/default_cpu1/apps/ci_lab' |