From 377fc5f11b44d1396a2085f8178de5d82c9604d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:24:52 +0000 Subject: [PATCH] codeql: Update to version 2.15.5 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index d6f5d646e9..c93b59a750 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.15.4", + "version": "2.15.5", "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.15.4/codeql-win64.zip", - "hash": "eb3d014f036dc5c4fee1b90b9a2b3066bb7e0c92b33035a0e23c08ba04dd4e9c", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.15.5/codeql-win64.zip", + "hash": "89b140047173a762b1090b18652608b637883f0a2dfcd718f5f34d618bc1be1f", "extract_dir": "codeql" } },