From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from walk.intel-email.com (walk.intel-email.com [101.227.64.242]) by mx.groups.io with SMTP id smtpd.web12.1554.1668136341391895463 for ; Thu, 10 Nov 2022 19:12:22 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=js7trI1q; spf=pass (domain: byosoft.com.cn, ip: 101.227.64.242, mailfrom: gaoliming@byosoft.com.cn) Received: from walk.intel-email.com (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 05935CD1F77C for ; Fri, 11 Nov 2022 11:12:18 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1668136338; bh=/71wn1b4B3roZES12shO6RUskQJA5KR77TCf17Pe4BI=; h=From:To:Cc:References:In-Reply-To:Subject:Date; b=js7trI1q1X4Lnyc8Fn61VNd2f1Z/8ifqa/7GLs/Ye6qwnjANf9VJmzPVGAI4wvu/+ HW+0v0Vg7aNudHksku4vIpAsWtJg8hKTTGC/sa8b5BMs1Nk+/8QocqLbhAh4u5J4V/ RbV+d5cAmwGmbw8KDztp+JAQkpTGinKykujd94QU= Received: from localhost (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 0173BCD1F76B for ; Fri, 11 Nov 2022 11:12:17 +0800 (CST) Received: from walk.intel-email.com (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id CBB23CD1F740 for ; Fri, 11 Nov 2022 11:12:17 +0800 (CST) Authentication-Results: walk.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by walk.intel-email.com (Postfix) with SMTP id 68A28CD1F753 for ; Fri, 11 Nov 2022 11:12:14 +0800 (CST) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 11 Nov 2022 11:12:12 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Sean Brogan'" , "'Michael Kubacki'" References: <20221111021903.535-1-michael.d.kinney@intel.com> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BhdGNoIFYyIGVkazItc3RhYmxlMjAyMjExIDEvMV0gLmdpdGh1Yi93b3JrZmxvd3M6IFVwZGF0ZSBDb2RlUUwgdG8gaW5zdGFsbCBQeXRob24gMy4xMC42?= Date: Fri, 11 Nov 2022 11:12:14 +0800 Message-ID: <014101d8f57b$66058550$32108ff0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIBjAGJMacFQZDjygd8IvZU6UjnsAD9Azlird/2gnA= Sender: "gaoliming" Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Mike: Thanks for your quick fix. I just merge it.=20 Thanks Liming > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io = =E4=BB=A3=E8=A1=A8 Michael D > Kinney > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2022=E5=B9=B411=E6=9C=8811=E6=97=A5= 10:24 > =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io; Kinney, Michael D > > =E6=8A=84=E9=80=81: Sean Brogan ; Michael Kuba= cki > ; Gao, Liming > =E4=B8=BB=E9=A2=98: Re: [edk2-devel] [Patch V2 edk2-stable202211 1/1] .gi= thub/workflows: > Update CodeQL to install Python 3.10.6 >=20 > Hi Liming, >=20 > The PR for this change is: https://github.com/tianocore/edk2/pull/3626 >=20 > It is still running, but it has installed Python 3.10.6, and has gotten p= ast earlier > failure point. >=20 > If it passes, you can make decision to merge and then see if the other fa= iling > PRs will now pass. >=20 > Best regards, >=20 > Mike >=20 > > -----Original Message----- > > From: 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 ; Michael Kubacki > ; Gao, Liming > > > > Subject: [edk2-devel] [Patch V2 edk2-stable202211 1/1] .github/workflow= s: > Update CodeQL to install Python 3.10.6 > > > > Cc: Sean Brogan > > Cc: Michael Kubacki > > Cc: Liming Gao > > Signed-off-by: Michael D Kinney > > Reviewed-by: Michael Kubacki > > --- > > .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 > > > > > > > > > > >=20 >=20 >=20 >=20 >=20