Fix #2529, Reduces CFE_EVS_MAX_PORT_MSG_LENGTH to prevent new line character truncation #2572
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CodeQL Analysis" | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
schedule: | |
# 11:15 PM UTC every Sunday | |
- cron: '15 23 * * 0' | |
jobs: | |
codeql: | |
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main | |
with: | |
component-path: cfe | |
make: make -j8 | |
test: true |