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' diff --git a/pyproject.toml b/pyproject.toml index 03ef36b13ef..c9abd461009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [build-system] -requires = ["flit_core >=3.2,<4"] +# When ESRP Release supports License-Expression, update flit_core to use >=3.2,<4 +requires = ["flit_core==3.10"] build-backend = "flit_core.buildapi" [project] diff --git a/requirements-dev.txt b/requirements-dev.txt index 6a9df506bc2..e27524bbb23 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,8 +16,8 @@ cryptography==48.0.0 Deprecated==1.3.1 dill==0.4.1 docutils==0.23 -flit==3.12.0 -flit_core==3.12.0 +flit==3.10.0 +flit_core==3.10.0 frozenlist==1.8.0 h11==0.16.0 h2==4.3.0