f4cbbe6429
[chore](workflow) Fix security issues with pull_request_target ( #26525 )
...
In the workflow Code Checks, we use the event pull_request_target which has write permission to enable the actions to comment on our PRs. We should be careful with the write permission and must forbid from running any user code. The previous PR #24761 tried its best to achieve this goal.
However, there is a scenario lacking of consideration (See #26494 ). #26494 attacks the workflow by git submodule way. This PR fixes this scenario by checkouting the external action explicitly in the workflow.
2023-11-08 11:23:13 +08:00
0170a63c40
[fix](workflow) checkout the pr, not the base ( #25310 )
...
Co-authored-by: stephen <hello-stephen@qq.com >
checkout the pr, not the base
2023-10-11 16:50:25 +08:00
fbbaf929ee
[chore](workflow) 2/2, auto trigger "License Check" and "BE Code Formatter" instead of after approval ( #25101 )
...
Co-authored-by: stephen <hello-stephen@qq.com >
2023-10-09 15:57:30 +08:00
ec517a53a8
[Chore](build) upgrade clang-format version to 16 && move thrift to fe-common ( #19155 )
...
upgrade clang-format version to 16
move thrift to fe-common
fix core dump on pipeline engine when operator canceled and not prepared
2023-04-28 14:14:51 +08:00
484e9bcece
[Chore](workflow) move clang-tidy to code-checks ( #14758 )
...
move clang-tidy to code-checks
2022-12-03 10:43:18 +08:00
c804024e5d
[Chore](workflow) add clang-tidy workflow ( #14737 )
...
add clang-tidy workflow
2022-12-02 14:10:29 +08:00
82da071b45
[Chore](format) update clang-format version to 15 ( #13036 )
...
update clang-format version to 15
2022-11-29 14:46:10 +08:00
9013d5cc09
[enhancement](workflow) Optimize workflows ( #11145 )
...
1. Fine tune the trigger conditions for workflows.
2. Introduce concurrency group to cancel previous workflow trigged by the same pr.
2022-07-28 08:32:33 +08:00
ec2cd0083a
[code format]Upgrade clang-format in BE Code Formatter from 8 to 13 ( #9602 )
2022-05-17 19:28:15 +08:00
a71e0554be
[github] enable clang format github action ( #9082 )
2022-04-18 17:48:35 +08:00
c8bc0cf523
[chore][community](github) Remove travis and add github action ( #7380 )
...
1. Remove travis
2. Add github action to build extension:
1. docs
2. fs_broker
3. flink/spark/connector
2021-12-15 13:27:37 +08:00
be0cf51eed
[docs] add java formatter in doc ( #7306 )
...
Now there isn't the guidance of java format. We should add it in doc.
2021-12-08 20:49:45 +08:00
270bebe196
[chore](github) Add third-party GitHub Action as submodule to allow it to run ( #7280 )
...
Add the 3rd-party GHA as submodule so that it can be run without asking to add it into allow list.
2021-12-04 19:43:30 +08:00
e74bfea8e4
[chore](clang-format)(license-eye) Add Clang Format/Skywalking eyes github action ( #7132 )
...
1. The clang format action will be triggered when a PR is submitted.
2. Skywalking eyes actions will be triggered when a PR is submitted and after merging to master branch.
2021-11-24 10:41:02 +08:00