public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch V2 edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.10.6
@ 2022-11-11  2:19 Michael D Kinney
  2022-11-11  2:24 ` [edk2-devel] " Michael D Kinney
  0 siblings, 1 reply; 3+ messages in thread
From: Michael D Kinney @ 2022-11-11  2:19 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Michael Kubacki, Liming Gao

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kubacki <mikuback@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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [Patch V2 edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.10.6
  2022-11-11  2:19 [Patch V2 edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.10.6 Michael D Kinney
@ 2022-11-11  2:24 ` Michael D Kinney
  2022-11-11  3:12   ` 回复: " gaoliming
  0 siblings, 1 reply; 3+ messages in thread
From: Michael D Kinney @ 2022-11-11  2:24 UTC (permalink / raw)
  To: devel@edk2.groups.io, Kinney, Michael D
  Cc: Sean Brogan, Michael Kubacki, Gao, Liming

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.brogan@microsoft.com>; Michael Kubacki <mikuback@linux.microsoft.com>; Gao, Liming
> <gaoliming@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.brogan@microsoft.com>
> Cc: Michael Kubacki <mikuback@linux.microsoft.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> Reviewed-by: Michael Kubacki <mikuback@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
> 
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* 回复: [edk2-devel] [Patch V2 edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.10.6
  2022-11-11  2:24 ` [edk2-devel] " Michael D Kinney
@ 2022-11-11  3:12   ` gaoliming
  0 siblings, 0 replies; 3+ messages in thread
From: gaoliming @ 2022-11-11  3:12 UTC (permalink / raw)
  To: devel, michael.d.kinney; +Cc: 'Sean Brogan', 'Michael Kubacki'

Mike:
  Thanks for your quick fix. I just merge it. 

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Michael D
> Kinney
> 发送时间: 2022年11月11日 10:24
> 收件人: devel@edk2.groups.io; Kinney, Michael D
> <michael.d.kinney@intel.com>
> 抄送: Sean Brogan <sean.brogan@microsoft.com>; Michael Kubacki
> <mikuback@linux.microsoft.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> 主题: Re: [edk2-devel] [Patch V2 edk2-stable202211 1/1] .github/workflows:
> Update CodeQL to install Python 3.10.6
> 
> 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.brogan@microsoft.com>; Michael Kubacki
> <mikuback@linux.microsoft.com>; Gao, Liming
> > <gaoliming@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.brogan@microsoft.com>
> > Cc: Michael Kubacki <mikuback@linux.microsoft.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> > Reviewed-by: Michael Kubacki <mikuback@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
> >
> >
> >
> >
> >
> 
> 
> 
> 
> 




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-11  3:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-11  2:19 [Patch V2 edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.10.6 Michael D Kinney
2022-11-11  2:24 ` [edk2-devel] " Michael D Kinney
2022-11-11  3:12   ` 回复: " gaoliming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox