mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
This commit adds a reference to a custom CodeQL configuration file (.github/codeql-config.yml) in the GitHub Actions workflow for CodeQL analysis. This enhancement allows for more tailored queries and analysis settings during the code scanning process.
4 lines
68 B
YAML
4 lines
68 B
YAML
name: "CodeQL config"
|
|
paths-ignore:
|
|
- src/crewai/cli/templates/**
|