From ca0d0909f700a87fd2d1fc15a32d3cb3a20f87b1 Mon Sep 17 00:00:00 2001 From: chillfig Date: Fri, 11 Mar 2022 11:55:49 -0500 Subject: [PATCH] Partial #1225, Testing fix to codeql build changes tests input to boolean, changes source input for uses, component-path to osal, changes to tests to test, removes makeprep input --- .github/workflows/codeql-cfe-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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