Skip to content

Commit c7ec0e3

Browse files
committed
fix
1 parent 35b58c9 commit c7ec0e3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/codeql-config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: "My CodeQL config"
2+
3+
paths-ignore:
4+
- test

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
4040
with:
4141
category: /language:${{matrix.language}}
42-
paths-ignore:
43-
- test
42+
config-file: ./.github/codeql-config.yml
43+

0 commit comments

Comments
 (0)