Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into releases/v3 #2369

Merged
merged 39 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a52b209
Enable direct tracing the autobuild build mode by default
henrymercer Jun 26, 2024
8a9ecdf
Remove tests that require us to have at least one feature with a `too…
henrymercer Jun 26, 2024
bef80a1
Add changelog note
henrymercer Jun 26, 2024
37b6ead
Better handling for required workflows
marcogario Jun 27, 2024
7bb9277
Update changelog and version after v3.25.11
github-actions[bot] Jun 28, 2024
80ab1ac
Update checked-in dependencies
github-actions[bot] Jun 28, 2024
79e9a50
Merge pull request #2358 from github/mergeback/v3.25.11-to-main-b611370b
aibaars Jun 28, 2024
0ff1bdb
Update src/api-client.ts
marcogario Jul 1, 2024
dbfc2b6
Merge branch 'main' into marcogario/require_workflows_path
marcogario Jul 1, 2024
ddd849e
fix lint
marcogario Jul 1, 2024
6c2a71c
Remove redundant layer from upload files functions
henrymercer Jul 1, 2024
9679491
Avoid reloading features when uploading SARIF
henrymercer Jul 1, 2024
bfdafbc
Bump ESLint parser to version that supports TypeScript 5.5.2
henrymercer Jul 1, 2024
249d690
Update `caniuse-lite`
henrymercer Jul 1, 2024
ee4ad8b
Merge pull request #2356 from github/marcogario/require_workflows_path
marcogario Jul 1, 2024
4b9726b
Bump the npm group with 2 updates
dependabot[bot] Jul 1, 2024
44f8d40
Update checked-in dependencies
github-actions[bot] Jul 1, 2024
7e6aa4d
Propagate configuration errors from running queries
henrymercer Jul 2, 2024
8dba596
Tidy up telemetry call
henrymercer Jul 2, 2024
01bde73
Recognize internal fatal errors too
henrymercer Jul 2, 2024
7adf9ac
Merge pull request #2362 from github/dependabot/npm_and_yarn/npm-4141…
NlightNFotis Jul 2, 2024
2d3d0ca
Merge branch 'main' into henrymercer/simplify-actions-only
henrymercer Jul 2, 2024
064a406
Merge pull request #2363 from github/henrymercer/better-error-handling
henrymercer Jul 8, 2024
a0041ad
Keep `analysis_name` field consistent
henrymercer Jul 8, 2024
a98055b
Merge branch 'main' into henrymercer/simplify-actions-only
henrymercer Jul 8, 2024
0669d18
Merge branch 'main' into henrymercer/enable-direct-tracing
henrymercer Jul 8, 2024
0a4755e
Update default bundle to codeql-bundle-v2.18.0
github-actions[bot] Jul 8, 2024
6478fc9
Add changelog note
github-actions[bot] Jul 8, 2024
6e04d51
Merge pull request #2361 from github/henrymercer/simplify-actions-only
henrymercer Jul 8, 2024
f48d880
Bump the npm group with 3 updates
dependabot[bot] Jul 8, 2024
0b65015
Update checked-in dependencies
github-actions[bot] Jul 8, 2024
264cbe2
Merge branch 'main' into henrymercer/enable-direct-tracing
henrymercer Jul 9, 2024
026682f
Fix bad auto merge in changelog
henrymercer Jul 10, 2024
243e392
Fix PR number in changelog
henrymercer Jul 10, 2024
be825d5
Merge pull request #2353 from github/henrymercer/enable-direct-tracing
henrymercer Jul 10, 2024
1c60bf1
Merge branch 'main' into update-bundle/codeql-bundle-v2.18.0
angelapwen Jul 11, 2024
9ab7277
Merge pull request #2364 from github/update-bundle/codeql-bundle-v2.18.0
angelapwen Jul 11, 2024
947b18f
Merge pull request #2365 from github/dependabot/npm_and_yarn/npm-88aa…
angelapwen Jul 12, 2024
dec6fb7
Update changelog for v3.25.12
github-actions[bot] Jul 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th

Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

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

## 3.25.11 - 28 Jun 2024

- Avoid failing the workflow run if there is an error while uploading debug artifacts. [#2349](https://github.com/github/codeql-action/pull/2349)
Expand Down
20 changes: 8 additions & 12 deletions lib/analyze-action.js

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

2 changes: 1 addition & 1 deletion lib/analyze-action.js.map

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions lib/analyze.js

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

2 changes: 1 addition & 1 deletion lib/analyze.js.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions lib/api-client.js

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

2 changes: 1 addition & 1 deletion lib/api-client.js.map

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

8 changes: 2 additions & 6 deletions lib/autobuild-action.js

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

Loading
Loading