From e71ecf5ff7e8ef680418c78f6efff177b5ee648d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 01:56:30 +0000 Subject: [PATCH] codeql: Update to version 2.12.0 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 2097585802..27ce32a9ab 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.11.6", + "version": "2.12.0", "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.11.6/codeql-win64.zip", - "hash": "1f762d13a5b3e088b1b65dce4d9633021084377bb07d4c8c31dab4b30a8a835f", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.12.0/codeql-win64.zip", + "hash": "2b807c98bad72fd3c2abef5e51952b34b244f2e9c21f5ef49ce7fa094d0179f6", "extract_dir": "codeql" } },