diff --git a/.github/workflows/codeql-cfe-build.yml b/.github/workflows/codeql-cfe-build.yml index a0d6db0f2..89dfc8fda 100644 --- a/.github/workflows/codeql-cfe-build.yml +++ b/.github/workflows/codeql-cfe-build.yml @@ -7,8 +7,8 @@ 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: - make-prep: 'make prep' make: 'make -j native/default_cpu1/osal/' - tests: '(cd build/native/default_cpu1/osal && make test)' \ No newline at end of file + component-path: osal + test: true \ No newline at end of file