From a3065d99ec2559bca39858cae270050872b98365 Mon Sep 17 00:00:00 2001 From: chillfig Date: Fri, 11 Mar 2022 11:55:49 -0500 Subject: [PATCH] Partial #1225, Update cFS-build CodeQL reusable worfklow target changes tests input to boolean, changes source input for uses, adds new lines component-path to osal, changes tests to test, removes makeprep input --- .github/workflows/codeql-cfe-build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-cfe-build.yml b/.github/workflows/codeql-cfe-build.yml index a0d6db0f2..793e88978 100644 --- a/.github/workflows/codeql-cfe-build.yml +++ b/.github/workflows/codeql-cfe-build.yml @@ -7,8 +7,9 @@ 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