Skip to content

Commit

Permalink
Merge branch 'main' into add-codeql-version
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager authored Jul 12, 2024
2 parents b85b404 + 857f661 commit e6438b3
Show file tree
Hide file tree
Showing 834 changed files with 906 additions and 35,821 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the

## [UNRELEASED]

No user facing changes.

## 3.25.12 - 12 Jul 2024

- 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)
- Add `codeql-version` to outputs. [#2368](https://github.com/github/codeql-action/pull/2368)
- Update default CodeQL bundle version to 2.18.0. [#2364](https://github.com/github/codeql-action/pull/2364)

## 3.25.11 - 28 Jun 2024

Expand Down
8 changes: 4 additions & 4 deletions lib/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.17.6",
"cliVersion": "2.17.6",
"priorBundleVersion": "codeql-bundle-v2.17.5",
"priorCliVersion": "2.17.5"
"bundleVersion": "codeql-bundle-v2.18.0",
"cliVersion": "2.18.0",
"priorBundleVersion": "codeql-bundle-v2.17.6",
"priorCliVersion": "2.17.6"
}
275 changes: 50 additions & 225 deletions node_modules/.package-lock.json

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e6438b3

Please sign in to comment.