From e62b541dfdb60548aa5f2c5928415278769c9305 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Wed, 24 Sep 2025 00:27:48 -0400 Subject: [PATCH] chore(infra): move `SECURITY.md` to `.github` (#33071) cleaning up top-level. `.github` folder placement will continue to show on repo homepage: https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository#about-security-policies --- SECURITY.md => .github/SECURITY.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SECURITY.md => .github/SECURITY.md (100%) diff --git a/SECURITY.md b/.github/SECURITY.md similarity index 100% rename from SECURITY.md rename to .github/SECURITY.md