Skip to content

Commit

Permalink
remove paths-ignore as it is does not work for C/C++
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Dec 3, 2024
1 parent 242670a commit 28f6cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/codeql/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
name: "CodeQL code scanning custom configuration"

disable-default-queries: true

paths-ignore:
- build/conan_home
5 changes: 2 additions & 3 deletions .github/workflows/code-ql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name: "CodeQL"

on:
pull_request:
branches:
- develop
schedule:
#run 5 minutes after midnight daily
- cron: '5 0 * * *'
Expand Down Expand Up @@ -107,6 +104,8 @@ jobs:
cmake -DCMAKE_BUILD_TYPE=Release ..
# build and run tests
make all test
#remove conan files
rm -rf conan_home/
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 28f6cb7

Please sign in to comment.