Skip to content

Commit

Permalink
Fix nasa#96, 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 a3e0fa5 commit 32ea2b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
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/elf2cfetbl/'
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 @@ -9,4 +9,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 32ea2b0

Please sign in to comment.