Don't analyse tests
This commit is contained in:
parent
583f8a923c
commit
6bab450a9a
2 changed files with 5 additions and 2 deletions
4
.github/codeql/codeql-config.yml
vendored
4
.github/codeql/codeql-config.yml
vendored
|
|
@ -1,4 +1,6 @@
|
|||
me: "CodeQL config"
|
||||
name: "CodeQL config"
|
||||
queries:
|
||||
- name: Run custom queries
|
||||
uses: ./queries
|
||||
paths-ignore:
|
||||
- tests
|
||||
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
|
|
@ -13,5 +13,6 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- uses: ./init
|
||||
with:
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
languages: javascript
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
- uses: ./analyze
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue