mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +01:00
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>
This commit is contained in:
3
.github/codeql/codeql-config.yml
vendored
Normal file
3
.github/codeql/codeql-config.yml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
name: "CodeQL config"
|
||||
paths-ignore:
|
||||
- "**/vendor/**"
|
||||
Reference in New Issue
Block a user