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

Merged
merged 42 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
be26fe6
Enable specifying extraction destination
henrymercer Nov 6, 2024
6695503
Add feature flag for extracting directly to toolcache
henrymercer Nov 6, 2024
198fb4b
Extract directly to toolcache when feature enabled
henrymercer Dec 2, 2024
028cece
Add PR check
henrymercer Dec 2, 2024
a1a5527
Update changelog and version after v3.27.6
github-actions[bot] Dec 3, 2024
fb1b8e2
Update checked-in dependencies
github-actions[bot] Dec 3, 2024
ef2fd42
Merge pull request #2629 from github/mergeback/v3.27.6-to-main-aa578102
alexet Dec 3, 2024
0b20485
Write toolcache marker file
henrymercer Dec 2, 2024
8c0517f
PR check: Ensure bundle added to toolcache
henrymercer Dec 3, 2024
f8ccf38
PR check: Check toolcache empty at start
henrymercer Dec 3, 2024
d57328a
Run PR check on Windows too
henrymercer Dec 3, 2024
d5bcf48
Add more error handling to zstd extraction
henrymercer Dec 3, 2024
b2a4442
Ensure destination directory exists when streaming extraction
henrymercer Dec 3, 2024
93f3303
Tweak log wording
henrymercer Dec 3, 2024
7bcf845
Record telemetry for cache operation duration
henrymercer Dec 3, 2024
49f7b34
Bump the npm group across 1 directory with 8 updates
dependabot[bot] Dec 3, 2024
5261a12
Update checked-in dependencies
github-actions[bot] Dec 3, 2024
44e0357
Rebuild
github-actions[bot] Dec 3, 2024
f1c289a
Merge pull request #2632 from github/dependabot/npm_and_yarn/npm-7b13…
henrymercer Dec 3, 2024
9922856
Set `ArtifactV4Upgrade`'s default value to true
angelapwen Dec 3, 2024
978ed82
Merge pull request #2633 from github/angelapwen/legacy-artifact-defau…
angelapwen Dec 3, 2024
4a7b2d6
Merge branch 'main' into henrymercer/extract-direct-to-toolcache
henrymercer Dec 4, 2024
5d7e628
Add changelog note
henrymercer Dec 4, 2024
3096afe
Merge pull request #2631 from github/henrymercer/extract-direct-to-to…
henrymercer Dec 4, 2024
87548a2
Stop using the `artifact_v4_upgrade` feature flag
angelapwen Dec 4, 2024
25488cc
Remove deprecated `CODEQL_ACTION_ARTIFACT_V4_UPGRADE` env var
angelapwen Dec 4, 2024
0bb8007
Delete legacy artifact PR check
angelapwen Dec 4, 2024
6f9e628
Merge pull request #2634 from github/angelapwen/stop-using-artifact-flag
angelapwen Dec 6, 2024
8ba1205
Update default bundle to codeql-bundle-v2.20.0
github-actions[bot] Dec 6, 2024
3d09005
Add changelog note
github-actions[bot] Dec 6, 2024
b135154
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.0
henrymercer Dec 9, 2024
0d3e640
Merge pull request #2636 from github/update-bundle/codeql-bundle-v2.20.0
henrymercer Dec 9, 2024
aab3460
Bump the npm group with 4 updates
dependabot[bot] Dec 9, 2024
d853bec
Update checked-in dependencies
github-actions[bot] Dec 9, 2024
8975792
Merge pull request #2637 from github/dependabot/npm_and_yarn/npm-3bf4…
angelapwen Dec 9, 2024
0a5a1c0
Update changelog for v3.27.7
github-actions[bot] Dec 10, 2024
babb554
Merge pull request #2640 from github/update-v3.27.7-89757925c
henrymercer Dec 10, 2024
e800d9f
Revert "Update version and changelog for v2.27.6"
github-actions[bot] Dec 10, 2024
61f7a29
Revert "Update checked-in dependencies"
github-actions[bot] Dec 10, 2024
5912e6f
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.27…
github-actions[bot] Dec 10, 2024
983979f
Update version and changelog for v2.27.7
github-actions[bot] Dec 10, 2024
352556d
Update checked-in dependencies
github-actions[bot] Dec 10, 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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
101 changes: 101 additions & 0 deletions .github/workflows/__extract-direct-to-toolcache.yml

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

1 change: 0 additions & 1 deletion .github/workflows/debug-artifacts-failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: PR Check - Debug artifacts after failure
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true
on:
push:
branches:
Expand Down
99 changes: 0 additions & 99 deletions .github/workflows/debug-artifacts-legacy.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/debug-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: PR Check - Debug artifact upload
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true
on:
push:
branches:
Expand Down
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.

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

## 2.27.6 - 03 Dec 2024

- Update default CodeQL bundle version to 2.19.4. [#2626](https://github.com/github/codeql-action/pull/2626)
Expand Down
24 changes: 17 additions & 7 deletions lib/actions-util.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/actions-util.js.map

Large diffs are not rendered by default.

24 changes: 17 additions & 7 deletions lib/actions-util.test.js

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

Loading
Loading