From 575b317a1832dcedee79746fa144bdfe80e9a728 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 20:29:57 +0000 Subject: [PATCH] codeql: Update to version 2.11.5 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 6ed08bb9a4..da04735717 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.11.4", + "version": "2.11.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.11.4/codeql-win64.zip", - "hash": "59fc3225d457ec1d4990660e0f4fb317a9393ca486b581ed13b5f13eee6fe559", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.11.5/codeql-win64.zip", + "hash": "94f82c7b31134b944a20845909d7c20721c042c3b4bb1c40bdd1d926c3d2e405", "extract_dir": "codeql" } },