From e6a16cf049b50d0bbb3aeb1fb12f1c00d42e365e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:39:41 +0000 Subject: [PATCH] codeql: Update to version 2.18.0 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 6f0a45fe64..2c6965c9b9 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.17.6", + "version": "2.18.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.17.6/codeql-win64.zip", - "hash": "33c6d197ab229512d8279838dc3d47707dfa346a278aa55bc703df72b09b45c4", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.18.0/codeql-win64.zip", + "hash": "fc165016f56659a0cede5fa477bbea0741de83492c4039ed7ccc713e2f4d8487", "extract_dir": "codeql" } },