Skip to content

Commit

Permalink
Fix #81, Codeql workflow name update
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Apr 19, 2022
1 parent 390f765 commit d040f64
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 d040f64

Please sign in to comment.