From 2ee0616c14f8b1353f2c54e14789a41a0f411714 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:27:40 +0000 Subject: [PATCH] codeql: Update to version 2.15.2 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index dbe1e01588..f6d50e7884 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.15.1", + "version": "2.15.2", "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.1/codeql-win64.zip", - "hash": "0a2444d978448f183b2ce841b7542f6337014d415be42a05ecf566641c3eda3f", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.15.2/codeql-win64.zip", + "hash": "60ce58b8513a6579e83efb8eeb9de8d4ef0d214a6a37e88c4050ca68538a2604", "extract_dir": "codeql" } },