Skip to content

Commit

Permalink
Merge pull request #2502 from github/henrymercer/zstd-experiment
Browse files Browse the repository at this point in the history
Add a feature flag to use a bundle compressed using Zstandard when setting up the default tools
  • Loading branch information
henrymercer committed Sep 27, 2024
2 parents 46e0c78 + 6b2f7e7 commit 2617ff2
Show file tree
Hide file tree
Showing 32 changed files with 713 additions and 76 deletions.
130 changes: 130 additions & 0 deletions .github/workflows/__zstd-bundle-fallback.yml

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

119 changes: 119 additions & 0 deletions .github/workflows/__zstd-bundle.yml

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

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the

## [UNRELEASED]

No user facing changes.
- We are rolling out a feature in September/October 2024 that sets up CodeQL using a bundle compressed with [Zstandard](http://facebook.github.io/zstd/). Our aim is to improve the performance of setting up CodeQL. [#2502](https://github.com/github/codeql-action/pull/2502)

## 3.26.9 - 24 Sep 2024

Expand Down
5 changes: 3 additions & 2 deletions lib/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/codeql.js.map

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions lib/codeql.test.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/codeql.test.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 2617ff2

Please sign in to comment.