Skip to content

Commit

Permalink
Merge pull request #113 from skliper/fix108-codeql_workflow
Browse files Browse the repository at this point in the history
Fix #108,Update codeql workflow for reusable updates
  • Loading branch information
astrogeco committed May 2, 2022
2 parents d15cf11 + 72d3951 commit 3adad8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
jobs:
codeql:
name: Codeql
uses: astrogeco/cFS/.github/workflows/codeql-build.yml@integration-candidate
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main
with:
make-prep: 'make prep'
make: 'make sch_lab'
component-path: apps/sch_lab
prep: 'make prep; make -C build/tools/elf2cfetbl'
make: 'make -C build/native/default_cpu1/apps/sch_lab'

0 comments on commit 3adad8c

Please sign in to comment.