Skip to content

Commit

Permalink
Remove reference to pinned action versions
Browse files Browse the repository at this point in the history
Although we want to move away from `latest` completely, we don't currently supported specifying versions so this parenthetical remark is misleading.

The exception here is `ehrql` which does require a version and doesn't accept `latest` – but I don't think there's any point complicating things at this stage in the text.
  • Loading branch information
evansd committed Sep 25, 2023
1 parent 73851f5 commit dac6c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/actions-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Every `project.yaml` requires a `version`, `expectations`, and `actions` section
In general, actions are composed as follows:

* Each action must be named using a valid YAML key (you won't go wrong with letters, numbers, and underscores) and must be unique.
* Each action must include a `run` key which includes an officially-supported command and a version (`latest` will always select the most recent version, but following initial development you should specify the version to ensure reproducibility).
* Each action must include a `run` key which includes an officially-supported command and a version (which at present is usually just `latest`).
* The `cohortextractor` command has the same options as described in the [cohortextractor section](actions-cohortextractor.md).
* The `python`, `r`, and `stata-mp` commands provide a locked-down execution environment that can take one or more `inputs` which are passed to the code.
* Each action must include an `outputs` key with at least one output, classified as either `highly_sensitive` or `moderately_sensitive`
Expand Down

0 comments on commit dac6c8f

Please sign in to comment.