From 0140f4b67146e55d4dadcb3820c4068793c22aaa Mon Sep 17 00:00:00 2001 From: YANGJINZE Date: Mon, 19 May 2025 15:06:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?ci/cd:=20=E4=BF=AE=E6=94=B9=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E7=BA=BF=E5=88=B01.0.3=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/docker-image.yml | 4 ++-- .github/workflows/go.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c755d03..f87cac7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,9 +13,9 @@ name: "CodeQL Advanced" on: push: - branches: [ "1.0.1" ] + branches: [ "1.0.3" ] pull_request: - branches: [ "1.0.1" ] + branches: [ "1.0.3" ] schedule: - cron: '34 15 * * 2' diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 221bac7..9452714 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,9 +2,9 @@ name: Build and Push Docker Image on: push: - branches: [ "1.0.2" ] + branches: [ "1.0.3" ] pull_request: - branches: [ "1.0.2" ] + branches: [ "1.0.3" ] jobs: build: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e172322..aa5b7ad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,9 +5,9 @@ name: Go on: push: - branches: [ "1.0.1" ] + branches: [ "1.0.3" ] pull_request: - branches: [ "1.0.1" ] + branches: [ "1.0.3" ] jobs: From 7ad8c45dc659c397c9421647b89ad16b30f77b2f Mon Sep 17 00:00:00 2001 From: YANGJINZE Date: Mon, 19 May 2025 15:16:06 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E8=87=B4?= =?UTF-8?q?=E8=B0=A2=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6109ac..30bfec9 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,8 @@ allinssl 17: 卸载ALLinSSL 🗑️ **感谢以下用户对本项目的支持和贡献:** - [@寒雨馨](https://www.hanyuxin.cn/) - +- [@suguer](https://github.com/suguer) +- [@Kbanma](https://github.com/Kbanma) ## 📜 许可证 本项目采用 [AGPL-3.0 license](./LICENSE) 开源协议