From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 0C6FB7803CD for ; Fri, 6 Oct 2023 23:11:23 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=6K1iX7I97Rc00yKj26qZzoo8PNI3eH5oOHFrQk/KLn0=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1696633882; v=1; b=wPtvcTjtB+hHITczxzGiTvwvug9yAuHiMRlR8g71ZGFtWdhQg3kr+zUD6haPs9rEnVmu01A1 Rcgker9t+fGl4dLcxLh4bZSpuD1zpQxgf840Cr9czsi1QcA2WzXiyy9XlQqZP6h1Re28vcHi+u7 YgGb469S3X6RCUjnKBbQzV14= X-Received: by 127.0.0.2 with SMTP id gwbJYY7687511xgClRfZjPIf; Fri, 06 Oct 2023 16:11:22 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.8183.1696633882248245603 for ; Fri, 06 Oct 2023 16:11:22 -0700 X-Received: from localhost.localdomain (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 8255120B74C0; Fri, 6 Oct 2023 16:11:21 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8255120B74C0 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Michael D Kinney Subject: [edk2-devel] [PATCH v1 2/2] .github: Fix Python version (to 3.11) Date: Fri, 6 Oct 2023 19:10:44 -0400 Message-ID: <20231006231044.1568-3-mikuback@linux.microsoft.com> In-Reply-To: <20231006231044.1568-1-mikuback@linux.microsoft.com> References: <20231006231044.1568-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: O9XuWqDirRBUHhu0zkrTxOMcx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=wPtvcTjt; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Michael Kubacki 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 Cc: Michael D Kinney Signed-off-by: Michael Kubacki --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/co= deql-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' =20 --=20 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/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-