Hi Liming, The PR for this change is: https://github.com/tianocore/edk2/pull/3626
It is still running, but it has installed Python 3.10.6, and has gotten past earlier failure point. If it passes, you can make decision to merge and then see if the other failing PRs will now pass. Best regards, Mike > -----Original Message----- > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael D > Kinney > Sent: Thursday, November 10, 2022 6:19 PM > To: devel@edk2.groups.io > Cc: Sean Brogan <sean.bro...@microsoft.com>; Michael Kubacki > <mikub...@linux.microsoft.com>; Gao, Liming > <gaolim...@byosoft.com.cn> > Subject: [edk2-devel] [Patch V2 edk2-stable202211 1/1] .github/workflows: > Update CodeQL to install Python 3.10.6 > > Cc: Sean Brogan <sean.bro...@microsoft.com> > Cc: Michael Kubacki <mikub...@linux.microsoft.com> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > Signed-off-by: Michael D Kinney <michael.d.kin...@intel.com> > Reviewed-by: Michael Kubacki <mikub...@linux.microsoft.com> > --- > .github/workflows/codeql-analysis.yml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/.github/workflows/codeql-analysis.yml > b/.github/workflows/codeql-analysis.yml > index 2eacb9c9e1a1..791f79d1f014 100644 > --- a/.github/workflows/codeql-analysis.yml > +++ b/.github/workflows/codeql-analysis.yml > @@ -62,6 +62,11 @@ jobs: > - name: Checkout repository > uses: actions/checkout@v3 > > + - name: Install Python > + uses: actions/setup-python@v4 > + with: > + python-version: '3.10.6' > + > # Initializes the CodeQL tools for scanning. > - name: Initialize CodeQL > uses: github/codeql-action/init@v2 > -- > 2.37.1.windows.1 > > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#96233): https://edk2.groups.io/g/devel/message/96233 Mute This Topic: https://groups.io/mt/94951122/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-