Skip to content

Commit

Permalink
Fix nasa#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 51dbe27
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@ name: "CodeQL Analysis"

on:
push:
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**/*.dox'
pull_request:
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**/*.dox'

jobs:
codeql:
name: Codeql
uses: nasa/cFS/.github/workflows/codeql-build.yml@main
uses: nasa/cFS/.github/workflows/codeql-reuseable.yml@main
with:
make-prep: 'make prep'
make: 'make sample_lib && make native/default_cpu1/apps/sample_lib/unit-test/'
make: 'make sample_lib && make native/default_cpu1/apps/sample_lib/unit-test/'

0 comments on commit 51dbe27

Please sign in to comment.