From 96b82f03c4633c331c90f131f7f3160a7e22e8ff Mon Sep 17 00:00:00 2001 From: Lewis Jones Date: Thu, 28 Aug 2025 14:54:28 +0100 Subject: [PATCH] try using the path not file --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5ef5917..d4a1c9e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -42,7 +42,7 @@ jobs: - dist/index.js - dist/sourcemap-register.js paths: - - scripts/scan_pr + - scripts - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3