Skip to content

Commit

Permalink
Fix #211, 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 4fd55e2 commit 7f80109
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/cFS-GroundSystem/Subsystems/cmdUtil/'
component-path: tools/cFS-GroundSystem
make: 'make -C build/tools/cFS-GroundSystem/Subsystems/cmdUtil'

0 comments on commit 7f80109

Please sign in to comment.