diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 6532978..26dae79 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -7,9 +7,6 @@ on:
   pull_request:
     branches:
       - master
-    paths:
-      - "lib/**.ts"
-      - ".github/workflows/codeql-analysis.yml"
   schedule:
     - cron: '37 8 * * 2'
 
diff --git a/lib/index.mts b/lib/index.mts
index 19bcc85..e8464c0 100644
--- a/lib/index.mts
+++ b/lib/index.mts
@@ -2,3 +2,5 @@ export * from './detectors/dockerdetector.mjs';
 export * from './detectors/k8sdetector.mjs';
 export * from './detectors/osdetector.mjs';
 export * from './detectors/packagejsondetector.mjs';
+
+const a = 2;