Skip to content

Commit

Permalink
Fix bundle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexet committed Feb 22, 2023
1 parent d87ad69 commit d609965
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions lib/defaults.json
@@ -1,6 +1,7 @@
{
"bundleVersion": "codeql-bundle-20230120",
"bundleVersion": "codeql-bundle-20230217",
"cliVersion": "2.12.3",
"priorBundleVersion": "codeql-bundle-20230217",
"priorBundleVersion": "codeql-bundle-20230207",
"priorCliVersion": "2.12.2"
}
}

4 changes: 2 additions & 2 deletions src/defaults.json
@@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-20230120",
"bundleVersion": "codeql-bundle-20230217",
"cliVersion": "2.12.3",
"priorBundleVersion": "codeql-bundle-20230217",
"priorBundleVersion": "codeql-bundle-20230207",
"priorCliVersion": "2.12.2"
}

0 comments on commit d609965

Please sign in to comment.