Chris Gavin
7c6fa5ce8a
Remove an unneeded if.
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-11 17:10:50 +01:00
Chris Gavin
bbdc9efa94
Use the API URL from the environment if it is present.
2022-08-11 08:38:11 +01:00
Andrew Eisenberg
a6d09016e7
Merge pull request #1171 from crenshaw-dev/clarify-category-error-message
...
fix: clarify upload-sarify category uniqueness error message
2022-08-10 13:24:16 -07:00
Edoardo Pirovano
c7db5d9226
Merge pull request #1174 from github/edoardo/remove-workaround
...
Remove distrust of `GITHUB_ACTION_REF` for local actions
2022-08-10 11:50:11 +01:00
Edoardo Pirovano
3835e64c38
Remove distrust of GITHUB_ACTION_REF for local actions
2022-08-10 09:39:03 +01:00
Edoardo Pirovano
07720c700e
Merge pull request #1172 from github/edoardo/trap-caching
...
Introduce TRAP caching
2022-08-09 19:18:32 +01:00
Edoardo Pirovano
6df93613d7
Address review comments from @henrymercer
2022-08-09 18:37:22 +01:00
Edoardo Pirovano
8f867dcb21
Introduce TRAP caching
2022-08-05 17:48:05 +01:00
CI
0e3ae6e68a
fix: clarify upload-sarify category uniqueness error message
2022-08-05 10:59:35 -04:00
Edoardo Pirovano
cade2b5621
Merge pull request #1170 from github/edoardo/add-trap-cache-option
...
Add option to override TRAP caching feature flag
2022-08-05 12:40:04 +01:00
Edoardo Pirovano
2d5738c1ac
Add option to override TRAP caching feature flag
2022-08-05 12:04:02 +01:00
Edoardo Pirovano
693d3f22d8
Merge pull request #1164 from github/edoardo/add-cache-dep
...
Add dependency on `@actions/cache`
2022-08-05 10:03:45 +01:00
Edoardo Pirovano
38c2c091e8
Add dependency on @actions/cache
2022-08-04 15:12:29 +01:00
Angela P Wen
9990b406c2
Merge pull request #1160 from github/angelapwen/refactor-debug-artifacts-pr-check
...
Split debug artifacts PR check into two jobs
2022-08-04 10:35:07 +02:00
Angela P Wen
2a582eb53d
Merge branch 'main' into angelapwen/refactor-debug-artifacts-pr-check
2022-08-04 10:02:20 +02:00
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
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
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
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
Aditya Sharad
caa2a0df0a
Runner tests: Attempt to source the tracer env, display the binary path
2022-07-27 12:05:31 -07:00
Aditya Sharad
a2f4d66a8b
Runner tests: Read CODEQL_RUNNER from the stored JSON
...
This test workflow does not source the environment from the init step,
so we need to manually read in the variable.
2022-07-25 15:33:52 -07:00
Aditya Sharad
b4ff463500
Autobuild: Remove CODEQL_RUNNER workaround
...
We do not need to prefix `$CODEQL_RUNNER` here on macOS to bypass SIP,
because we assume that the `init` step exported `DYLD_INSERT_LIBRARIES`
into the environment, which activates the Actions workaround for SIP.
See https://github.com/actions/runner/pull/416 .
2022-07-25 15:02:44 -07:00