diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index e9a48535..3c2a6718 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -15,9 +15,8 @@ on: jobs: build-documentation: name: Build and deploy cFS documents - uses: nasa/cFS/.github/workflows/build-deploy-doc.yml@main + uses: arielswalker/cFS/.github/workflows/build-doc-reusable.yml@part-cfs/workflows#177-update-workflows-internal-logic with: target: "[\"cf-usersguide\"]" app-name: cf buildpdf: ${{ github.event_name == 'push' && contains(github.ref, 'main')}} - deploy: ${{ github.event_name == 'push' && contains(github.ref, 'main')}} diff --git a/.github/workflows/build-run-app.yml b/.github/workflows/build-run-app.yml index b780d371..c0e450f3 100644 --- a/.github/workflows/build-run-app.yml +++ b/.github/workflows/build-run-app.yml @@ -15,4 +15,4 @@ on: jobs: build-run: name: Build and run with startup msg verification - uses: nasa/cFS/.github/workflows/build-run-app.yml@main + uses: arielswalker/cFS/.github/workflows/build-run-app-reusable.yml@part-cfs/workflows#177-update-workflows-internal-logic diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 441199a8..9139082a 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -11,4 +11,4 @@ on: jobs: format-check: name: Run format check - uses: nasa/cFS/.github/workflows/format-check.yml@main + uses: arielswalker/cFS/.github/workflows/format-check.yml@part-cfs/workflows#177-update-workflows-internal-logic diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 800c300f..a56e6074 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -15,7 +15,5 @@ on: jobs: static-analysis: - name: Run cppcheck - uses: nasa/cFS/.github/workflows/static-analysis.yml@main - with: - strict-dir-list: './fsw' + name: Static Analysis + uses: arielswalker/cFS/.github/workflows/app-static-analysis-reusable.yml@part-cfs/workflows#177-update-workflows-internal-logic diff --git a/.github/workflows/unit-test-coverage.yml b/.github/workflows/unit-test-coverage.yml index 50567110..17feded7 100644 --- a/.github/workflows/unit-test-coverage.yml +++ b/.github/workflows/unit-test-coverage.yml @@ -15,4 +15,4 @@ on: jobs: unit-test-coverage: name: Run unit test and coverage - uses: nasa/cFS/.github/workflows/unit-test-coverage.yml@main + uses: arielswalker/cFS/.github/workflows/unit-test-coverage-reusable.yml@part-cfs/workflows#177-update-workflows-internal-logic