Skip to content

Commit e6438b3

Browse files
authored
Merge branch 'main' into add-codeql-version
2 parents b85b404 + 857f661 commit e6438b3

File tree

834 files changed

+906
-35821
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

834 files changed

+906
-35821
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
66

77
## [UNRELEASED]
88

9+
No user facing changes.
10+
11+
## 3.25.12 - 12 Jul 2024
12+
913
- Improve 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) on GitHub Enterprise Server. This feature is already available to GitHub.com users. [#2353](https://github.com/github/codeql-action/pull/2353)
1014
- Add `codeql-version` to outputs. [#2368](https://github.com/github/codeql-action/pull/2368)
15+
- Update default CodeQL bundle version to 2.18.0. [#2364](https://github.com/github/codeql-action/pull/2364)
1116

1217
## 3.25.11 - 28 Jun 2024
1318

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.17.6",
3-
"cliVersion": "2.17.6",
4-
"priorBundleVersion": "codeql-bundle-v2.17.5",
5-
"priorCliVersion": "2.17.5"
2+
"bundleVersion": "codeql-bundle-v2.18.0",
3+
"cliVersion": "2.18.0",
4+
"priorBundleVersion": "codeql-bundle-v2.17.6",
5+
"priorCliVersion": "2.17.6"
66
}

node_modules/.package-lock.json

+50-225
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)