Skip to content

Conversation

@mariuscoto
Copy link
Member

@mariuscoto mariuscoto commented Jan 12, 2026

Pull Request Summary

This PR updates the GitHub Actions workflow (.github/workflows/build.yml) by pinning specific versions of actions used in the CI pipeline. Specifically, it updates the actions/checkout and pre-commit/action steps to reference fixed commit hashes instead of version tags. Pinning these versions helps ensure reproducible, stable CI runs by preventing unexpected changes from new action releases.

The changes are minimal and focused solely on the CI configuration, with no changes to source code or business logic.


Copy link
Collaborator

@gygAlexWeiss gygAlexWeiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, minor change on Github checkout and action for CI purposes only.

@gygAlexWeiss gygAlexWeiss merged commit 204d56d into main Jan 12, 2026
4 checks passed
steps:
- name: Checkout Code
uses: actions/checkout@v6.0.1
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

@gygAlexWeiss gygAlexWeiss deleted the pin-gh-action-versions branch January 12, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants