Upgrade checkout refs and docs to v7#779
Open
HarithaVattikuti wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s GitHub Actions and documentation to reference actions/checkout and actions/setup-go v7, and includes accompanying dependency/dist/license refreshes in the action bundle.
Changes:
- Pin workflow
actions/checkoutusage to the v7.0.1 commit SHA. - Update docs/examples to reference
actions/checkout@v7andactions/setup-go@v7. - Refresh bundled
dist/output andpackage-lock.json, plus corresponding.licenses/entries for updated transitive deps.
Reviewed changes
Copilot reviewed 13 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates usage snippets to actions/setup-go@v7 and actions/checkout@v7. |
| docs/advanced-usage.md | Updates all example snippets to actions/checkout@v7 / actions/setup-go@v7. |
| .github/workflows/versions.yml | Pins actions/checkout to v7.0.1 SHA. |
| .github/workflows/microsoft-validation.yml | Pins actions/checkout to v7.0.1 SHA. |
| .github/workflows/windows-validation.yml | Pins actions/checkout to v7.0.1 SHA. |
| .github/workflows/publish-immutable-actions.yml | Pins actions/checkout to v7.0.1 SHA. |
| package-lock.json | Updates transitive dependency versions (brace-expansion, fast-xml-parser, is-unsafe, etc.). |
| dist/setup/index.js | Updated bundled output reflecting dependency changes and security-related logic adjustments. |
| dist/cache-save/index.js | Updated bundled output reflecting dependency changes and security-related logic adjustments. |
| .licenses/npm/xml-naming-0.3.0.dep.yml | Adds license metadata for newly bundled xml-naming@0.3.0. |
| .licenses/npm/xml-naming-0.1.0.dep.yml | Updates/ensures license metadata for xml-naming@0.1.0 still present in lockfile. |
| .licenses/npm/path-expression-matcher.dep.yml | Bumps recorded version to 1.6.2. |
| .licenses/npm/is-unsafe.dep.yml | Bumps recorded version to 2.0.0. |
| .licenses/npm/fast-xml-parser.dep.yml | Bumps recorded version to 5.10.1. |
| .licenses/npm/brace-expansion-5.0.8.dep.yml | Bumps recorded version to 5.0.8. |
| .licenses/npm/brace-expansion-1.1.16.dep.yml | Bumps recorded version to 1.1.16. |
| .licenses/npm/@nodable/entities.dep.yml | Bumps recorded version to 3.0.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
priyagupta108
approved these changes
Jul 24, 2026
priya-kinthali
approved these changes
Jul 24, 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.
Summary
Additional updates in branch