fix: rename NuGet step and expand exclusions
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
"title": "使用來自非官方來源的自訂 Action 的供應鏈風險",
|
||||
"reason": "列入排除問題"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "Composite Action 將 shell 移到 runs 層級",
|
||||
"reason": "列入排除問題"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "cache-nuget@v0.0.3 釘選到修補版本",
|
||||
@@ -13,7 +18,22 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "action 需要 skip_checkout / skip_cache 兩個 inputs",
|
||||
"title": "快取 NuGet 套件動作更新至 v0.0.3 後需額外更新紀錄或測試清單",
|
||||
"reason": "列入排除問題"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "復原專案步驟依賴 cache-hit 輸出可能誤跳過 restore",
|
||||
"reason": "列入排除問題"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"title": "cache key 與專案檔變更的關聯應由外部 cache-nuget 動作管理",
|
||||
"reason": "列入排除問題"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"title": "action.yml 的流程需要自動化測試",
|
||||
"reason": "列入排除問題"
|
||||
}
|
||||
]
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ runs:
|
||||
steps:
|
||||
- name: 取得專案
|
||||
uses: actions/checkout@v6
|
||||
- name: 快取 NUGET 套件
|
||||
- name: 快取 NuGet 套件
|
||||
id: cache-nuget
|
||||
uses: https://gitea.jsc.idv.tw/actions/cache-nuget@v0.0.3
|
||||
- name: 復原專案
|
||||
|
||||
Reference in New Issue
Block a user