From f4936c4c20909406e5881d5f070722954c528f6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:07:23 +0000 Subject: [PATCH] Update default bundle to codeql-bundle-v2.17.0 --- 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 bc8dd1d21..044c1abad 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.16.5", - "cliVersion": "2.16.5", - "priorBundleVersion": "codeql-bundle-v2.16.4", - "priorCliVersion": "2.16.4" + "bundleVersion": "codeql-bundle-v2.17.0", + "cliVersion": "2.17.0", + "priorBundleVersion": "codeql-bundle-v2.16.5", + "priorCliVersion": "2.16.5" } diff --git a/src/defaults.json b/src/defaults.json index be3576afe..c318f7890 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.16.5", - "cliVersion": "2.16.5", - "priorBundleVersion": "codeql-bundle-v2.16.4", - "priorCliVersion": "2.16.4" + "bundleVersion": "codeql-bundle-v2.17.0", + "cliVersion": "2.17.0", + "priorBundleVersion": "codeql-bundle-v2.16.5", + "priorCliVersion": "2.16.5" }