Outputs from out-of-date actions can now be hidden in Airlock
Posted:
Airlock displays the output files that have been produced by actions that have been run for a workspace.
Some of those outputs may have been produced by an action that no longer exists in the project.yaml . The files still exist, but are “out-of-date” with respect to the current project.yaml
We now hide these outputs from out-of-date actions by default to keep your workspace uncluttered. A notice at the top of the tree shows how many such outputs exist.

If you need to see these outputs, you can click on the show link to reveal them.
- Link to documentation
- Pull request: opensafely-core/airlock#1210