ci: add the security team to the codeowners of the ci/ directory

Given its content is used in items already code-owned by the security
team it should have the same level of scrutiny.
This commit is contained in:
Thomas Gerbet 2024-07-15 17:12:33 +02:00
parent aed46dcba0
commit 7a44a7b081

2
.github/CODEOWNERS vendored
View File

@ -14,7 +14,7 @@
# CI
/.github/workflows @NixOS/Security @Mic92 @zowoq
/.github/workflows/check-nix-format.yml @infinisil
/ci @infinisil
/ci @infinisil @NixOS/Security
# Develompent support
/.editorconfig @Mic92 @zowoq