[edk2-devel] [Patch edk2-stable202211 1/1] .github/workflows: Update CodeQL to install Python 3.9

Michael D Kinney michael.d.kinney at intel.com
Fri Nov 11 01:53:26 UTC 2022


Cc: Sean Brogan <sean.brogan at microsoft.com>
Cc: Michael Kubacki <mikuback at linux.microsoft.com>
Cc: Liming Gao <gaoliming at byosoft.com.cn>
Signed-off-by: Michael D Kinney <michael.d.kinney at 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 at v3
 
+    - name: Install Python
+      uses: actions/setup-python at v4
+      with:
+        python-version: '3.9'
+
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
       uses: github/codeql-action/init at v2
-- 
2.37.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#96228): https://edk2.groups.io/g/devel/message/96228
Mute This Topic: https://groups.io/mt/94950714/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list