diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml
new file mode 100644
index 00000000..bbe0bac5
--- /dev/null
+++ b/.github/codeql/codeql-config.yml
@@ -0,0 +1,3 @@
+name: CodeQL config
+paths:
+  - src
\ No newline at end of file
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index ae79197b..7139e759 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -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']"
\ No newline at end of file
+    with:  
+      codeql-cfg-path: "./.github/codeql/codeql-config.yml"
\ No newline at end of file