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
|
||||
4
.github/workflows/analysis.yml
vendored
4
.github/workflows/analysis.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -20,3 +20,5 @@ jobs:
|
||||
languages: javascript
|
||||
- name: Analyze
|
||||
uses: github/codeql-action/analyze@v1
|
||||
with:
|
||||
config-file: ./.github/config/codeql.yml
|
||||
Reference in New Issue
Block a user