Skip to content

Commit

Permalink
Merge pull request #580 from thnkslprpt/patch-1
Browse files Browse the repository at this point in the history
Fix #469, Addresses invalid CodeQL language option
  • Loading branch information
dzbaker committed Oct 3, 2022
2 parents 7281299 + d4c920e commit bcd1aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: c
languages: cpp
config-file: nasa/cFS/.github/codeql/codeql-${{matrix.scan-type}}.yml@main

- name: Build
Expand Down

0 comments on commit bcd1aa8

Please sign in to comment.