Andrew Eisenberg
a589d4087e
Merge pull request #1527 from github/aeisenberg/qlconfig-in-cli
...
Ensure qlconfig file is created when config parsing in cli is on
codeql-bundle-20230304
2023-02-27 10:26:08 -08:00
Andrew Eisenberg
98d24e5629
Address comments from PR
2023-02-27 09:59:16 -08:00
Henry Mercer
903be79953
Merge pull request #1548 from github/mergeback/v2.2.5-to-main-32dc4993
...
Mergeback v2.2.5 refs/heads/releases/v2 into main
2023-02-27 11:02:00 +00:00
github-actions[bot]
18ff14b615
Update checked-in dependencies
2023-02-27 09:35:51 +00:00
Henry Mercer
36a249f5ae
Merge branch 'main' into mergeback/v2.2.5-to-main-32dc4993
2023-02-27 09:33:05 +00:00
Henry Mercer
041757fc59
Merge pull request #1549 from github/henrymercer/fix-update-dependencies
...
Fix workflow to update dependencies
2023-02-27 09:11:46 +00:00
Andrew Eisenberg
8f19113f88
Merge branch 'main' into aeisenberg/qlconfig-in-cli
2023-02-26 18:35:21 -08:00
Henry Mercer
cf1855ae37
Fix workflow to update dependencies
...
Port over the fix from
https://github.com/github/codeql-action/pull/1544
and share code so these scripts don't get out of sync again.
2023-02-24 20:25:21 +00:00
github-actions[bot]
652709d1b9
Update changelog and version after v2.2.5
2023-02-24 19:28:26 +00:00
Henry Mercer
32dc499307
Merge pull request #1547 from github/update-v2.2.5-237a258d2
...
Merge main into releases/v2
v2.2.5
2023-02-24 19:26:08 +00:00
github-actions[bot]
b742728ac2
Update changelog for v2.2.5
2023-02-24 19:01:14 +00:00
Alexander Eyers-Taylor
237a258d2b
Merge pull request #1543 from github/alexet/update-2.12.3
...
Update default CodeQL bundle version to 2.12.3
2023-02-23 15:46:39 +00:00
Alexander Eyers-Taylor
5972e6d72e
Fix lib file
2023-02-22 18:38:46 +00:00
Alexander Eyers-Taylor
164027e682
Fix bundle versions
2023-02-22 18:18:37 +00:00
Andrew Eisenberg
736263f8fe
Update src/codeql.ts
2023-02-17 13:22:25 -08:00
Chuan-kai Lin
3dde1f3512
Merge pull request #1540 from cklin/expect-discarded-cache
...
Set --expect-discarded-cache option
2023-02-17 12:36:05 -08:00
Chuan-kai Lin
d7d7567b0e
Unit tests for optimizeForLastQueryRun
2023-02-17 11:19:38 -08:00
Chuan-kai Lin
0e4e857bab
Set optimizeForLastQueryRun on last run
2023-02-17 11:17:42 -08:00
Chuan-kai Lin
08d1f21d4f
Calculate customQueryIndices early
...
This refactoring commit changes runQueries() to calculate the set of
indices with non-empty custom queries early. Doing so allows us to check
early on whether there are any custom queries to run.
2023-02-17 11:14:08 -08:00
Andrew Eisenberg
f3bd25eefa
Merge pull request #1544 from github/aeisenberg/clean-cache
...
Clean the npm cache before running install
2023-02-17 10:50:03 -08:00
Andrew Eisenberg
41f1810e52
Clean the npm cache before running install
2023-02-17 09:54:53 -08:00
Alexander Eyers-Taylor
d87ad69338
Update default CodeQL bundle version to 2.12.3
2023-02-17 15:49:39 +00:00
Chuan-kai Lin
8242edb8ed
databaseRunQueries(): add optimizeForLastQueryRun parameter
2023-02-15 08:45:13 -08:00
Chuan-kai Lin
3095a09bb0
databaseRunQueries(): accept a list of flags
...
This refactoring commit changes databaseRunQueries() to accept a list of
flags instead of separate memory and threads flags.
2023-02-14 11:53:52 -08:00
Andrew Eisenberg
e00cd12e3e
Merge pull request #1539 from github/aeisenberg/unref-delay
...
Avoid unref-ing timer while awaiting status upload
codeql-bundle-20230216
codeql-bundle-20230217
2023-02-13 15:24:43 -08:00
Angela P Wen
a25536bc80
Optionally send tools download telemetry ( #1538 )
2023-02-13 21:45:54 +00:00
Andrew Eisenberg
a2487fb969
Avoid unref-ing timer while awaiting status upload
...
We had a problem where `waitForProcessing` was not completing before
the node process ends. This is because using `unref` would allow the
node process to end without having the `delay` function complete.
2023-02-13 13:43:18 -08:00
Chuan-kai Lin
e187d074ed
Merge pull request #1533 from cklin/trap-caching-feature-flag
...
Remove TRAP caching feature flag
2023-02-13 06:25:11 -08:00
Angela P Wen
89c5165e5a
Remove v1 from release docs ( #1536 )
2023-02-10 12:40:45 -08:00
Angela P Wen
ba216f7d34
Merge pull request #1535 from github/mergeback/v2.2.4-to-main-17573ee1
...
Mergeback v2.2.4 refs/heads/releases/v2 into main
2023-02-10 10:57:09 -08:00
github-actions[bot]
68f4f0d3bb
Update checked-in dependencies
2023-02-10 18:30:00 +00:00
github-actions[bot]
12d9a244fa
Update changelog and version after v2.2.4
2023-02-10 18:23:25 +00:00
Angela P Wen
17573ee1cc
Merge pull request #1534 from github/update-v2.2.4-40babc141
...
Merge main into releases/v2
v2.2.4
2023-02-10 10:20:44 -08:00
github-actions[bot]
b6975b4b1a
Update changelog for v2.2.4
2023-02-10 17:42:05 +00:00
Chuan-kai Lin
b011dbdedf
Remove TRAP caching feature flag
2023-02-10 09:27:16 -08:00
Angela P Wen
40babc141f
Tools telemetry: accurately report when feature flags were inaccessible ( #1532 )
...
* Cache whether feature flags are accessible
* Small comment fixup from linting change
2023-02-10 09:06:43 -08:00
Andrew Eisenberg
5492b7d104
Add tests for generateRegistries with an existing CODEQL_REGISTRIES_AUTH
2023-02-09 13:37:08 -08:00
Andrew Eisenberg
3c81243bb1
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-02-09 12:25:33 -08:00
Andrew Eisenberg
e2f72f11e4
Merge remote-tracking branch 'upstream/main' into aeisenberg/qlconfig-in-cli
2023-02-09 09:47:43 -08:00
Chuan-kai Lin
7ba5ed7eed
Merge pull request #1531 from github/mergeback/v2.2.3-to-main-8775e868
...
Mergeback v2.2.3 refs/heads/releases/v2 into main
2023-02-08 13:06:40 -08:00
github-actions[bot]
21f3020df6
Update checked-in dependencies
2023-02-08 20:40:37 +00:00
github-actions[bot]
b872c5adfd
Update changelog and version after v2.2.3
2023-02-08 20:37:07 +00:00
Chuan-kai Lin
8775e86802
Merge pull request #1530 from github/update-v2.2.3-c4e22e9fc
...
Merge main into releases/v2
v2.2.3
2023-02-08 12:35:06 -08:00
github-actions[bot]
a2ad80b966
Update changelog for v2.2.3
2023-02-08 19:08:32 +00:00
Henry Mercer
c4e22e9fce
Merge pull request #1529 from github/henrymercer/remove-bypass-toolcache-flags
...
Remove feature flags for bypassing the toolcache
2023-02-08 18:13:01 +00:00
Henry Mercer
db534af2ae
Remove feature flags for bypassing the toolcache
...
- We can now use the default bundle version feature flags to remediate a
bad bundle update.
- Controlled switchover ensures that a repo consistently gets the same
bundle version, so we no longer have alert churn concerns with Kotlin
and Swift.
2023-02-08 15:20:51 +00:00
Andrew Eisenberg
bbe8d375fd
Ensure qlconfig file is created when config parsing in cli is on
...
Previously, with the config parsing in the cli feature flag turned on,
the CLI was not able to download packs from other registries. This PR
adds the codeql-action changes required for this. The CLI changes will
be in a separate, internal PR.
2023-02-07 10:40:56 -08:00
Chuan-kai Lin
4369dda4ae
Merge pull request #1518 from github/cklin/codeql-cli-2.12.2
...
Bump default CodeQL version to 2.12.2
2023-02-07 10:27:54 -08:00
Chuan-kai Lin
4f08c2cf20
Bump default CodeQL version to 2.12.2
2023-02-07 08:10:01 -08:00
Angela P Wen
81644f35ff
Add max line length of 120 to linter ( #1524 )
codeql-bundle-20230207
2023-02-07 14:09:33 +00:00