From 176a22d545615896a7a12ca9ac1eaead78c81456 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 16:30:09 +0000 Subject: [PATCH] codeql: Update to version 2.13.5 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index b979c90b87..4a19521e48 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.13.4", + "version": "2.13.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.13.4/codeql-win64.zip", - "hash": "892670c6323510b53c25363e301c64f35ecff02000820d0ebc081ee51fc4b2b6", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.13.5/codeql-win64.zip", + "hash": "5d5c394aa9519b8431c0c9664a27faf213ee7111ce904f374862089d6ac91663", "extract_dir": "codeql" } },