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 releases/v3 into releases/v2 #2619

Merged
merged 24 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
58f2dfc
Log result of `validateWorkflow` if not `undefined`
mbg Nov 12, 2024
69656af
Update changelog and version after v3.27.4
github-actions[bot] Nov 14, 2024
49ec97c
Update checked-in dependencies
github-actions[bot] Nov 14, 2024
1443ef5
Merge pull request #2606 from github/mergeback/v3.27.4-to-main-ea9e4e37
mbg Nov 14, 2024
a1695c5
Merge pull request #2598 from github/mbg/fix/validateWorkflowResult
mbg Nov 14, 2024
43b75f7
Bump the npm group with 4 updates
dependabot[bot] Nov 18, 2024
9465261
Update checked-in dependencies
github-actions[bot] Nov 18, 2024
b500b62
Throw configuration error when `tar` is not available
angelapwen Nov 18, 2024
9222a97
Merge pull request #2611 from github/angelapwen/catch-tar-error
angelapwen Nov 18, 2024
f9ada54
Telemetry: report OS release for GitHub-hosted Linux runners
angelapwen Nov 18, 2024
e3c67a0
Merge pull request #2610 from github/dependabot/npm_and_yarn/npm-d2ca…
angelapwen Nov 18, 2024
ecde4d2
Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group
dependabot[bot] Nov 18, 2024
db67881
Update checked-in dependencies
github-actions[bot] Nov 18, 2024
e782c3a
Merge pull request #2612 from github/angelapwen/report-linux-runner-r…
angelapwen Nov 18, 2024
cba5fb5
Merge pull request #2613 from github/dependabot/npm_and_yarn/npm_and_…
aeisenberg Nov 19, 2024
8f3b487
Start-proxy: Fetch OS specific binary
marcogario Nov 19, 2024
a6c8729
Merge pull request #2614 from github/marcogario/per-platform-proxy
marcogario Nov 19, 2024
67b73ea
Update changelog for v3.27.5
github-actions[bot] Nov 19, 2024
f09c1c0
Merge pull request #2616 from github/update-v3.27.5-a6c8729a5
marcogario Nov 20, 2024
bb44839
Revert "Update version and changelog for v2.27.4"
github-actions[bot] Nov 20, 2024
c668f08
Revert "Update checked-in dependencies"
github-actions[bot] Nov 20, 2024
6fe84e3
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.27…
github-actions[bot] Nov 20, 2024
f44dc1e
Update version and changelog for v2.27.5
github-actions[bot] Nov 20, 2024
8790184
Update checked-in dependencies
github-actions[bot] Nov 20, 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.

## 2.27.5 - 19 Nov 2024

No user facing changes.

## 2.27.4 - 14 Nov 2024

No user facing changes.
Expand Down
6 changes: 5 additions & 1 deletion lib/init-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/init-action.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions lib/setup-codeql.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/setup-codeql.js.map

Large diffs are not rendered by default.

20 changes: 14 additions & 6 deletions lib/start-proxy-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/start-proxy-action.js.map

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

4 changes: 3 additions & 1 deletion lib/status-report.js

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

Loading
Loading