From 9b52f8ecf7455b2a5bf570c592399f52250f35c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 16:27:56 +0000 Subject: [PATCH] codeql: Update to version 2.12.6 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index efcc3b41ed..3efa34d916 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.12.5", + "version": "2.12.6", "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.5/codeql-win64.zip", - "hash": "bdbe969db839af3e5e22fc676b8b40cdb01824d89857b6b1b07a0da0c7474e1e", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.12.6/codeql-win64.zip", + "hash": "a75e8ac4005921734b7070088067d687d62eb0a1225758a3a01e1e8c008d7da9", "extract_dir": "codeql" } },