We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8151ea1 commit fe4d514Copy full SHA for fe4d514
.github/codeql/codeql-config.yml
@@ -0,0 +1,3 @@
1
+name: CodeQL config
2
+paths:
3
+ - src
.github/workflows/codeql-analysis.yml
@@ -12,5 +12,5 @@ jobs:
12
name: CodeQL analysis
13
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
14
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
15
- with:
16
- languages: "['typescript']"
+ with:
+ codeql-cfg-path: "./.github/codeql/codeql-config.yml"
0 commit comments