Commit Graph

28 Commits

Author SHA1 Message Date
tidex 0f436e3754 ci: 更新 Release 工作流配置
- 移除对特定分支的限制
- 增加手动发布选项
- 修改触发条件,当 "Build Artifacts" 工作流完成时自动触发
2025-02-16 15:59:48 +08:00
tidex c137db55f9 ci: 更新 Release 工作流
- 优化工作流触发条件,仅在 Build 工作流完成后触发
- 限定触发分支为 master
- 更新 action-gh-release 版本至 v2
- 调整发布逻辑,仅在带有 refs/tags/ 前缀的引用上进行发布
2025-02-16 15:53:25 +08:00
tidex 58ffabd619 ci: 完善 GitHub Actions 工作流
- 在 build.yml 中添加触发发布工作流步骤
- 更新 sync-upstream.yml 中的步骤名称为中文
- 优化工作流中的任务描述,提高可读性
2025-02-16 15:14:44 +08:00
tidex 40e61ff203
Update build.yml 2025-02-16 14:41:20 +08:00
tidex 94ce06acd3
Update sync-upstream.yml 2025-02-15 22:54:42 +08:00
tidex 3ab61e6fae
Update sync-upstream.yml 2025-02-15 22:36:18 +08:00
tidex 7f4edbe09b
Update sync-upstream.yml 2025-02-15 22:31:55 +08:00
tidex 0dda2dcb4c
Create create-release.yml 2025-02-15 22:22:26 +08:00
tidex 2daaf8d652
Update build.yml 2025-02-15 21:43:01 +08:00
tidex bb462ba665
Update build.yml 2025-02-15 21:41:28 +08:00
tidex 03cd055e6f
Update build.yml 2025-02-15 21:30:39 +08:00
tidex 07f6f05c87
Create build.yml 2025-02-15 21:22:49 +08:00
tidex 06a4699287
Create sync-upstream.yml 2025-02-15 21:20:47 +08:00
Hrushikesh Deshpande 659da3ebba
Update semgrep.yml 2024-09-24 21:40:50 -04:00
hrushikeshdeshpande 244248f2b7
Update semgrep.yml
Updating Semgrep.yml file - Semgrep is a tool that will be used to scan Cloudflare's public repos for Supply chain, code and secrets. This work is part of Application & Product Security team's initiative to onboard Semgrep onto all of Cloudflare's public repos.

In case of any questions, please reach out to "Hrushikesh Deshpande" on cf internal chat.
2024-09-21 13:18:55 -04:00
Hrushikesh Deshpande ea1c4a327d Adding semgrep yaml file 2024-09-19 21:52:45 -04:00
João "Pisco" Fernandes 66efd3f2bb TUN-8407: Upgrade go to version 1.22.2 2024-05-07 16:58:57 +01:00
K.B.Dharun Krishna a6760a6cbf ci/check: bump actions/setup-go to v5 2024-03-06 10:29:55 +00:00
K.B.Dharun Krishna 204d55ecec ci: bump actions/checkout to v4 2024-03-06 10:29:55 +00:00
K.B.Dharun Krishna 1f4511ca6e check.yaml: bump actions/setup-go to v4 2024-03-06 10:29:55 +00:00
Chung-Ting 12dd91ada1 TUN-8052: Update go to 1.21.5
Also update golang.org/x/net and google.golang.org/grpc to fix vulnerabilities,
although cloudflared is using them in a way that is not exposed to those risks
2023-12-15 12:17:21 +00:00
Devin Carr 65247b6f0f TUN-7584: Bump go 1.20.6
Pins all docker and cfsetup builds to a specific go patch version.
Also ran go fix on repo.
2023-07-26 13:52:40 -07:00
Spencer Comfort b6d1daaf20
check.yaml: update actions to v3 (#876) 2023-02-28 16:18:14 +00:00
cthuang 2b3707e2b9 TUN-6717: Update Github action to run with Go 1.19 2022-08-31 12:22:57 +01:00
Sudarsan Reddy 337591b2bb TUN-6414: Remove go-sumtype from cloudflared build process
This PR removes go-sumtype from cloudflared's build processes.

The value we see from analysing exhaustive match patterns in go is minimal (we can do this in code reviews) compared to using a tool that is unmaintained and (now broken) in Go 1.18.

We'd already been using the patched version here: https://github.com/sudarshan-reddy/go-sumtype because the original is broken for go tools > 1.16
2022-06-17 09:23:44 +01:00
Sudarsan Reddy 671754fd19 TUN-5012: Use patched go-sumtype 2021-08-30 10:10:25 +01:00
Sudarsan Reddy d1801776b0 TUN-5009: Updated github action to use go 1.17.x for checks 2021-08-29 09:29:09 +00:00
Areg Harutyunyan 4d43a70a38 Setup a Github action for checking the cloudflared build 2021-05-04 14:31:22 +01:00