Skip to content

Commit

Permalink
Fix nasa#2034, Fix git error in CodeQL workflow
Browse files Browse the repository at this point in the history
Adds new parameters to match updated cFS-CodeQL workflow interface
introduced in nasa/cFS#413
  • Loading branch information
astrogeco committed Jan 24, 2022
1 parent 07fb348 commit aa984b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: "CodeQL Analysis"
on:
push:
pull_request:

jobs:
codeql:
name: CodeQL Analysis
uses: nasa/cFS/.github/workflows/codeql-build.yml@main
uses: astrogeco/cFS/.github/workflows/codeql-build.yml@fix-codeql-workflow
with:
make-prep: 'make prep'
make: 'make -C build/native/default_cpu1 core_api core_private es evs fs msg resourceid sb sbr tbl time'
component-path: cfe
make: 'make -C build/native/default_cpu1 core_api core_private es evs fs msg resourceid sb sbr tbl time'

0 comments on commit aa984b8

Please sign in to comment.