From 9e3fdda7b7caa891990a92cde3c06be7bc88688e Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Thu, 25 Sep 2025 12:06:57 +0100 Subject: [PATCH] Go: Add change note for `git_source` support --- go/ql/lib/change-notes/2025-09-24-git-source.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 go/ql/lib/change-notes/2025-09-24-git-source.md diff --git a/go/ql/lib/change-notes/2025-09-24-git-source.md b/go/ql/lib/change-notes/2025-09-24-git-source.md new file mode 100644 index 00000000000..adcb75da6d0 --- /dev/null +++ b/go/ql/lib/change-notes/2025-09-24-git-source.md @@ -0,0 +1,4 @@ +--- +category: feature +--- +* CodeQL Go analysis now supports the "Git Source" type for [private package registries](https://docs.github.com/en/code-security/securing-your-organization/enabling-security-features-in-your-organization/giving-org-access-private-registries). This is in addition to the existing support for the "GOPROXY server" type.