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 26, 2022
1 parent 07fb348 commit ca1a43e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ name: "CodeQL Analysis"
on:
push:
pull_request:

paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**/*.dox'

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'
archive: true
component-path: cfe
make: make -j8
test: true

0 comments on commit ca1a43e

Please sign in to comment.