Skip to content

Commit 9462238

Browse files
committed
Add samples to ignored paths
1 parent 8a02071 commit 9462238

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ jobs:
3131
uses: github/codeql-action/init@v3
3232
with:
3333
languages: ${{ matrix.language }}
34+
config: |
35+
paths-ignore:
36+
- 'samples/'
3437
3538
- name: Perform CodeQL Analysis
3639
uses: github/codeql-action/analyze@v3
3740
with:
38-
category: "/language:${{matrix.language}}"
41+
category: "/language:${{matrix.language}}"
42+

0 commit comments

Comments
 (0)