From e8b911dd1aff39b46d2201bffd899e24499df064 Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Tue, 7 Jul 2026 21:37:38 -0400 Subject: [PATCH] Document security and quality gates --- .github/github.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/github.json b/.github/github.json index d56257f..38fdb8d 100644 --- a/.github/github.json +++ b/.github/github.json @@ -54,7 +54,15 @@ ] }, "importantWorkflows": [ - "CI" + "CI", + "CodeQL", + "Dependency Graph", + "Dependabot Updates" + ], + "requiredStatusChecks": [ + "test", + "Analyze (actions)", + "Analyze (python)" ], "qaLabels": [], "deployLabels": [],