From 877ec393dca7f299698a56fc0aa10879834f7420 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 00:47:00 +0000 Subject: [PATCH] codeql: Update to version 2.11.1 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index a53c5309ad..82282bf5ad 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.11.0", + "version": "2.11.1", "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.0/codeql-win64.zip", - "hash": "3726bd71a0fe49c280f67444643c522ada06e4627e9127c4fea47821cbf40e04", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.11.1/codeql-win64.zip", + "hash": "bc71db98df2b2f0cd8a7b0c9e97b2724fd991f047fd7115c9dcdfafa476367b7", "extract_dir": "codeql" } },