philips-software / docker-ci-scripts

Docker CI scripts
MIT License
12 stars 9 forks source link

Add pinned versions of github actions #170

Closed JeroenKnoops closed 1 year ago

JeroenKnoops commented 1 year ago

I've used Ratchet to pin the versions.

Commandline:

find . -name "*.yml" -path "./.github/workflows/*" -exec ratchet pin {} \;