From 808a98055b7e654ec122616617004e3653edd9f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:31:08 +0000 Subject: [PATCH] codeql: Update to version 2.10.4 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index d05b572478..0df22cd191 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.10.3", + "version": "2.10.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.10.3/codeql-win64.zip", - "hash": "46f64e21c74f41210ea3f2c433d1dc622e3eb0690b42373a73fba82122b929a1", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.10.4/codeql-win64.zip", + "hash": "7d3b3a987f57f3cc77d5c2c559410bba1212fa78eedfcc6c5e0b4188994b1409", "extract_dir": "codeql" } },