Question 034
### For any action published in GitHub Marketplace, you can often use it in multiple versions, which approach is the most stable and secure?
> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-versioned-actions
1. [x] Reference the commit SHA
1. [ ] Reference a version tag
1. [ ] Reference the main branch