Skip to content

chore: update actions/checkout to v4.2.2 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

capytan
Copy link
Contributor

@capytan capytan commented Mar 21, 2025

Motivation / Background

This Pull Request has been created to improve the security and stability of our GitHub Actions workflow by updating the actions/checkout action to a specific version. This follows the security best practice recommended by GitHub to prevent potential supply chain attacks.

Detail

This Pull Request changes the version reference in our GitHub Actions workflow from a floating version tag to a specific commit hash:

  • Updates actions/checkout from v2 to v4.2.2 (commit hash: 11bd71901bbe5b1630ceea73d27597364c9af683)

Checklist

  • This Pull Request is related to one change. Unrelated changes should be opened in separate PRs.
  • Commit message has a detailed description of what changed and why.
  • No tests are needed as this is a workflow configuration change.
  • No CHANGELOG update needed as this is an internal workflow change.

- Update GitHub Actions checkout action from v2 to v4.2.2
- Use specific commit hash for better reproducibility and security
@capytan capytan self-assigned this Mar 21, 2025
@capytan capytan requested a review from a team as a code owner March 21, 2025 10:28
Copy link
Contributor

@nappannda nappannda left a comment

Choose a reason for hiding this comment

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

LGTM〜〜〜

@nappannda nappannda merged commit c5b4ee4 into main Apr 1, 2025
2 checks passed
@nappannda nappannda deleted the use-commit-hash-for-github-actions branch April 1, 2025 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants