Skip to content

Commit

Permalink
Merge pull request #88 from marcransome/codeql
Browse files Browse the repository at this point in the history
Update CodeQL configuration
  • Loading branch information
marcransome authored Mar 29, 2023
2 parents efcec0d + e92330c commit a9714a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: brew install popt
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: cpp
queries: security-and-quality
- name: Install dependencies and build project
- name: Build sources
run: |
brew install pkg-config popt
cmake -S . -B build
cmake --build build
cp -r src/* build/src/
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v2

0 comments on commit a9714a2

Please sign in to comment.