Change GitHub Action version
Recipe ID
org.openrewrite.github.ChangeActionVersionArtifact
org.openrewrite.recipe:rewrite-github-actionsChange the version of a GitHub Action in any workflow.
Usage
You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.github.ChangeActionVersion --recipe-option "action=actions/setup-java" --recipe-option "version=v4"If the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-github-actions:3.28.0Options
| Name | Type | Description |
|---|---|---|
actionrequired | String | Name of the action to update. e.g. actions/setup-java |
versionrequired | String | Version to use. e.g. v4 |
oldSha | String | Restricts the change by the existing uses: ref. When omitted, the version is changed regardless of how the action is pinned (the default; commit SHA pins are rewritten). When set to an empty string, only references that are **not** pinned to a 40-character commit SHA are changed, preserving deliberate SHA pins. When set to a specific commit SHA, only references pinned to exactly that SHA are changed.e.g. 8f4b7f84864484a7bf31766abe9204da3cbe65b3 |
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats