Chuan-kai Lin
1a0331c4c6
Merge pull request #1167 from github/mergeback/v2.1.18-to-main-2ca79b6f
...
Mergeback v2.1.18 refs/heads/releases/v2 into main
2022-08-03 13:39:53 -07:00
github-actions[bot]
bb2956fd36
Update checked-in dependencies
2022-08-03 19:50:21 +00:00
github-actions[bot]
2d4d9d8cf7
Update changelog and version after v2.1.18
2022-08-03 17:48:40 +00:00
Chuan-kai Lin
2ca79b6fa8
Merge pull request #1165 from github/update-v2.1.18-329cb8b6
...
Merge main into releases/v2
v2.1.18
2022-08-03 10:46:13 -07:00
github-actions[bot]
9dc4e8a2c7
Update changelog for v2.1.18
2022-08-03 16:37:42 +00:00
Angela P Wen
4ec485d633
bash syntax fixup per review
2022-08-03 17:57:05 +02:00
Angela P Wen
e16d085a47
Remove ls check, log formatting
2022-08-03 11:24:18 +02:00
Angela P Wen
f51da8688a
Add script to check in appropriate directories
2022-08-03 10:55:10 +02:00
Angela P Wen
f7a7ac1799
bash syntax fixup
2022-08-03 10:23:41 +02:00
Angela P Wen
ef145d6884
Display downloaded file structure
2022-08-03 09:35:32 +02:00
Chuan-kai Lin
329cb8b61c
Merge pull request #1156 from github/cklin/codeql-cli-2.10.2
...
Update default CodeQL version to 2.10.2
2022-08-02 09:25:06 -07:00
Angela P Wen
7f86ddc26d
Move debug log printing back to actions util
2022-08-02 12:41:08 +02:00
Angela P Wen
a758ec55e8
Add more info messages to user, rename log printing function
2022-08-02 12:36:56 +02:00
Angela P Wen
eeee462f05
Move debug artifact methods into separate file
2022-08-02 12:27:52 +02:00
Angela P Wen
5895ab0c0b
Address more PR comments, refactoring
2022-08-02 12:18:44 +02:00
Angela P Wen
44a27e6a51
Add top level comments, rename cleanup to post
2022-08-02 12:08:18 +02:00
Angela P Wen
a557279135
Clean up syntax per PR review
2022-08-02 12:01:02 +02:00
Angela P Wen
64d83c75f0
Fix syntax error
2022-08-02 11:38:33 +02:00
Angela P Wen
13e7a528eb
Change download job to only run on linux
2022-08-02 11:37:27 +02:00
Angela P Wen
cc047a34ce
Condense matrix syntax
2022-08-02 11:37:18 +02:00
Angela P Wen
daaac4306e
Linting, node_modules update
2022-08-01 13:35:10 +02:00
Angela P Wen
5229df1eef
Add unit test descriptions
2022-08-01 13:17:40 +02:00
Angela P Wen
5da7870265
Refactoring per PR comments
2022-08-01 12:52:16 +02:00
Angela P Wen
8a4a573d59
Error handling for JSON parsing
2022-08-01 12:12:49 +02:00
Angela P Wen
6630cbeccb
Minor syntax update
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-01 11:52:34 +02:00
Angela P Wen
af87cc6ba5
Improve for matrix
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-01 11:52:03 +02:00
Angela P Wen
ebc59ec8da
More descriptive partial db bundle messages
2022-08-01 11:43:08 +02:00
Angela P Wen
52de49c899
Refactor helper function to util
2022-08-01 11:42:55 +02:00
Angela P Wen
2c25894c5f
Zip partial database directory
2022-08-01 11:24:34 +02:00
Angela P Wen
81c5b2d993
New debug artifacts workflow with separate jobs
2022-08-01 11:09:29 +02:00
Chuan-kai Lin
a5def17768
Update default CodeQL version to 2.10.2
2022-07-29 14:07:22 -07:00
Aditya Sharad
19d025e17f
Merge pull request #1161 from github/adityasharad/actions/combined-check-file-contents
...
CI: Combine verify-pr-checks and check-for-conflicts jobs
2022-07-29 13:41:50 -07:00
Aditya Sharad
2f739fcd04
CI: Combine verify-pr-checks and check-for-conflicts jobs
...
Reduce the number of concurrent jobs by 1.
Run these checks in succession instead, as the
`check-file-contents` job in the PR checks workflow.
2022-07-29 12:07:38 -07:00
Aditya Sharad
495c20006b
Merge pull request #1158 from github/adityasharad/actions/separate-runner-checks
...
CI: Move Runner checks into their own workflow
2022-07-29 09:09:22 -07:00
Angela P Wen
2746051310
Catch case where database isn't finalized
2022-07-29 12:00:07 +02:00
Angela P Wen
1016eba538
Move logs, SARIF actions uploads to post: hooks
2022-07-29 11:29:39 +02:00
Andrew Eisenberg
907f1deb5b
Merge branch 'main' into aeisenberg/fix-config-files
2022-07-28 16:43:03 -07:00
Aditya Sharad
ceea66834a
CI: Move Runner checks into their own workflow
...
Refactor the PR checks workflow into two workflows:
PR checks and Runner checks.
This does not change the actual check jobs that are run.
It also does not change the expected check names
(which rely only on the job name, not the workflow name).
This makes it easier to inspect workflow run summaries in the UI
and to separately retry subsets of failed jobs in case of flakiness.
In future we will clean up the Runner checks,
since this is a deprecated component.
2022-07-28 16:35:51 -07:00
Aditya Sharad
b100b75d58
Merge pull request #1157 from github/adityasharad/actions/combine-lint-check-js
...
CI: Combine JS lint and JS check jobs
2022-07-28 16:30:52 -07:00
Aditya Sharad
992d011666
CI: Combine JS lint and JS check jobs
...
Reduce the number of concurrent jobs.
This will require a branch protection rule update,
renaming `check-js` to Check JS` and removing `Lint`.
2022-07-28 15:37:55 -07:00
Aditya Sharad
6c23d76596
Merge pull request #1152 from github/adityasharad/actions/python-deps-path-filters
...
CI: Add path filters to python-deps workflow
2022-07-28 15:19:32 -07:00
Aditya Sharad
573de8b146
Merge branch 'main' into adityasharad/actions/python-deps-path-filters
2022-07-28 14:37:56 -07:00
Aditya Sharad
fbb0a4e179
Merge pull request #1154 from github/mergeback/v2.1.17-to-main-0c670bbf
...
Mergeback v2.1.17 refs/heads/releases/v2 into main
2022-07-28 13:02:47 -07:00
github-actions[bot]
351171d4e9
Update checked-in dependencies
2022-07-28 18:39:20 +00:00
github-actions[bot]
507d4b7b31
Update changelog and version after v2.1.17
2022-07-28 17:47:32 +00:00
Aditya Sharad
0c670bbf04
Merge pull request #1153 from github/update-v2.1.17-bbc2e701
...
Merge main into releases/v2
v2.1.17
2022-07-28 10:45:57 -07:00
github-actions[bot]
0dd6a6f2b0
Update changelog for v2.1.17
2022-07-28 17:02:14 +00:00
Aditya Sharad
bf24993f0c
CI: Add scheduled and manual triggers to python-deps workflow
2022-07-27 13:22:10 -07:00
Aditya Sharad
0d16d70d87
CI: Add path filters to python-deps workflow
...
No need to run this workflow on all PRs, only those that
change the Python dependency installation mechanism.
2022-07-27 13:16:40 -07:00
Aditya Sharad
bbc2e7010f
Merge pull request #1149 from github/criemen/runner-autobuilders
...
autobuild: Update tests for C# on macOS
codeql-bundle-20220728
2022-07-27 13:16:12 -07:00