Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nasa/to_lab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d24933f4bb8ba26c2768b8d5d53f1e1635e2a600
Choose a base ref
...
head repository: nasa/to_lab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 21d562c39274e2f5e941ad31c32a1614aa0f10c5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 20, 2022

  1. Copy the full SHA
    c791c1a View commit details

Commits on May 2, 2022

  1. Merge pull request #120 from skliper/fix115-codeql_workflow

    Fix #115, Update codeql workflow for reusable updates
    astrogeco committed May 2, 2022
    Copy the full SHA
    21d562c View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 .github/workflows/codeql-build.yml
7 changes: 4 additions & 3 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,8 @@ 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 to_lab'
component-path: apps/to_lab
prep: 'make prep; make -C build/tools/elf2cfetbl'
make: 'make -C build/native/default_cpu1/apps/to_lab'