Include all lib packages in CodeQL analysis paths

lib/cli and lib/crewai-core were missing from the CodeQL config paths.
Also update the templates ignore path to the relocated CLI package.

Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-08-05 05:45:00 +00:00
parent 323334dac6
commit bcb2412b9b
2 changed files with 7 additions and 3 deletions

View File

@@ -15,11 +15,11 @@ on:
push:
branches: [ "main" ]
paths-ignore:
- "lib/crewai/src/crewai/cli/templates/**"
- "lib/cli/src/crewai_cli/templates/**"
pull_request:
branches: [ "main" ]
paths-ignore:
- "lib/crewai/src/crewai/cli/templates/**"
- "lib/cli/src/crewai_cli/templates/**"
jobs:
analyze: