[edk2-devel] [PATCH v1 2/2] .github: Fix Python version (to 3.11)

Michael Kubacki posted 2 patches 2 years, 4 months ago
[edk2-devel] [PATCH v1 2/2] .github: Fix Python version (to 3.11)
Posted by Michael Kubacki 2 years, 4 months ago
From: Michael Kubacki <michael.kubacki@microsoft.com>

Build was previously using 3.11. Using 3.12 now that is is released.
To allow scripts to take time to update, fix to 3.11.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index cc7f06f7b5b7..992b3b6f654e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -85,7 +85,7 @@ jobs:
     - name: Install Python
       uses: actions/setup-python@v4
       with:
-        python-version: '3.10.6'
+        python-version: '3.11'
         cache: 'pip'
         cache-dependency-path: 'pip-requirements.txt'
 
-- 
2.42.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109372): https://edk2.groups.io/g/devel/message/109372
Mute This Topic: https://groups.io/mt/101808697/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-