chore(deps): bump the github-actions group across 1 directory with 6 updates - #10047
dependabot[bot] wants to merge 1 commit into
Conversation
|
Thank you for your contribution Dependabot (@dependabot)[bot]! We will review the pull request and get back to you soon. |
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
🟡 Changes recommended
Mutable action tags remain, and the generated maintenance workflow’s helper versions are out of sync with its generator.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates GitHub Actions dependencies used by CI and agentic maintenance workflows.
Changes:
- Upgrades checkout and Go setup actions.
- Updates gh-aw setup actions.
- Upgrades cache restore/save actions.
File summaries
| File | Description |
|---|---|
.github/workflows/copilot-setup-steps.yml |
Refreshes the gh-aw setup action digest. |
.github/workflows/cli-ci.yml |
Upgrades checkout and setup-go to v7. |
.github/workflows/agentics-maintenance.yml |
Upgrades checkout, cache, and gh-aw actions. |
Review details
Suppressed comments (1)
.github/workflows/cli-ci.yml:93
- This remains a mutable major tag while the other
actions/setup-gostep in this workflow is pinned to the v7.0.0 commit at line 78. Use the same immutable SHA here so the action code cannot change without review.
- uses: actions/setup-go@v7
- Files reviewed: 3/3 changed files
- Comments generated: 2
- Review effort level: Balanced
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| contents: read | ||
| steps: | ||
| - uses: actions/checkout@v6 | ||
| - uses: actions/checkout@v7 |
| steps: | ||
| - name: Setup Scripts | ||
| uses: github/gh-aw-actions/setup@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8 | ||
| uses: github/gh-aw-actions/setup@5e508589e03a7757a7e05b26e834292f5445bfb6 # v0.88.8 |
…updates Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `7` | | [github/gh-aw-actions/setup](https://github.com/github/gh-aw-actions) | `0.79.8` | `0.89.2` | | [github/gh-aw-actions/setup-cli](https://github.com/github/gh-aw-actions) | `0.79.8` | `0.89.2` | | [actions/cache/restore](https://github.com/actions/cache) | `5.0.5` | `6.1.0` | | [actions/cache/save](https://github.com/actions/cache) | `5.0.5` | `6.1.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `7` | Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v7) Updates `github/gh-aw-actions/setup` from 0.79.8 to 0.89.2 - [Release notes](https://github.com/github/gh-aw-actions/releases) - [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md) - [Commits](github/gh-aw-actions@v0.79.8...e67822c) Updates `github/gh-aw-actions/setup-cli` from 0.79.8 to 0.89.2 - [Release notes](https://github.com/github/gh-aw-actions/releases) - [Commits](github/gh-aw-actions@v0.79.8...v0.89.2) Updates `actions/cache/restore` from 5.0.5 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.5...55cc834) Updates `actions/cache/save` from 5.0.5 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.5...55cc834) Updates `actions/setup-go` from 5 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v7) --- updated-dependencies: - dependency-name: actions/cache/restore dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache/save dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/gh-aw-actions/setup dependency-version: 0.88.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/gh-aw-actions/setup-cli dependency-version: 0.88.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
cc36931 to
86b6d50
Compare
There was a problem hiding this comment.
🟡 Changes recommended
Generated manifests are stale, and several CI actions remain referenced through mutable tags.
Get a fresh assessment by requesting another Copilot review.
Review details
Suppressed comments (2)
.github/workflows/cli-ci.yml:93
- This mutable major tag differs from the SHA-pinned
setup-goreference already used by the precedingmagefile-testsjob. Reuse the resolved v7 commit so this job cannot execute changed action code without a reviewed dependency update.
- uses: actions/setup-go@v7
.github/workflows/cli-ci.yml:90
- This mutable major tag is the only unpinned
checkoutreference in this workflow; the other jobs already use the resolved v7 SHA. Pinning it prevents a tag move from changing CI code without review.
- uses: actions/checkout@v7
- Files reviewed: 7/7 changed files
- Comments generated: 4
- Review effort level: Balanced
| - uses: actions/checkout@v7 | ||
| - uses: actions/setup-go@v7 |
| - name: Setup Scripts | ||
| id: setup | ||
| uses: github/gh-aw-actions/setup@5e508589e03a7757a7e05b26e834292f5445bfb6 # v0.88.7 | ||
| uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 |
| - name: Setup Scripts | ||
| id: setup | ||
| uses: github/gh-aw-actions/setup@5e508589e03a7757a7e05b26e834292f5445bfb6 # v0.88.7 | ||
| uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 |
| - name: Setup Scripts | ||
| id: setup | ||
| uses: github/gh-aw-actions/setup@5e508589e03a7757a7e05b26e834292f5445bfb6 # v0.88.7 | ||
| uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 |
Bumps the github-actions group with 6 updates in the / directory:
470.79.80.89.20.79.80.89.25.0.56.1.05.0.56.1.057Updates
actions/checkoutfrom 4 to 7Release notes
Sourced from actions/checkout's releases.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
github/gh-aw-actions/setupfrom 0.79.8 to 0.89.2Release notes
Sourced from github/gh-aw-actions/setup's releases.
... (truncated)
Commits
e67822cchore: sync actions from gh-aw@v0.89.2 (#237)4537e59chore: sync actions from gh-aw@v0.89.1 (#236)af9516bchore: sync actions from gh-aw@v0.89.0 (#233)5e50858chore: sync actions from gh-aw@v0.88.7 (#232)d462c12chore: sync actions from gh-aw@v0.88.5 (#231)be41addchore: sync actions from gh-aw@v0.88.4 (#230)49459c7chore: sync actions from gh-aw@v0.88.3 (#229)9271a18chore: sync actions from gh-aw@v0.88.2 (#227)afc709fchore: sync actions from gh-aw@v0.88.0 (#224)bc8c008chore: sync actions from gh-aw@v0.87.10 (#222)Updates
github/gh-aw-actions/setup-clifrom 0.79.8 to 0.89.2Release notes
Sourced from github/gh-aw-actions/setup-cli's releases.
... (truncated)
Commits
e67822cchore: sync actions from gh-aw@v0.89.2 (#237)4537e59chore: sync actions from gh-aw@v0.89.1 (#236)af9516bchore: sync actions from gh-aw@v0.89.0 (#233)5e50858chore: sync actions from gh-aw@v0.88.7 (#232)d462c12chore: sync actions from gh-aw@v0.88.5 (#231)be41addchore: sync actions from gh-aw@v0.88.4 (#230)49459c7chore: sync actions from gh-aw@v0.88.3 (#229)9271a18chore: sync actions from gh-aw@v0.88.2 (#227)afc709fchore: sync actions from gh-aw@v0.88.0 (#224)bc8c008chore: sync actions from gh-aw@v0.87.10 (#222)Updates
actions/cache/restorefrom 5.0.5 to 6.1.0Release notes
Sourced from actions/cache/restore's releases.
Changelog
Sourced from actions/cache/restore's changelog.
... (truncated)
Commits
55cc834Merge pull request #1768 from jasongin/readonly-cached8cd72fBump@actions/cacheto v6.1.0 - handle cache write error due to RO token2c8a9bdMerge pull request #1760 from actions/samirat/esm_migration_and_package_updatee9b91fdPrettier fixese4884b8Rebuild dist10baf01Fixed licensese39b386Fix test mock return orderb692820PR feedback6074912Rebuild dist bundles as ESM to match type:module5a912e8Fix lint and jest issuesUpdates
actions/cache/savefrom 5.0.5 to 6.1.0Release notes
Sourced from actions/cache/save's releases.
Changelog
Sourced from actions/cache/save's changelog.
... (truncated)
Commits
55cc834Merge pull request #1768 from jasongin/readonly-cached8cd72fBump@actions/cacheto v6.1.0 - handle cache write error due to RO token2c8a9bdMerge pull request #1760 from actions/samirat/esm_migration_and_package_updatee9b91fdPrettier fixese4884b8Rebuild dist10baf01Fixed licensese39b386Fix test mock return orderb692820PR feedback6074912Rebuild dist bundles as ESM to match type:module5a912e8Fix lint and jest issuesUpdates
actions/setup-gofrom 5 to 7Release notes
Sourced from actions/setup-go's releases.
... (truncated)
Commits
b7ad1dachore(deps): bump@actions/cacheto 6.2.0 (#771)0778a10Migrate to ESM and upgrade dependencies (#763)924ae3achore: bump version to 6.5.0 in package.json and package-lock.json (#762)e91cc3bBump@actions/cacheto 5.1.0, log cache write denied (#758)4a2405echore: update@types/nodeand@typescript-eslintdependencies to latest versi...78961f6chore: update@actionsdependencies and refresh license cache (#744)4a36011docs: fix Microsoft build of Go link (#734)8f19afcfeat: add go-download-base-url input for custom Go distributions (#721)27fdb26Bump minimatch from 3.1.2 to 3.1.5 (#727)def8c39Rearrange README.md, add advanced-usage.md (#724)