2 Commits

Author SHA1 Message Date
Yue-bin
8d7d08b99e ci: 正确的仓库
All checks were successful
Publish Release / build (push) Successful in 1m3s
2026-02-19 18:46:31 +08:00
Yue-bin
8262b70292 ci(gitea): 固定 workflow action 版本以提高安全性
Some checks failed
Publish Release / build (push) Failing after 3s
将 actions/checkout 和 actions/setup-dotnet 从浮动版本标签
更新为固定的提交哈希和特定版本号,防止潜在的安全风险并
确保 CI/CD 构建的可重复性。
2026-02-19 18:39:06 +08:00

View File

@@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout
uses: http://MonBianG.lan:3000/actions/checkout@v4
uses: http://MonBianG.lan:3000/action/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup .NET
uses: http://MonBianG.lan:3000/actions/setup-dotnet@v4
uses: http://MonBianG.lan:3000/action/setup-dotnet@v4.3.0
with:
dotnet-version: 8.0.x
@@ -27,7 +27,7 @@ jobs:
# 使用 Gitea Release Action 创建 Release
- name: Create Release
uses: http://MonBianG.lan:3000/actions/gitea-release-action@main
uses: http://MonBianG.lan:3000/action/gitea-release-action@main
with:
# 使用推送的标签名作为版本号
tag: ${{ github.ref_name }}