github / github/vscode-github-actions

Suggest to update a new major version of Action

未關閉
#238 1 則留言 12 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
TypeScript
星號
660
分支
213
PR 合併指標
30 天內沒有已合併 PR

描述

**Describe the solution you'd like**

Let's say I use the `actions/setup-go` in my workflow file:

```yaml
- name: Set up Go
uses: actions/setup-go@v3
with:
cache: true
go-version-file: go.mod
```

I'd like this extension to show me yellow underline telling me to update to v4 of this action, so I'd have:

```yaml
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
```

Small feature but would be nice to have it!

貢獻指南

開啟貢獻指南

研究方向

Start by locating the extension's validation or diagnostic handling for `uses` entries in the workflow YAML example. Check how action versions are currently identified, then verify the feature with a workflow using `actions/setup-go@v3`; it is done when that reference receives a yellow underline recommending `@v4` without altering unrelated references.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
github-actions, typescript
領域
ci-cd, tooling
Issue 類型
功能
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。