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

Merged
merged 22 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
000ba11
Update changelog and version after v3.25.13
github-actions[bot] Jul 19, 2024
667992c
Update checked-in dependencies
github-actions[bot] Jul 19, 2024
44534b7
Merge pull request #2380 from github/mergeback/v3.25.13-to-main-2d790406
henrymercer Jul 19, 2024
b516521
Classify autobuild errors as configuration errors
angelapwen Jul 22, 2024
ea8137f
Merge pull request #2382 from github/angelapwen/make-autobuild-config…
angelapwen Jul 22, 2024
59c6d06
Bump the npm group with 3 updates
dependabot[bot] Jul 22, 2024
4e038cc
Update checked-in dependencies
github-actions[bot] Jul 22, 2024
0e346f2
Merge pull request #2384 from github/dependabot/npm_and_yarn/npm-3ec7…
angelapwen Jul 22, 2024
7cb4b5a
Make all instances of doc links in logs clickable
angelapwen Jun 27, 2024
7ad1090
Refactor all doc URLs into their own enum
angelapwen Jul 23, 2024
edfef27
Further standardize doc URL messages
angelapwen Jul 23, 2024
892ff9e
Fix linting errors
angelapwen Jul 23, 2024
b400d0f
Merge pull request #2355 from github/angelapwen/make-log-links-clickable
angelapwen Jul 23, 2024
5669f66
Add node-forge to package.json
aibaars Jul 2, 2024
7b43b7c
Add codeql-action/start-proxy
aibaars Jul 2, 2024
6186179
Print proxy log when debugging is enabled
aibaars Jul 9, 2024
4733419
Address comments
aibaars Jul 24, 2024
77e4172
start-proxy: get binary from toolcache
aibaars Jul 24, 2024
f67c9cd
Merge pull request #2376 from github/aibaars/start-proxy
aibaars Jul 24, 2024
826b78c
Remove setSecret call
aibaars Jul 24, 2024
1b214db
Merge pull request #2387 from github/aibaars/remove-set-secret
aibaars Jul 24, 2024
ecab108
Update changelog for v3.25.14
github-actions[bot] Jul 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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.25.14 - 25 Jul 2024

- Experimental: add a new `start-proxy` action which starts the same HTTP proxy as used by [`github/dependabot-action`](https://github.com/github/dependabot-action). Do not use this in production as it is part of an internal experiment and subject to change at any time.

## 3.25.13 - 19 Jul 2024

- Add `codeql-version` to outputs. [#2368](https://github.com/github/codeql-action/pull/2368)
Expand Down
9 changes: 4 additions & 5 deletions 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.

10 changes: 8 additions & 2 deletions lib/cli-errors.js

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

Loading
Loading