Skip to content

Commit

Permalink
Merge pull request #110 from skliper/fix109-codeql_workflow
Browse files Browse the repository at this point in the history
Fix #109, Update codeql workflow for reusable updates
  • Loading branch information
astrogeco committed May 2, 2022
2 parents 51fbe35 + cb9c07c commit fbf0a0d
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,7 +7,7 @@ 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 tools/elf2cfetbl/'
component-path: tools/elf2cfetbl
make: 'make -C build/tools/elf2cfetbl'

0 comments on commit fbf0a0d

Please sign in to comment.