fix: update exclusions.json entries and refine checkout action version in action.yml

This commit is contained in:
2026-05-13 05:59:51 +00:00
parent 141aace811
commit 80664d0c60
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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": "列入排除問題"
}
]
+1 -1
View File
@@ -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