We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f21af commit 259d3a9Copy full SHA for 259d3a9
.github/codeql/codeql-config.yml
@@ -0,0 +1,2 @@
1
+paths-ignore:
2
+ - Examples
.github/workflows/codeql.yml
@@ -7,6 +7,8 @@ concurrency:
7
on:
8
pull_request:
9
branches: ["main"]
10
+ paths-ignore:
11
+ - "Examples/**"
12
schedule:
13
- cron: "27 1 * * 0"
14
@@ -53,6 +55,7 @@ jobs:
53
55
dependency-caching: ${{ matrix.dependency-caching }}
54
56
languages: ${{ matrix.language }}
57
build-mode: ${{ matrix.build-mode }}
58
+ config-file: ./.github/codeql/codeql-config.yml
59
60
- name: Perform CodeQL Analysis
61
uses: github/codeql-action/analyze@v4
0 commit comments