kovetskiy / mark

Sync your markdown files with Confluence pages.
https://samizdat.dev
Other
972 stars 143 forks source link

Pin Github actions dependencies #421

Closed stephenpaulger closed 2 months ago

stephenpaulger commented 5 months ago

I've made this change to try to improve mark's OpenSSF ScoreCard. ScoreCard has a check for pinned dependencies, including those used in the CI workflow. Currently mark has 0/10 for pinned dependencies and a contributor to that is not having used pinned actions. A good ScoreCard score can be helpful to users in enterprise environments where there is a need to show that thought has been given to the security of tools being used.

mark is already using dependabot and it looks to be configured to update github actions, it understands this format and will continue to send PRs to update dependencies in the CI.

stephenpaulger commented 4 months ago

This is out of date now, if you'd like to consider doing this you can let me know and I can redo it.

stephenpaulger commented 2 months ago

Closing this for now.