From ed149d8f099331d88e1eeb89f6edf3960dce4529 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 20:30:51 +0000 Subject: [PATCH] codeql: Update to version 2.10.2 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index ba54524775..c6ef4d410e 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.10.1", + "version": "2.10.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.10.1/codeql-win64.zip", - "hash": "9decdb563ac4debc52c0e9b7b85202f5fe3d24f29958def5f77c92b0166748a0", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.10.2/codeql-win64.zip", + "hash": "5de2bfb6fa8a355b1974043cdf369e3be865ccbcfb0643aa826d3881dc4e82d1", "extract_dir": "codeql" } },