From d538f46fc2d142525bf4cc2a4e25d27359bdef8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 16:29:37 +0000 Subject: [PATCH] codeql: Update to version 2.11.4 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 84a4446ea6..6ed08bb9a4 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.11.3", + "version": "2.11.4", "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.11.3/codeql-win64.zip", - "hash": "75c1f575599b04162cc82f28563d450e519bc28b317daf889cb435568c129d05", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.11.4/codeql-win64.zip", + "hash": "59fc3225d457ec1d4990660e0f4fb317a9393ca486b581ed13b5f13eee6fe559", "extract_dir": "codeql" } },