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
Prev Previous commit
Next Next commit
Update default CodeQL version to 2.11.0
cklin committed Sep 28, 2022
commit a711c7623d69663f82a95451056cfb79202d63b3
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

## [UNRELEASED]

No user facing changes.
- Update default CodeQL bundle version to 2.11.0. [#1267](https://github.com/github/codeql-action/pull/1267)

## 2.1.25 - 21 Sep 2022

2 changes: 1 addition & 1 deletion lib/defaults.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220908"
"bundleVersion": "codeql-bundle-20220923"
}
2 changes: 1 addition & 1 deletion src/defaults.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220908"
"bundleVersion": "codeql-bundle-20220923"
}