github / github/vscode-github-actions
Suggest to update a new major version of Action
- Lingua principale
- TypeScript
- Stelle
- 660
- Fork
- 213
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**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!
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- github-actions, typescript
- Ambito
- ci-cd, tooling
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100