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 #2200

Merged
merged 20 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ef507e1
Update changelog and version after v3.24.7
github-actions[bot] Mar 12, 2024
a7b089b
Update checked-in dependencies
github-actions[bot] Mar 12, 2024
f195496
Merge pull request #2193 from github/mergeback/v3.24.7-to-main-3ab41019
angelapwen Mar 12, 2024
362c407
Bump verbosity on `trace-command` when in debug mode
henrymercer Mar 13, 2024
649f3e8
Bump verbosity when running autobuild script directly in debug mode
henrymercer Mar 13, 2024
070b051
Bump verbosity of `database finalize` in debug mode
henrymercer Mar 13, 2024
8da95d8
Refactoring: Add `getExtractionVerbosityArguments` wrapper
henrymercer Mar 13, 2024
3b6ebfb
Add changelog note
henrymercer Mar 13, 2024
a009e4d
Remove "experimental" designation from `packs` input
henrymercer Mar 13, 2024
e402144
Log job status in `init-post`
henrymercer Mar 13, 2024
3d82264
Merge pull request #2195 from github/henrymercer/extraction-debug-mode
henrymercer Mar 13, 2024
0d680ab
Merge pull request #2196 from github/henrymercer/update-packs-input-d…
henrymercer Mar 13, 2024
f055b5e
Merge pull request #2197 from github/henrymercer/log-job-status
henrymercer Mar 13, 2024
88b28eb
Surface autobuild errors from stderr stream
henrymercer Mar 14, 2024
88a0b7a
Mark Maven build failures as configuration errors
henrymercer Mar 14, 2024
3edd1bf
Truncate autobuild errors to 10 lines
henrymercer Mar 15, 2024
bddfc7c
Add config error for Gradle build failures
henrymercer Mar 15, 2024
e28ae3a
Add config error for Swift build failures
henrymercer Mar 15, 2024
1ecc277
Merge pull request #2198 from github/henrymercer/improve-tracking-aut…
henrymercer Mar 15, 2024
2b9b521
Update changelog for v3.24.8
github-actions[bot] Mar 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.24.8 - 18 Mar 2024

- Improve the ease of debugging extraction issues by increasing the verbosity of the extractor logs when running in debug mode. [#2195](https://github.com/github/codeql-action/pull/2195)

## 3.24.7 - 12 Mar 2024

- Update default CodeQL bundle version to 2.16.4. [#2185](https://github.com/github/codeql-action/pull/2185)
Expand Down
2 changes: 1 addition & 1 deletion init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ inputs:
required: false
packs:
description: >-
[Experimental] Comma-separated list of packs to run. Reference a pack in the format `scope/name[@version]`. If `version` is not
Comma-separated list of packs to run. Reference a pack in the format `scope/name[@version]`. If `version` is not
specified, then the latest version of the pack is used. By default, this overrides the same setting in a
configuration file; prefix with "+" to use both sets of packs.

Expand Down
2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion lib/autobuild.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/autobuild.js.map

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

61 changes: 51 additions & 10 deletions lib/cli-errors.js

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