Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05d21ed

Browse files
authored
Merge pull request #1501 from github/henrymercer/codeql-cli-2.12.1
Bump default CodeQL version to 2.12.1
2 parents 5794d96 + f9ae0b9 commit 05d21ed

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- These changes will not affect the majority of code scanning workflows. Continue reading only if your workflow uses [@actions/tool-cache](https://github.com/actions/toolkit/tree/main/packages/tool-cache) or relies on the precise location of CodeQL within the Actions tool cache.
1616
- The tool cache now contains **two** recent CodeQL versions (previously **one**).
1717
- Each CodeQL version is located under a directory named after the release date and version number, e.g. CodeQL 2.11.6 is now located under `CodeQL/2.11.6-20221211/x64/codeql` (previously `CodeQL/0.0.0-20221211/x64/codeql`).
18+
- Update default CodeQL bundle version to 2.12.1. [#1498](https://github.com/github/codeql-action/pull/1498)
1819
- Fix a bug that forced the `init` Action to run for at least two minutes on JavaScript. [#1494](https://github.com/github/codeql-action/pull/1494)
1920

2021
## 2.1.39 - 18 Jan 2023

lib/defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230105",
3-
"cliVersion": "2.12.0",
4-
"priorBundleVersion": "codeql-bundle-20221211",
5-
"priorCliVersion": "2.11.6"
2+
"bundleVersion": "codeql-bundle-20230120",
3+
"cliVersion": "2.12.1",
4+
"priorBundleVersion": "codeql-bundle-20230105",
5+
"priorCliVersion": "2.12.0"
66
}

src/defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230105",
3-
"cliVersion": "2.12.0",
4-
"priorBundleVersion": "codeql-bundle-20221211",
5-
"priorCliVersion": "2.11.6"
2+
"bundleVersion": "codeql-bundle-20230120",
3+
"cliVersion": "2.12.1",
4+
"priorBundleVersion": "codeql-bundle-20230105",
5+
"priorCliVersion": "2.12.0"
66
}

0 commit comments

Comments
 (0)