Skip to content

Commit

Permalink
Merge pull request #90 from marcransome/codeql
Browse files Browse the repository at this point in the history
Remove source copy step from CodeQL workflow
  • Loading branch information
marcransome authored Jun 27, 2023
2 parents 6decefe + b76b3f4 commit ff3b31b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ jobs:
run: |
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 ff3b31b

Please sign in to comment.