Ignore compiled dist/action analysis
This commit is contained in:
2
.github/config/codeql.yml
vendored
Normal file
2
.github/config/codeql.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
paths-ignore:
|
||||||
|
- action/dist
|
||||||
2
.github/workflows/analysis.yml
vendored
2
.github/workflows/analysis.yml
vendored
@@ -20,3 +20,5 @@ jobs:
|
|||||||
languages: javascript
|
languages: javascript
|
||||||
- name: Analyze
|
- name: Analyze
|
||||||
uses: github/codeql-action/analyze@v1
|
uses: github/codeql-action/analyze@v1
|
||||||
|
with:
|
||||||
|
config-file: ./.github/config/codeql.yml
|
||||||
Reference in New Issue
Block a user