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