Skip to content

Commit

Permalink
Fix nasa#199, Reuse CodeQL, Static Analysis, and Format Check
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker committed Oct 28, 2021
1 parent 61b6649 commit b27af09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
2 changes: 1 addition & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:
jobs:
format-check:
name: Run format check
uses: ArielSAdamsNASA/cFS-JSF-Rules/.github/workflows/format-check.yml@Rule1
uses: nasa/cFS/.github/workflows/format-check.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:
jobs:
static-analysis:
name: Run cppcheck
uses: ArielSAdamsNASA/cFS-JSF-Rules/.github/workflows/static-analysis.yml@Rule1
uses: nasa/cFS/.github/workflows/static-analysis.yml@main

0 comments on commit b27af09

Please sign in to comment.