From 2e5f9567518945acbac05067d40cb5df00d94e0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:34:04 +0000 Subject: [PATCH] codeql: Update to version 2.19.1 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 0c751fa028..da9b4d5efb 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.19.0", + "version": "2.19.1", "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.19.0/codeql-win64.zip", - "hash": "d88b84eff459916ffb33cd6daff45d4ad8c21ed342353223961055437583e719", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.19.1/codeql-win64.zip", + "hash": "272e20b75f1d0cbff03d9e8b1b4685e14547a3e5207c4b3d0041938d8fb2fccf", "extract_dir": "codeql" } },