* [Patch edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.9
@ 2022-11-11 1:53 Michael D Kinney
2022-11-11 2:00 ` [edk2-devel] " Michael Kubacki
0 siblings, 1 reply; 3+ messages in thread
From: Michael D Kinney @ 2022-11-11 1:53 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>
---
.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..c8d9943b2292 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.9'
+
# 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 edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.9
2022-11-11 1:53 [Patch edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.9 Michael D Kinney
@ 2022-11-11 2:00 ` Michael Kubacki
2022-11-11 2:09 ` Michael D Kinney
0 siblings, 1 reply; 3+ messages in thread
From: Michael Kubacki @ 2022-11-11 2:00 UTC (permalink / raw)
To: Michael D Kinney, devel
[-- Attachment #1: Type: text/plain, Size: 311 bytes --]
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Suggest to align the Python version with that in edk2/platform-build-run-steps.yml at master · tianocore/edk2 (github.com) ( https://github.com/tianocore/edk2/blob/master/.azurepipelines/templates/platform-build-run-steps.yml ) for consistency.
[-- Attachment #2: Type: text/html, Size: 351 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [Patch edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.9
2022-11-11 2:00 ` [edk2-devel] " Michael Kubacki
@ 2022-11-11 2:09 ` Michael D Kinney
0 siblings, 0 replies; 3+ messages in thread
From: Michael D Kinney @ 2022-11-11 2:09 UTC (permalink / raw)
To: Michael Kubacki, devel@edk2.groups.io
[-- Attachment #1: Type: text/plain, Size: 681 bytes --]
I will update PR and patch for 3.10.6+
Mike
From: Michael Kubacki <mikuback@linux.microsoft.com>
Sent: Thursday, November 10, 2022 6:00 PM
To: Kinney, Michael D <michael.d.kinney@intel.com>; devel@edk2.groups.io
Subject: Re: [edk2-devel] [Patch edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.9
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com<mailto:michael.kubacki@microsoft.com>>
Suggest to align the Python version with that in edk2/platform-build-run-steps.yml at master · tianocore/edk2 (github.com)<https://github.com/tianocore/edk2/blob/master/.azurepipelines/templates/platform-build-run-steps.yml> for consistency.
[-- Attachment #2: Type: text/html, Size: 39087 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-11 2:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-11 1:53 [Patch edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.9 Michael D Kinney
2022-11-11 2:00 ` [edk2-devel] " Michael Kubacki
2022-11-11 2:09 ` Michael D Kinney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox