mirror of https://github.com/twbs/bootstrap.git
CodeQL: ignore dist folder (#37486)
This commit is contained in:
parent
6bd7170a73
commit
9aff4cdc90
|
@ -0,0 +1,3 @@
|
|||
name: "CodeQL config"
|
||||
paths-ignore:
|
||||
- dist
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
languages: "javascript"
|
||||
queries: +security-and-quality
|
||||
|
||||
|
|
Loading…
Reference in New Issue