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

Merged
merged 44 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0dc76a9
feat: use http agent that respects environment proxy settings when st…
NlightNFotis Dec 4, 2024
8f2cb3a
build: add undici to node_modules folder - CI fails without it
NlightNFotis Dec 4, 2024
78be2f1
ci: add configuration tto run proxy with zstd package to test streami…
NlightNFotis Dec 3, 2024
9c48c8b
ci: add capability to handle container initialisation steps to sync.py
NlightNFotis Dec 5, 2024
b4bc093
ci: remove patch file and cleanup justfile
NlightNFotis Dec 5, 2024
b706e37
chore: add changelog entry
NlightNFotis Dec 5, 2024
182c5e7
chore: reword description in CHANGELOG.md
NlightNFotis Dec 6, 2024
a89fbc8
docs: add readme for justfile/pr-checks update
NlightNFotis Dec 9, 2024
c901aee
ci: remove dns for container running proxy steps (experimental)
NlightNFotis Dec 9, 2024
70aac4e
Introduce withGroupAsync()
cklin Dec 9, 2024
dd4aa40
deepenGitHistory: specify HEAD
cklin Dec 9, 2024
3e10d34
deepenGitHistory: do not fetch submodules
cklin Dec 9, 2024
57a2859
getPullRequestEditedDiffRanges: work around fatal error
cklin Dec 9, 2024
f9b0c1f
build: refresh js files
cklin Dec 9, 2024
3951a82
Merge branch 'main' into NlightNFotis/detect_use_proxy_when_streaming
NlightNFotis Dec 9, 2024
51e71f8
docs: add documentation for the reason why we need to have a setup st…
NlightNFotis Dec 9, 2024
4c20d4f
feat: cleanup destination directory if we fail during streaming of th…
NlightNFotis Dec 9, 2024
9fd5c24
Update changelog and version after v3.27.7
github-actions[bot] Dec 10, 2024
18cf30d
Update checked-in dependencies
github-actions[bot] Dec 10, 2024
417bb84
Merge pull request #2641 from github/mergeback/v3.27.7-to-main-babb554e
henrymercer Dec 10, 2024
dfed55c
Merge pull request #2638 from github/cklin/diff-informed-graph-fetchi…
cklin Dec 10, 2024
b0cd76b
Move Git functions to git-utils.ts
cklin Dec 9, 2024
b2c41ec
Create git-utils.test.ts for git-utils.ts
cklin Dec 9, 2024
300d251
build: refresh js files
cklin Dec 9, 2024
c6454d5
Merge branch 'main' into NlightNFotis/detect_use_proxy_when_streaming
henrymercer Dec 10, 2024
4d64ab6
Merge pull request #2639 from github/cklin/extract-git-utils
cklin Dec 10, 2024
9323695
Update PR checks readme instructions
aeisenberg Dec 9, 2024
88bcf64
feat: change wording of error reporting when a failure occurs during …
NlightNFotis Dec 11, 2024
9e8cd42
fix: move changelog entry to appropriate place
NlightNFotis Dec 11, 2024
1e5b591
Merge branch 'main' into NlightNFotis/detect_use_proxy_when_streaming
NlightNFotis Dec 11, 2024
f327a84
Avoid failing the workflow on a proxy post step
marcogario Dec 11, 2024
849b60e
Add token information
marcogario Dec 11, 2024
47dd68e
formatting
marcogario Dec 11, 2024
c4bbe15
Merge pull request #2624 from github/NlightNFotis/detect_use_proxy_wh…
NlightNFotis Dec 11, 2024
78d0136
Merge pull request #2643 from github/marcogario/robustify_start_proxy…
marcogario Dec 11, 2024
9a8645d
Use an app token for triggering a release
aeisenberg Dec 11, 2024
9cfbef4
Merge pull request #2644 from github/aeisenberg/use-app-token-for-rel…
aeisenberg Dec 12, 2024
90a2700
Update changelog for v3.27.8
github-actions[bot] Dec 12, 2024
8a93837
Merge pull request #2645 from github/update-v3.27.8-9cfbef4bd
marcogario Dec 12, 2024
536cee0
Revert "Update version and changelog for v2.27.7"
github-actions[bot] Dec 12, 2024
7431e79
Revert "Update checked-in dependencies"
github-actions[bot] Dec 12, 2024
6999d05
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.27…
github-actions[bot] Dec 12, 2024
c35c430
Update version and changelog for v2.27.8
github-actions[bot] Dec 12, 2024
6fd4fd2
Update checked-in dependencies
github-actions[bot] Dec 12, 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
15 changes: 14 additions & 1 deletion .github/workflows/__test-proxy.yml

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

9 changes: 8 additions & 1 deletion .github/workflows/post-release-mergeback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,18 @@ jobs:
--assignee "${GITHUB_ACTOR}" \
--draft

- name: Generate token
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69
id: app-token
with:
app-id: ${{ vars.AUTOMATION_APP_ID }}
private-key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}

- name: Create the GitHub release
env:
PARTIAL_CHANGELOG: "${{ runner.temp }}/partial_changelog.md"
VERSION: "${{ steps.getVersion.outputs.version }}"
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
# Do not mark this release as latest. The most recent CLI release must be marked as latest.
gh release create \
Expand Down
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.8 - 12 Dec 2024

- Fixed an issue where streaming the download and extraction of the CodeQL bundle did not respect proxy settings. [#2624](https://github.com/github/codeql-action/pull/2624)

## 2.27.7 - 10 Dec 2024

- We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. [#2631](https://github.com/github/codeql-action/pull/2631)
Expand Down
Loading
Loading