Pin SHA commits and update docs with latest versions#1338
Open
HarithaVattikuti wants to merge 3 commits into
Open
Pin SHA commits and update docs with latest versions#1338HarithaVattikuti wants to merge 3 commits into
HarithaVattikuti wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates GitHub Actions workflow dependencies to use immutable commit-SHA pins (notably actions/checkout v7.0.0) and refreshes documentation snippets to reference the latest major versions for actions/checkout and actions/setup-python.
Changes:
- Pin
actions/checkoutto the v7.0.0 commit SHA across CI/e2e workflows. - Pin
actions/publish-immutable-actionto the v0.0.4 commit SHA in the release publishing workflow. - Update README and advanced usage docs examples to use
@v7foractions/checkoutandactions/setup-python.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates usage snippets to reference actions/checkout@v7 and actions/setup-python@v7. |
| docs/advanced-usage.md | Updates all example workflows to reference actions/checkout@v7 and actions/setup-python@v7. |
| .github/workflows/test-python.yml | Pins actions/checkout to the v7.0.0 commit SHA in Python e2e validation jobs. |
| .github/workflows/test-python-freethreaded.yml | Pins actions/checkout to the v7.0.0 commit SHA in free-threaded Python e2e jobs. |
| .github/workflows/test-pypy.yml | Pins actions/checkout to the v7.0.0 commit SHA in PyPy e2e jobs. |
| .github/workflows/test-graalpy.yml | Pins actions/checkout to the v7.0.0 commit SHA in GraalPy e2e jobs. |
| .github/workflows/publish-immutable-actions.yml | Pins actions/checkout (v7.0.0) and actions/publish-immutable-action (v0.0.4) to commit SHAs. |
| .github/workflows/e2e-tests.yml | Pins actions/checkout to the v7.0.0 commit SHA for e2e tests. |
| .github/workflows/e2e-cache.yml | Pins actions/checkout to the v7.0.0 commit SHA for cache e2e jobs. |
| .github/workflows/e2e-cache-freethreaded.yml | Pins actions/checkout to the v7.0.0 commit SHA for free-threaded cache e2e jobs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
priya-kinthali
previously approved these changes
Jul 16, 2026
v-jitenderpalsingh
previously approved these changes
Jul 16, 2026
HarithaVattikuti
dismissed stale reviews from v-jitenderpalsingh and priya-kinthali
via
July 16, 2026 15:47
e022812
priya-kinthali
approved these changes
Jul 17, 2026
v-jitenderpalsingh
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Related issue:
Add link to the related issue.
Check list: