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/v2 #1276

Merged
merged 22 commits into from
Sep 29, 2022
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
4706007
Update changelog and version after v2.1.25
invalid-email-address Sep 21, 2022
6188cbd
Update checked-in dependencies
invalid-email-address Sep 21, 2022
a643eb3
Merge pull request #1263 from github/mergeback/v2.1.25-to-main-86f3159a
henrymercer Sep 21, 2022
b98b2de
TRAP Caching: Skip uploading of small caches
edoardopirovano Sep 23, 2022
4c8f137
Merge pull request #1265 from github/edoardo/minimum-cache-size
edoardopirovano Sep 23, 2022
b96c754
Fix broken unit test
edoardopirovano Sep 23, 2022
314ede6
Merge pull request #1266 from github/edoardo/fix-unit-test
edoardopirovano Sep 26, 2022
e37b0d6
Add the `CliConfigFileEnabled` feature flag
aeisenberg Sep 27, 2022
cab46c5
Update src/util.test.ts
aeisenberg Sep 27, 2022
1f0700d
Update unset environment variables PR check (#1269)
angelapwen Sep 27, 2022
cc4ee05
Update supported GitHub Enterprise Server versions.
web-flow Sep 28, 2022
a4e4529
Correct program name
jsoref Sep 25, 2022
28c63d1
Merge pull request #1268 from jsoref/rev-parse
edoardopirovano Sep 28, 2022
39064e0
Merge pull request #1272 from github/update-supported-enterprise-serv…
henrymercer Sep 28, 2022
a711c76
Update default CodeQL version to 2.11.0
cklin Sep 23, 2022
2466f0c
Merge pull request #1267 from github/cklin/codeql-cli-2.11.0
cklin Sep 28, 2022
1ec8ea9
Merge branch 'main' into aeisenberg/cli-config-feature-flag
aeisenberg Sep 28, 2022
74740ee
Merge pull request #1270 from github/aeisenberg/cli-config-feature-flag
aeisenberg Sep 28, 2022
3400e51
Add dotnet env variable to workflow (#1273)
angelapwen Sep 28, 2022
fb0f747
Update the checks script
aeisenberg Sep 28, 2022
9705474
Merge pull request #1274 from github/aeisenberg/update-checks-script
aeisenberg Sep 29, 2022
c60b854
Update changelog for v2.1.26
invalid-email-address Sep 29, 2022
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
Next Next commit
Update changelog and version after v2.1.25
  • Loading branch information
github-actions[bot] committed Sep 21, 2022
commit 4706007119f6557bc8f5ef1814ea1a31a1b492cd
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CodeQL Action Changelog

## [UNRELEASED]

No user facing changes.

## 2.1.25 - 21 Sep 2022

- We will soon be rolling out a feature of the CodeQL Action that stores some information used to make future runs faster in the GitHub Actions cache. Initially, this will only be enabled on JavaScript repositories, but we plan to add more languages to this soon. The new feature can be disabled by passing the `trap-caching: false` option to your workflow's `init` step, for example if you are already using the GitHub Actions cache for a different purpose and are near the storage limit for it.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.1.25",
"version": "2.1.26",
"private": true,
"description": "CodeQL action",
"scripts": {