Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 482 Bytes

github-readme.md

File metadata and controls

8 lines (7 loc) · 482 Bytes

Workflow versions

Workflow versions are pinned using this tool: https://github.com/mheap/pin-github-action. We can use this same tool to (carefully) update the pinned versions if the need arises.

find . -type f -name "*.yaml" | xargs -I@ pin-github-action @
find . -type f -name "*.yaml" | xargs -I@ prettier -w @

After this you have to go fix some formatting and remove some erroneous nulls that the tool added: mheap/pin-github-action#111.