Skip to content

Commit

Permalink
Merge pull request #109 from skliper/fix104-codeql_workflow
Browse files Browse the repository at this point in the history
Fix #104, Update codeql workflow for reusable updates
  • Loading branch information
astrogeco committed May 2, 2022
2 parents 54a7d41 + 1b2a0ba commit 1903273
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 Analysis
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 ci_lab'
component-path: apps/ci_lab
make: 'make -C build/native/default_cpu1/apps/ci_lab'

0 comments on commit 1903273

Please sign in to comment.