From f883e9862c1c96468172f1ac7523101c6cd42c50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:29:30 +0000 Subject: [PATCH] codeql: Update to version 2.18.3 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index a6525ac699..71867d151a 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.18.2", + "version": "2.18.3", "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.18.2/codeql-win64.zip", - "hash": "01077d50a1490710f2c85973e7c393ff8226778cf0337a5a47689220c4e1257e", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.18.3/codeql-win64.zip", + "hash": "b8459430c1e74dc182564208975116003f952255f1e9ba067416843cddb8bf14", "extract_dir": "codeql" } },