Skip to content

Commit ed05a1e

Browse files
committed
fix: disable codql on tests folder
1 parent e238df8 commit ed05a1e

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,13 @@ jobs:
8484

8585
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
8686
analysis-kinds: 'code-scanning,code-quality'
87-
queries: security-extended,security-and-quality
88-
89-
# If the analyze step fails for one of the languages you are analyzing with
87+
config: |
88+
queries:
89+
- uses: security-extended,
90+
- uses: security-and-quality
91+
paths-ignore:
92+
- tests
93+
# If the analyze step fails for one of the languages you are analyzing with
9094
# "We were unable to automatically build your code", modify the matrix above
9195
# to set the build mode to "manual" for that language. Then modify this step
9296
# to build your code.

0 commit comments

Comments
 (0)