mirror of https://github.com/actions/setup-node
Update codeql-analysis workflow
This commit is contained in:
parent
8151ea11a4
commit
fe4d514f1a
|
@ -0,0 +1,3 @@
|
|||
name: CodeQL config
|
||||
paths:
|
||||
- src
|
|
@ -12,5 +12,5 @@ jobs:
|
|||
name: CodeQL analysis
|
||||
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
|
||||
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
|
||||
with:
|
||||
languages: "['typescript']"
|
||||
with:
|
||||
codeql-cfg-path: "./.github/codeql/codeql-config.yml"
|
Loading…
Reference in New Issue