From 8fae32eb183816404b81b714c0dc84a12427cb26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:18:58 +0000 Subject: [PATCH] Update default bundle to codeql-bundle-v2.16.2 --- lib/defaults.json | 8 ++++---- src/defaults.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/defaults.json b/lib/defaults.json index a395818a14..6fecfa3bdb 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.16.1", - "cliVersion": "2.16.1", - "priorBundleVersion": "codeql-bundle-v2.16.0", - "priorCliVersion": "2.16.0" + "bundleVersion": "codeql-bundle-v2.16.2", + "cliVersion": "2.16.2", + "priorBundleVersion": "codeql-bundle-v2.16.1", + "priorCliVersion": "2.16.1" } diff --git a/src/defaults.json b/src/defaults.json index ac2c207e10..31028a6f69 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.16.1", - "cliVersion": "2.16.1", - "priorBundleVersion": "codeql-bundle-v2.16.0", - "priorCliVersion": "2.16.0" + "bundleVersion": "codeql-bundle-v2.16.2", + "cliVersion": "2.16.2", + "priorBundleVersion": "codeql-bundle-v2.16.1", + "priorCliVersion": "2.16.1" }