Edoardo Pirovano
9763bdd6ec
Merge pull request #860 from edoardopirovano/always-upload-db
...
Always upload DB when in debug mode
codeql-bundle-20220104
2022-01-04 18:25:33 +00:00
Edoardo Pirovano
00d4d60204
Always upload DB when in debug mode
2022-01-04 16:49:31 +00:00
Edoardo Pirovano
e5d84de18b
Merge pull request #861 from github/remove-debug-output
...
Remove debugging output
2022-01-02 10:05:46 +00:00
Edoardo Pirovano
ea1acc573a
Merge branch 'main' into remove-debug-output
2022-01-02 09:41:49 +00:00
Edoardo Pirovano
79ea6d6a7c
Merge pull request #862 from github/aeisenberg/fix-python-tests
...
Force virtualenv version
2022-01-02 09:41:38 +00:00
Andrew Eisenberg
3e50d096f8
Force virtualenv version
...
Force the virtualenv version to be 20.11 or less.
The 20.12 version is failing for python 2 right now.
2022-01-01 19:13:10 -08:00
Edoardo Pirovano
cca1cfdacf
Remove debugging output
2021-12-31 16:32:08 +00:00
Edoardo Pirovano
cdea582765
Merge pull request #859 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2021-12-29 09:39:28 +00:00
GitHub
3e59dee9e2
Update supported GitHub Enterprise Server versions.
2021-12-29 00:07:19 +00:00
Henry Mercer
249c7ffce1
Merge pull request #856 from github/henrymercer/feature-flagging
...
Feature flagging via the GitHub API
2021-12-16 16:18:46 +00:00
Henry Mercer
254816c2d2
Stub feature flag API endpoint in tests
2021-12-16 13:39:18 +00:00
Henry Mercer
6d62c245ec
Represent feature flags using an enum
...
Replaces the previous string literal type
2021-12-16 13:38:34 +00:00
Henry Mercer
5e87034b3b
Explicitly pass repository to feature flags constructor
...
As suggested in review: The `GITHUB_REPOSITORY` environment variable is
only available on Actions. Passing it in explicitly avoids potentially
crashing if this code is called from the runner.
2021-12-15 17:03:43 +00:00
Henry Mercer
621e0794ac
Throw an error if the feature flag API request errors
2021-12-15 16:34:26 +00:00
Henry Mercer
d6499fad61
Use new feature flag architecture when uploading databases
2021-12-15 13:17:05 +00:00
Henry Mercer
04671efa1d
Add support for feature flagging via the GitHub API
2021-12-15 13:16:33 +00:00
Andrew Eisenberg
e1f05902cd
Merge pull request #855 from github/correct-changelog
...
Move changelog entry into correct place
2021-12-14 11:06:40 -08:00
Thomas Horstmeyer
f9e96fa857
Move changelog entry into correct place
2021-12-14 13:49:52 +00:00
Andrew Eisenberg
14a5537e13
Merge pull request #853 from github/aeisenberg/remove-scheduled
...
Remove scheduled releases
2021-12-13 19:14:37 -08:00
Andrew Eisenberg
d3eb4974a3
Merge branch 'main' into aeisenberg/remove-scheduled
2021-12-13 18:37:38 -08:00
Edoardo Pirovano
39216d10d3
Merge pull request #854 from edoardopirovano/remove-dotnet-restore
...
Remove `dotnet restore` calls from CI checks
2021-12-13 23:29:58 +00:00
Edoardo Pirovano
265a7db16a
Remove dotnet restore calls from CI checks
2021-12-13 18:04:46 +00:00
Andrew Eisenberg
f623d4cec3
Remove scheduled releases
...
The action will be released roughly every two weeks along
with the CodeQL CLI release process.
2021-12-13 09:34:53 -08:00
Chris Gavin
eacec3646a
Merge pull request #843 from github/wait-for-processing-by-default
...
Start waiting for processing by default.
2021-12-13 12:19:11 +00:00
Chris Gavin
e0e2abc1a5
Merge branch 'main' into wait-for-processing-by-default
2021-12-13 12:04:22 +00:00
Chris Gavin
716b5980cd
Merge pull request #844 from github/duplicated-output
...
Stop printing all output twice.
2021-12-13 11:57:11 +00:00
Chris Gavin
1d83f2a0bc
Merge branch 'main' into duplicated-output
2021-12-13 11:44:22 +00:00
Andrew Eisenberg
ce77f88627
Merge pull request #849 from github/mergeback/v1.0.26-to-main-5f532563
...
Mergeback v1.0.26 refs/heads/v1 into main
2021-12-10 13:41:53 -08:00
github-actions[bot]
a777b51ef7
Update checked-in dependencies
2021-12-10 19:09:21 +00:00
github-actions[bot]
88fbabe21d
1.0.27
2021-12-10 18:40:13 +00:00
github-actions[bot]
eeb215b041
Update changelog and version after v1.0.26
2021-12-10 18:40:11 +00:00
Andrew Eisenberg
5f53256358
Merge pull request #848 from github/update-v1.0.26-07825549
...
Merge main into v1
v1.0.26
2021-12-10 10:39:01 -08:00
github-actions[bot]
25a5103778
1.0.26
2021-12-10 18:20:01 +00:00
Edoardo Pirovano
0782554948
Merge pull request #845 from github/refuse-broken-versions
...
Refuse to use broken versions in the toolcache
2021-12-09 16:53:57 +00:00
Edoardo Pirovano
705f634a1d
Refuse to use broken versions in the toolcache
2021-12-09 13:43:57 +00:00
Chris Gavin
b7b7607959
Stop printing all output twice.
2021-12-09 13:21:32 +00:00
Chris Gavin
7bcc6564d4
Add more context to a change note.
...
Co-authored-by: Thomas Horstmeyer <73262256+cannist@users.noreply.github.com >
2021-12-09 12:53:20 +00:00
Chris Gavin
b661ef1697
Start waiting for processing by default.
2021-12-09 10:21:34 +00:00
Andrew Eisenberg
6ad00fd084
Merge pull request #842 from github/aeisenberg/cli-2.7.3
...
Prepare for the CodeQL 2.7.3 release
2021-12-08 17:46:32 -08:00
Andrew Eisenberg
fccdee04ba
Prepare for the CodeQL 2.7.3 release
2021-12-08 17:18:05 -08:00
Andrew Eisenberg
e694ca6192
Merge pull request #841 from github/aeisenberg/fix-del
...
Always use `force: true` for del
codeql-bundle-20211208
2021-12-08 16:01:45 -08:00
Andrew Eisenberg
67d11b5928
Always use force: true for del
2021-12-08 15:37:43 -08:00
Aditya Sharad
924a64d2e0
Merge pull request #840 from github/aeisenberg/fix-rm
...
Remove rmDir references
2021-12-08 15:08:58 -08:00
Andrew Eisenberg
45dc27d3c1
Remove rmDir references
...
`rmDir` is not available on the node version used by the actions runner.
Instead, use the `del` package. It is safe, well-tested, and
cross-platform.
2021-12-08 12:11:31 -08:00
Andrew Eisenberg
cbed0358c6
Merge pull request #839 from github/revert-837-aeisenberg/cli-2.7.3
...
Revert "Bump default CodeQL version to 2.7.3"
2021-12-08 10:58:53 -08:00
Andrew Eisenberg
a8cf6f42c2
Revert "Bump default CodeQL version to 2.7.3"
2021-12-08 10:07:10 -08:00
Andrew Eisenberg
eebe7c46f1
Merge pull request #837 from github/aeisenberg/cli-2.7.3
...
Bump default CodeQL version to 2.7.3
2021-12-08 09:02:37 -08:00
Edoardo Pirovano
dc32d5448f
Add a workflow step to do dotnet restore
2021-12-08 14:47:42 +00:00
Andrew Eisenberg
fac22de4f9
Autobuild: Prefix invocations with CODEQL_RUNNER
...
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com >
2021-12-07 20:50:17 -08:00
Andrew Eisenberg
0a1efd7f45
Update changelog
2021-12-07 10:50:12 -08:00