Skip to content

Commit de04ed7

Browse files
committed
stop codeql mithering about benchmark code
1 parent ae20b29 commit de04ed7

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/codeql/codeql-config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
paths:
2+
- 'src'
3+
paths-ignore:
4+
- '**/examples/**'
5+
- '**/benchmarks/**'
6+
- '**/tests/**'

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
7171
with:
7272
languages: ${{ matrix.language }}
73+
config-file: ./.github/codeql/codeql-config.yml
7374

7475
# We can't use autobuild because we want to restrict the build to just src folder solutions
7576
# and avoid triggering deterministic builds and git commit based versioning

0 commit comments

Comments
 (0)