netzbeere-web/.github/codeql/codeql-config.yml
XhmikosR 16dff4fdd1 Improve CodeQL action
* no need to run CodeQL on Dependabit PRs; no related files are changed there
* specify permissions
* enable `security-and-quality` rules instead of the default rules
* ignore `vendor` folders

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-07 10:16:20 +02:00

4 lines
55 B
YAML

name: "CodeQL config"
paths-ignore:
- "**/vendor/**"