diff --git a/.github/workflows/codeql-build.yml b/.github/workflows/codeql-build.yml index ae52fbf..e70f08e 100644 --- a/.github/workflows/codeql-build.yml +++ b/.github/workflows/codeql-build.yml @@ -4,16 +4,10 @@ on: push: pull_request: -env: - SIMULATION: native - ENABLE_UNIT_TESTS: true - OMIT_DEPRECATED: true - BUILDTYPE: release - jobs: codeql: name: Codeql - uses: ArielSAdamsNASA/cFS-JSF-Rules/.github/workflows/codeql-build.yml@Rule1 + uses: nasa/cFS/.github/workflows/codeql-build.yml@main with: make-prep: 'make prep' make: 'make tools/cFS-GroundSystem/Subsystems/cmdUtil/' \ No newline at end of file diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 580a445..bf12f09 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -8,4 +8,4 @@ on: jobs: format-check: name: Run format check - uses: ArielSAdamsNASA/cFS-JSF-Rules/.github/workflows/format-check.yml@Rule1 \ No newline at end of file + uses: nasa/cFS/.github/workflows/format-check.yml@main \ No newline at end of file diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 673d1ad..7a210aa 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -8,4 +8,4 @@ on: jobs: static-analysis: name: Run cppcheck - uses: ArielSAdamsNASA/cFS-JSF-Rules/.github/workflows/static-analysis.yml@Rule1 \ No newline at end of file + uses: nasa/cFS/.github/workflows/static-analysis.yml@main \ No newline at end of file