github / github/vscode-github-actions

Suggest to update a new major version of Action

Offen
#238 1 Kommentar 12 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
enhancement
Vorherrschende Sprache
TypeScript
Sterne
660
Forks
213
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

**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!

Beitragsleitfaden

Beitragsleitfaden öffnen

Rechercherichtung

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.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
github-actions, typescript
Bereich
ci-cd, tooling
Issue-Typ
Feature
Schwierigkeit
3/5
Geschätzter Aufwand
1-2 Tage
Aktivitätsstatus
Veraltet
Klarheit
Größtenteils klar
Anfängerfreundlichkeit
45/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.