From 80664d0c609635a29d448ccab8072229c1b40c00 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 13 May 2026 05:59:51 +0000 Subject: [PATCH] fix: update exclusions.json entries and refine checkout action version in action.yml --- .gitea/ai-review/exclusions.json | 8 ++++---- action.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/ai-review/exclusions.json b/.gitea/ai-review/exclusions.json index acd247d..06f9d41 100644 --- a/.gitea/ai-review/exclusions.json +++ b/.gitea/ai-review/exclusions.json @@ -2,18 +2,18 @@ "version": "1.0", "exclusions": [ { - "id": 2, - "title": "使用來自內部 Gitea 伺服器的自訂 Action 的供應鏈風險", + "id": 1, + "title": "使用來自非官方來源的自訂 Action 的供應鏈風險", "reason": "列入排除問題" }, { "id": 3, - "title": "composite action 缺乏自動化整合測試", + "title": "cache-nuget@v0.0.3 釘選到修補版本", "reason": "列入排除問題" }, { "id": 4, - "title": "新的 dotnet restore 條件判斷需要整合測試覆蓋邊界條件", + "title": "action 需要 skip_checkout / skip_cache 兩個 inputs", "reason": "列入排除問題" } ] diff --git a/action.yml b/action.yml index ff594d9..e23e5a8 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ runs: using: 'composite' steps: - name: 取得專案 - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6 - name: 快取 NUGET 套件 id: cache-nuget uses: https://gitea.jsc.idv.tw/actions/cache-nuget@v0.0.3