From f026e53c976d54555f660fc250ca17cf523532ef Mon Sep 17 00:00:00 2001 From: Daria Pardue Date: Sun, 22 Mar 2026 13:10:42 -0400 Subject: [PATCH 1/2] chore: update codeql target for v7.1.x --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fe360b18b69..dc12be9765b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ "main", "5.x" ] + branches: [ "main", "v7.1.x" ] pull_request: - branches: [ "main", "5.x" ] + branches: [ "main", "v7.1.x" ] jobs: analyze: From b2893f3793c2c3bf705ac623cbfb3998a85a8f71 Mon Sep 17 00:00:00 2001 From: Daria Pardue Date: Sun, 22 Mar 2026 13:55:23 -0400 Subject: [PATCH 2/2] docs: update release instructions with codeql --- etc/notes/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/notes/releasing.md b/etc/notes/releasing.md index fe5703c9a5d..0a6df4c4f0f 100644 --- a/etc/notes/releasing.md +++ b/etc/notes/releasing.md @@ -32,7 +32,7 @@ release-please automatically tags release commits with a tag in the format v