From 5216c82302098026a7ad79557f5373a174819692 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:30:44 +0000 Subject: [PATCH] codeql: Update to version 2.23.1 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 89b16260b7..cc927276d1 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.23.0", + "version": "2.23.1", "description": "Source code security analyzer from GitHub", "homepage": "https://github.com/github/codeql-cli-binaries", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.23.0/codeql-win64.zip", - "hash": "13e72f8ea9ab0d496be2f3b22b2f60efca7f6bef0a1b1c9c81ab116183bee9aa", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.23.1/codeql-win64.zip", + "hash": "e8dddcd0eb22db869c4278c1ede95b91e3a2e12d027a412c187ff5de2493e3e9", "extract_dir": "codeql" } },