Skip to content

Commit

Permalink
Fix #115, Update codeql workflow for reusable updates
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Apr 20, 2022
1 parent d24933f commit c791c1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
jobs:
codeql:
name: Codeql
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 to_lab'
component-path: apps/to_lab
prep: 'make prep; make -C build/tools/elf2cfetbl'
make: 'make -C build/native/default_cpu1/apps/to_lab'

0 comments on commit c791c1a

Please sign in to comment.