From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 938C8941B36 for ; Wed, 24 Apr 2024 17:37:26 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=JtW5N8XIcdWehhRWhS4yhh56QndAS7YE6M5lBBG7qeg=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1713980245; v=1; b=Zf8ScJf2ZWWbZA6+Qz3ik1JyBkvReaoEJs/Eyeu+H7zSEwkpg/J/fZYfIRBxeGr/uQ4sAE1y oCTtvh2OhLwH+xSAWBUIiimUo2aZnVkfZ+n83G3tfZuo5c0o7xVlXi9f7NvN8lv4Aq3kWA+XMTl kqphsJZ9gACHcqGkSUPWaIeGmpM8pH1dZ84R1/nCYHbEjIgBOf/qVAYSauyCLM9itxyjNhak0DR rVIG2hpi1f46l7K/SWpjBJNzoy/luhjr6xnCiBjuPTnDKSWoo9MfQNMHMcDHsJ0y/1H1huttfGa OqBp5jn/HupfE4EH9tfVEgqAF+KdN4DohEJX5btbIR1lA== X-Received: by 127.0.0.2 with SMTP id X1a7YY7687511xIfvmMeTpwT; Wed, 24 Apr 2024 10:37:25 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.2920.1713980244095852137 for ; Wed, 24 Apr 2024 10:37:24 -0700 X-Received: from localhost.localdomain (unknown [47.201.241.198]) by linux.microsoft.com (Postfix) with ESMTPSA id A9A99210DEAD; Wed, 24 Apr 2024 10:37:22 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com A9A99210DEAD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Bob Feng , Joey Vagedes , Liming Gao , Michael D Kinney , Rebecca Cran , Sean Brogan , Yuwei Chen Subject: [edk2-devel] [PATCH v1 1/1] Update to CodeQL 2.16.1 Date: Wed, 24 Apr 2024 13:37:03 -0400 Message-ID: <20240424173703.1846-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 Resent-Date: Wed, 24 Apr 2024 10:37:24 -0700 Resent-From: mikuback@linux.microsoft.com Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 8wQC7xHOxDB9vkCrhUAikyuNx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=Zf8ScJf2; 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 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io From: Michael Kubacki Fixes current CI CodeQL failures due to old CodeQL CLI version. Updates CodeQL to work with the latest queries. Includes functional and security fixes within the CodeQL CLI binary. For more information on release details see: https://github.com/github/codeql-cli-binaries/releases For changes between the previous version (2.14.5) and 2.16.1 see: https://github.com/github/codeql-cli-binaries/compare/v2.14.5...v2.16.1 Cc: Bob Feng Cc: Joey Vagedes Cc: Liming Gao Cc: Michael D Kinney Cc: Rebecca Cran Cc: Sean Brogan Cc: Yuwei Chen Signed-off-by: Michael Kubacki --- Notes: Tested in https://github.com/tianocore/edk2/pull/5597 BaseTools/Plugin/CodeQL/codeqlcli_ext_dep.yaml | 6 +++--- BaseTools/Plugin/CodeQL/codeqlcli_linux_ext_dep.yaml | 6 +++--- BaseTools/Plugin/CodeQL/codeqlcli_windows_ext_dep.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/BaseTools/Plugin/CodeQL/codeqlcli_ext_dep.yaml b/BaseTools/P= lugin/CodeQL/codeqlcli_ext_dep.yaml index 37c7c9f595ca..5ec56c6bf06f 100644 --- a/BaseTools/Plugin/CodeQL/codeqlcli_ext_dep.yaml +++ b/BaseTools/Plugin/CodeQL/codeqlcli_ext_dep.yaml @@ -16,9 +16,9 @@ "scope": "codeql-ext-dep", "type": "web", "name": "codeql_cli", - "source": "https://github.com/github/codeql-cli-binaries/releases/down= load/v2.12.4/codeql.zip", - "version": "2.12.4", - "sha256": "f682f1155d627ad97f10b1bcad97f682011986717bd3823e9cf831ed83a= c96e7", + "source": "https://github.com/github/codeql-cli-binaries/releases/down= load/v2.16.1/codeql.zip", + "version": "2.16.1", + "sha256": "86a98f6ebb8fd49efadf367f3275c438669fcb8426962c33415129aad8e= 093e6", "compression_type": "zip", "internal_path": "/codeql/", "flags": ["set_shell_var", ], diff --git a/BaseTools/Plugin/CodeQL/codeqlcli_linux_ext_dep.yaml b/BaseT= ools/Plugin/CodeQL/codeqlcli_linux_ext_dep.yaml index a6ca5d0f34cc..5b4a919f1de4 100644 --- a/BaseTools/Plugin/CodeQL/codeqlcli_linux_ext_dep.yaml +++ b/BaseTools/Plugin/CodeQL/codeqlcli_linux_ext_dep.yaml @@ -14,9 +14,9 @@ "scope": "codeql-linux-ext-dep", "type": "web", "name": "codeql_linux_cli", - "source": "https://github.com/github/codeql-cli-binaries/releases/down= load/v2.14.5/codeql-linux64.zip", - "version": "2.14.5", - "sha256": "72aa5d748ff9ab57cfd86045560683bdc4897e0fe6d9f9a2786d9394674= ae733", + "source": "https://github.com/github/codeql-cli-binaries/releases/down= load/v2.16.1/codeql-linux64.zip", + "version": "2.16.1", + "sha256": "40dbb6c0c4064bd14601a02e60c61661fdc0271469f90eb91a2e7d51d4c= bc171", "compression_type": "zip", "internal_path": "/codeql/", "flags": ["set_shell_var", ], diff --git a/BaseTools/Plugin/CodeQL/codeqlcli_windows_ext_dep.yaml b/Bas= eTools/Plugin/CodeQL/codeqlcli_windows_ext_dep.yaml index e706a7cabf9f..c0c018c9538f 100644 --- a/BaseTools/Plugin/CodeQL/codeqlcli_windows_ext_dep.yaml +++ b/BaseTools/Plugin/CodeQL/codeqlcli_windows_ext_dep.yaml @@ -14,9 +14,9 @@ "scope": "codeql-windows-ext-dep", "type": "web", "name": "codeql_windows_cli", - "source": "https://github.com/github/codeql-cli-binaries/releases/down= load/v2.14.5/codeql-win64.zip", - "version": "2.14.5", - "sha256": "861fcb38365cc311efee0c3a28c77494e93c69a969885b72e53173ad473= f61aa", + "source": "https://github.com/github/codeql-cli-binaries/releases/down= load/v2.16.1/codeql-win64.zip", + "version": "2.16.1", + "sha256": "9ebe5ea8a7d0a77425428d50d49912319117fccee24ecb62f6219c12584= f4f28", "compression_type": "zip", "internal_path": "/codeql/", "flags": ["set_shell_var", ], --=20 2.44.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118226): https://edk2.groups.io/g/devel/message/118226 Mute This Topic: https://groups.io/mt/105714919/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-