From fbf2795b683a557c55112cb109ff7fc0f618fee9 Mon Sep 17 00:00:00 2001 From: "Michael Mainer (from Dev Box)" <8527305+MIchaelMainer@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:17:24 -0700 Subject: [PATCH 1/2] chore: pin metadata version to 2.3 until License-Expression support is available --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3f88c41f20e..03ef36b13ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,12 @@ build-backend = "flit_core.buildapi" [project] name = "msgraph-beta-sdk" + +# Pin metadata to 2.3 until ESRP Release supports License-Expression over the +# deprecated License field. Update License to License-Expression when unpinning +# metadata version. +metadata-version = 2.3 + # The SDK version # x-release-please-start-version version = "1.59.0" From 1d7852e6a723c9f45725c41020eb30cc87066ad3 Mon Sep 17 00:00:00 2001 From: "Michael Mainer (from Dev Box)" <8527305+MIchaelMainer@users.noreply.github.com> Date: Tue, 9 Jun 2026 17:21:32 -0700 Subject: [PATCH 2/2] chore: update CodeQL workflow to trigger on pr events for msgraph_beta paths --- .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 65064323e97..034b5ef4dbd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,10 +12,10 @@ name: "CodeQL" on: - push: - branches: [ "main" ] pull_request: branches: [ "main" ] + paths: + - "msgraph_beta/**" schedule: - cron: '1 * * * 1'