Skip to content

Commit fe4d514

Browse files
author
IvanZosimov
committed
Update codeql-analysis workflow
1 parent 8151ea1 commit fe4d514

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/codeql/codeql-config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: CodeQL config
2+
paths:
3+
- src

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
name: CodeQL analysis
1313
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
1414
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
15-
with:
16-
languages: "['typescript']"
15+
with:
16+
codeql-cfg-path: "./.github/codeql/codeql-config.yml"

0 commit comments

Comments
 (0)