Skip to content

Commit 0ad7791

Browse files
authored
Merge pull request #2247 from github/update-bundle/codeql-bundle-v2.17.1
Update default bundle to 2.17.1
2 parents dbf2b17 + 79d9ee7 commit 0ad7791

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ No user facing changes.
1616

1717
- We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the `autobuild` [build mode](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes). [#2235](https://github.com/github/codeql-action/pull/2235)
1818
- Fix a bug where the `init` Action would fail if `--overwrite` was specified in `CODEQL_ACTION_EXTRA_OPTIONS`. [#2245](https://github.com/github/codeql-action/pull/2245)
19+
- Update default CodeQL bundle version to 2.17.1. [#2247](https://github.com/github/codeql-action/pull/2247)
1920

2021
## 3.25.0 - 15 Apr 2024
2122

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.17.0",
3-
"cliVersion": "2.17.0",
4-
"priorBundleVersion": "codeql-bundle-v2.16.5",
5-
"priorCliVersion": "2.16.5"
2+
"bundleVersion": "codeql-bundle-v2.17.1",
3+
"cliVersion": "2.17.1",
4+
"priorBundleVersion": "codeql-bundle-v2.17.0",
5+
"priorCliVersion": "2.17.0"
66
}

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.17.0",
3-
"cliVersion": "2.17.0",
4-
"priorBundleVersion": "codeql-bundle-v2.16.5",
5-
"priorCliVersion": "2.16.5"
2+
"bundleVersion": "codeql-bundle-v2.17.1",
3+
"cliVersion": "2.17.1",
4+
"priorBundleVersion": "codeql-bundle-v2.17.0",
5+
"priorCliVersion": "2.17.0"
66
}

0 commit comments

Comments
 (0)