Henry Mercer
e655565390
Merge pull request #1076 from github/henrymercer/fix-changelog-typo
...
Fix a typo in the CHANGELOG
2022-05-13 17:30:42 +01:00
Henry Mercer
c38e41c45a
Fix a typo in the CHANGELOG
...
`2.9.5 -> 2.9.1` — I missed this during review.
2022-05-13 16:55:08 +01:00
Henry Mercer
0658e4b2d6
Merge pull request #1075 from github/henrymercer/update-actions-tool-cache
...
Bump @actions/tool-cache to 2.0.0
2022-05-13 14:45:57 +01:00
Henry Mercer
54b4854fda
Bump @actions/tool-cache to 2.0.0
...
This allows us to drop our direct dependency on `@actions/http-client`.
2022-05-13 11:54:40 +01:00
Henry Mercer
1fae5bf71b
Merge pull request #1051 from github/henrymercer/run-atm-on-windows
...
Run ML-powered queries on Windows with CodeQL CLI 2.9.0+
codeql-bundle-20220512
2022-05-11 20:03:26 +01:00
Henry Mercer
533ce91971
Merge remote-tracking branch 'origin/main' into henrymercer/run-atm-on-windows
2022-05-11 19:32:14 +01:00
Henry Mercer
ace076b980
Merge pull request #1070 from github/mergeback/v2.1.10-to-main-2f58583a
...
Mergeback v2.1.10 refs/heads/releases/v2 into main
2022-05-11 18:36:28 +01:00
Henry Mercer
97847a4dde
Merge branch 'main' into mergeback/v2.1.10-to-main-2f58583a
2022-05-11 16:59:06 +01:00
github-actions[bot]
f8c88ab2dc
Update changelog and version after v2.1.10
2022-05-11 15:51:54 +00:00
Henry Mercer
2f58583a1b
Merge pull request #1069 from github/henrymercer/fix-integration-tests-on-v1
...
Fix integration tests on v1
v2.1.10
2022-05-11 16:48:31 +01:00
Henry Mercer
4e0668d05e
Fix integration tests on v1
...
The GitHub API client coerces `fake-server-url` to the Dotcom API URL,
which means commands like `util.getGitHubVersion` will call the Dotcom
API with the `fake-token`, resulting in 401s.
We therefore use the Dotcom URL instead and additionally stub
`util.getGitHubVersion` as a good practice (it's no longer necessary).
2022-05-11 15:53:57 +01:00
Henry Mercer
c4fdf5fe69
Merge pull request #1067 from github/mergeback/v2.1.10-to-main-03e2e3c4
...
Mergeback v2.1.10 refs/heads/releases/v2 into main
2022-05-11 13:14:15 +01:00
Henry Mercer
4f87830a1f
Merge branch 'main' into mergeback/v2.1.10-to-main-03e2e3c4
2022-05-11 12:00:48 +01:00
github-actions[bot]
daf6560612
Update changelog and version after v2.1.10
2022-05-11 10:57:56 +00:00
Henry Mercer
03e2e3c45f
Merge pull request #1065 from github/henrymercer/remove-extraneous-commit
...
Remove an extraneous commit during the release process
2022-05-11 11:39:31 +01:00
Henry Mercer
3bb6c41212
Remove an extraneous commit during the release process
...
We only need to run `git commit` after the `git merge` call if there were conflicts.
2022-05-11 10:50:13 +01:00
Alexander Eyers-Taylor
38fc5ebb37
Merge pull request #1064 from github/mergeback/v2.1.10-to-main-75b4f1c4
...
Mergeback v2.1.10 refs/heads/releases/v2 into main
2022-05-10 20:12:54 +01:00
Henry Mercer
a82d691646
Merge branch 'main' into mergeback/v2.1.10-to-main-75b4f1c4
2022-05-10 19:32:12 +01:00
github-actions[bot]
ca6773e404
Update checked-in dependencies
2022-05-10 17:39:06 +00:00
Andrew Eisenberg
8dbd96566a
Merge pull request #1063 from github/aeisenberg/contrib
...
Update contributing.md
2022-05-10 10:25:04 -07:00
github-actions[bot]
ef73e3bee8
Update changelog and version after v2.1.10
2022-05-10 17:05:35 +00:00
Alexander Eyers-Taylor
75b4f1c466
Merge pull request #1062 from github/update-v2.1.10-7cf0ed5e
...
Merge main into releases/v2
2022-05-10 18:03:52 +01:00
Andrew Eisenberg
d468c94a69
Update contributing.md
...
Change the text for keeping the checks up to date.
2022-05-10 09:55:27 -07:00
Rasmus Wriedt Larsen
7c55012151
Merge pull request #1039 from github/rasmuswl/pip-python2-fix
...
python-setup: Check if `pip` is already installed for Python2
2022-05-10 14:17:06 +02:00
github-actions[bot]
f8eea91a7b
Update changelog for v2.1.10
2022-05-10 11:33:39 +00:00
Henry Mercer
878b64e0ef
Merge branch 'main' into rasmuswl/pip-python2-fix
2022-05-10 10:52:20 +01:00
Andrew Eisenberg
7cf0ed5e3f
Merge pull request #1060 from github/aeisenberg/required-checks-script
...
Create update-required-checks script
2022-05-10 02:50:12 -07:00
Rasmus Wriedt Larsen
b651a677d2
Merge branch 'main' into rasmuswl/pip-python2-fix
2022-05-10 10:51:39 +02:00
Andrew Eisenberg
827fd55c21
Create update-required-checks script
...
This also removes the .github/workflows/update-required-checks.yml
workflow. This script needs to be run locally by someone who has
admin privileges on the repo.
2022-05-09 14:59:16 -07:00
Alexander Eyers-Taylor
dd56e95b46
Merge pull request #1056 from github/alexet/update-2.9.1
...
Update codeql to 2.9.1
2022-05-05 16:52:48 +01:00
alexet
3c6dd303a8
Update codeql to 2.9.1
2022-05-03 15:58:57 +01:00
Chris Gavin
96bc9c36c6
Merge pull request #1055 from github/fix-status-error-being-caught
...
Fix processing errors being caught and logged as a warning rather than failing the workflow run.
codeql-bundle-20220428
2022-05-03 13:21:10 +01:00
Chris Gavin
366e88c2c1
Fix processing errors being caught and logged as a warning rather than failing the workflow run.
2022-05-03 10:06:19 +01:00
Andrew Eisenberg
7b66e72cb7
Merge pull request #1054 from github/aeisenberg/update-checks
...
Add permissions to workflow
2022-05-02 12:46:59 -07:00
Andrew Eisenberg
06d4e82bd2
Add permissions block to workflow
2022-05-02 12:01:19 -07:00
Andrew Eisenberg
0fb78380f8
Merge pull request #1053 from github/aeisenberg/update-checks
...
Add workflow to regenerate required checks
2022-05-02 10:44:05 -07:00
Andrew Eisenberg
b71f20d70f
Add workflow to regenerate required checks
...
Update contributing guide.
Ensure this workflow runs once a week.
2022-05-02 10:15:40 -07:00
Andrew Eisenberg
8f845425a2
Merge pull request #1052 from github/aeisenberg/required-checks
...
Update CONTRIBUTING.md
2022-05-02 09:25:35 -07:00
Andrew Eisenberg
c9882bef2d
Update CONTRIBUTING.md
2022-05-02 08:58:10 -07:00
Andrew Eisenberg
9a6bf18ec4
Update CONTRIBUTING.md
...
Clarify instructions for updating required checks
2022-05-02 08:29:30 -07:00
Andrew Eisenberg
0235de0279
Merge pull request #1049 from github/aeisenberg/packs-with-paths
...
Allow running packs with paths
2022-05-02 08:24:46 -07:00
Andrew Eisenberg
a73e506617
Fix syntax error in workflow
2022-04-29 17:33:21 -07:00
Andrew Eisenberg
b11fe85402
Merge branch 'main' into aeisenberg/packs-with-paths
2022-04-29 11:10:16 -07:00
Andrew Eisenberg
922dc2b976
Use the --resolve-query-specs parameter of pack download
...
This will allow the command to resolve packs with paths.
Also, use a more concise version of `tr`.
2022-04-29 10:54:01 -07:00
Henry Mercer
395afb1dd9
Fix unit test assertion on Windows
2022-04-29 18:18:19 +01:00
Henry Mercer
ceeddf2638
Merge pull request #1050 from github/henrymercer/dont-wait-for-processing-in-test-mode
...
Don't wait for processing in test mode
2022-04-29 10:26:03 +01:00
Andrew Eisenberg
06b15c22b1
Allow pack specifiers to include paths
...
Also, this cleans up our pack-related integration tests.
We are now testing with the most recent CLIs.
2022-04-28 17:14:30 -07:00
Henry Mercer
ed0abc6cac
Log the expected outcome of the tests for clarity
2022-04-28 19:21:56 +01:00
Henry Mercer
193cfa588d
Update PR checks for Windows and CodeQL CLI 2.9.0+
2022-04-28 19:18:15 +01:00
Henry Mercer
d9e30cb001
Run ML-powered queries on Windows with CodeQL CLI 2.9.0+
2022-04-28 19:18:15 +01:00