From 1d33632f25312518c1502e24c7e3aff1a3e6751c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 20:29:50 +0000 Subject: [PATCH] codeql: Update to version 2.12.2 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index b00e06c164..83a61835e8 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.12.1", + "version": "2.12.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.12.1/codeql-win64.zip", - "hash": "e2f8134e4fd406e737fbdb15c213b8a70a14036ad668130f489db3b6b108bed4", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.12.2/codeql-win64.zip", + "hash": "7659977fd4cd511ea44663479d46d75bf233edc2b4f3ca8bf3ba957b213e7b20", "extract_dir": "codeql" } },