From e6ebdd8f4f18d39d0bb948a56726980a14f1918b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:27:37 +0000 Subject: [PATCH] codeql: Update to version 2.15.0 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 9b1d19ec12..a8113a48bc 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.14.6", + "version": "2.15.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.14.6/codeql-win64.zip", - "hash": "1ad53990497c5954f9478f6bfc0331267fc32e006f8f8ad95c938ec2560f66f3", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.15.0/codeql-win64.zip", + "hash": "89728e01f46c8719642cb16010c69985197e3e6ab2008e5656f014fe42693bc2", "extract_dir": "codeql" } },