Skip to content

Commit

Permalink
Merge pull request #82 from skliper:fix81-codeql_workflow_namechange
Browse files Browse the repository at this point in the history
Fix #81, Codeql workflow name update
  • Loading branch information
astrogeco committed May 2, 2022
2 parents 390f765 + d040f64 commit f47613f
Show file tree
Hide file tree
Showing 2 changed files 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 sample_lib && make native/default_cpu1/apps/sample_lib/unit-test/'
component-path: libs/sample_lib
make: 'make -C build/native/default_cpu1/apps/sample_lib'
Binary file added fsw/src/.sample_lib.c.swp
Binary file not shown.

0 comments on commit f47613f

Please sign in to comment.