From 5c30d74fa5a9973d54ca8ee07c6c142e2c5db644 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:29:45 +0000 Subject: [PATCH] codeql: Update to version 2.23.3 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 1ad3f3f141..9c7cd17a56 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.23.2", + "version": "2.23.3", "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.2/codeql-win64.zip", - "hash": "7e53592f7984350edbe6da88246f57e9f74da89d92e5c6e0ad7997a55c929851", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.23.3/codeql-win64.zip", + "hash": "4fd0a039438ddc66f7f178cee9008686fe689f9e06e2cb7adc4bc73622220378", "extract_dir": "codeql" } },