From 8c6bec7649077fdb451a15f8b2be493b1f93a696 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:26:19 +0000 Subject: [PATCH] codeql: Update to version 2.17.5 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 1a0d48aaf8..2855c41dc3 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.17.4", + "version": "2.17.5", "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.17.4/codeql-win64.zip", - "hash": "39781de401df2bd937fbc7e2466018b7cf6c36c691eb6e814a94777364abd86e", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.17.5/codeql-win64.zip", + "hash": "d67700f81b891343b66b6b9afc684689e344116d9ad49ef24e073ca9643022b1", "extract_dir": "codeql" } },