Update codeql-analysis workflow

This commit is contained in:
IvanZosimov 2022-12-15 15:05:14 +01:00
parent 8151ea11a4
commit fe4d514f1a
2 changed files with 5 additions and 2 deletions

3
.github/codeql/codeql-config.yml vendored Normal file
View File

@ -0,0 +1,3 @@
name: CodeQL config
paths:
- src

View File

@ -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"