Bump the github-actions group across 1 directory with 7 updates - #48875
Bump the github-actions group across 1 directory with 7 updates#48875dependabot[bot] wants to merge 1 commit into
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). 10 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
Generated workflows must be regenerated so their manifests and compiler metadata match the updated action pins.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates pinned GitHub Actions dependencies across repository automation workflows.
Changes:
- Upgrades checkout, cache, Python, Node.js, and gh-aw actions.
- Retains commit-SHA pinning.
- Updates generated workflows without fully regenerating their metadata.
File summaries
| File | Reviewed change |
|---|---|
.github/workflows/verify-links.yml |
Updates checkout. |
.github/workflows/post-apiview.yml |
Updates checkout. |
.github/workflows/pipeline-analysis-next-steps.lock.yml |
Updates actions, but leaves generated manifest metadata stale. |
.github/workflows/pipeline-analysis-auto-fix.lock.yml |
Updates actions, but leaves generated manifest metadata stale. |
.github/workflows/mgmt-sdk-pr-review.lock.yml |
Updates gh-aw setup, but leaves generated manifest metadata stale. |
.github/workflows/issue-triage.lock.yml |
Updates actions, but leaves generated manifest metadata stale. |
.github/workflows/doc-consistency-check.lock.yml |
Updates actions, but leaves generated manifest metadata stale. |
.github/workflows/dependency-checker.yml |
Updates checkout and Python setup. |
.github/workflows/copilot-setup-steps.yml |
Updates setup actions; one version annotation is incorrect. |
.github/workflows/azure-sdk-tools.yml |
Updates checkout and Python setup. |
.github/workflows/agentics-maintenance.yml |
Directly edits a generated workflow without updating its gh-aw version. |
.github/workflows/actionlint.yml |
Updates checkout. |
Review details
Suppressed comments (1)
.github/workflows/copilot-setup-steps.yml:40
- The PR identifies this SHA as the v0.87.7 update, but the inline annotation says v0.87.8. Correct the annotation so future dependency audits do not report the wrong release.
uses: github/gh-aw-actions/setup-cli@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8
- Files reviewed: 12/12 changed files
- Comments generated: 6
- Review effort level: Balanced
| steps: | ||
| - name: Setup Scripts | ||
| uses: github/gh-aw-actions/setup@8c7d04ebf1ece56cd381446125da3e0f6896294a # v0.80.9 | ||
| uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8 |
| - name: Setup Scripts | ||
| id: setup | ||
| uses: github/gh-aw-actions/setup@8c7d04ebf1ece56cd381446125da3e0f6896294a # v0.80.9 | ||
| uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8 |
| - name: Setup Scripts | ||
| id: setup | ||
| uses: github/gh-aw-actions/setup@8c7d04ebf1ece56cd381446125da3e0f6896294a # v0.80.9 | ||
| uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8 |
| - name: Setup Scripts | ||
| id: setup | ||
| uses: github/gh-aw-actions/setup@423b3dc04bbf1b1797194a4a75aa5cf5d0d4f5b3 # v0.87.1 | ||
| uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8 |
| - name: Setup Scripts | ||
| id: setup | ||
| uses: github/gh-aw-actions/setup@8c7d04ebf1ece56cd381446125da3e0f6896294a # v0.80.9 | ||
| uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8 |
| - name: Setup Scripts | ||
| id: setup | ||
| uses: github/gh-aw-actions/setup@8c7d04ebf1ece56cd381446125da3e0f6896294a # v0.80.9 | ||
| uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8 |
Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.1.0` | `7.0.1` | | [github/gh-aw-actions/setup](https://github.com/github/gh-aw-actions) | `0.80.9` | `0.87.7` | | [github/gh-aw-actions/setup-cli](https://github.com/github/gh-aw-actions) | `0.80.9` | `0.87.7` | | [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-python](https://github.com/actions/setup-python) | `6.3.0` | `7.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.4.0` | `7.0.0` | Updates `actions/checkout` from 6.1.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.1.0...3d3c42e) Updates `github/gh-aw-actions/setup` from 0.80.9 to 0.87.7 - [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.80.9...1aa033c) Updates `github/gh-aw-actions/setup-cli` from 0.80.9 to 0.87.7 - [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@8c7d04e...1aa033c) 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-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@ece7cb0...5fda3b9) Updates `actions/setup-node` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6.4.0...8207627) --- 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.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/gh-aw-actions/setup dependency-version: 0.87.7 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.87.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dbd0904 to
a616bc9
Compare
There was a problem hiding this comment.
🔵 Needs a closer look
Generated workflows must be regenerated after updating their dependency sources so manifests and action pins remain consistent.
Review details
Suppressed comments (6)
.github/workflows/agentics-maintenance.yml:99
- This file is generated and explicitly says not to edit it (line 1), but
.github/aw/actions-lock.json:18-21still pins this setup action tov0.80.9. Update the gh-aw dependency source and regenerate the maintenance workflow; otherwise the nextgh aw compilecan revert this pin and the generated-version header remains misleading.
uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8
.github/workflows/doc-consistency-check.lock.yml:99
- This updates generated steps without updating the embedded
gh-aw-manifest, which still lists the old checkout, cache, setup-node, and setup SHAs. Since lines 1–3 mark this file as generated, update the dependency source and rungh aw compile --dependabot; otherwise dependency metadata is inaccurate and recompilation can restore the old pins.
uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8
.github/workflows/issue-triage.lock.yml:108
- This updates generated steps without updating the embedded
gh-aw-manifest, which still lists the old checkout, cache, setup-node, and setup SHAs. Since lines 1–3 mark this file as generated, update the dependency source and rungh aw compile --dependabot; otherwise dependency metadata is inaccurate and recompilation can restore the old pins.
uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8
.github/workflows/mgmt-sdk-pr-review.lock.yml:96
- The embedded
gh-aw-manifeststill recordsgithub/gh-aw-actions/setupat423b3dc..., while the executable steps now use1aa033c.... This generated file explicitly requires regeneration (lines 1–3); update the dependency source and rungh aw compile --dependabotso the manifest and all generated references remain consistent.
uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8
.github/workflows/pipeline-analysis-auto-fix.lock.yml:177
- The embedded
gh-aw-manifeststill recordsgithub/gh-aw-actions/setupat423b3dc..., while the executable steps now use1aa033c.... This generated file explicitly requires regeneration (lines 1–3); update the dependency source and rungh aw compile --dependabotso the manifest and all generated references remain consistent.
uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8
.github/workflows/pipeline-analysis-next-steps.lock.yml:167
- The embedded
gh-aw-manifeststill recordsgithub/gh-aw-actions/setupat423b3dc..., while the executable steps now use1aa033c.... This generated file explicitly requires regeneration (lines 1–3); update the dependency source and rungh aw compile --dependabotso the manifest and all generated references remain consistent.
uses: github/gh-aw-actions/setup@1aa033c7bf25ac9428fe521065b90c30a7070c4e # v0.87.8
- Files reviewed: 12/12 changed files
- Comments generated: 0 new
- Review effort level: Balanced
Bumps the github-actions group with 7 updates in the / directory:
6.1.07.0.10.80.90.87.70.80.90.87.75.0.56.1.05.0.56.1.06.3.07.0.06.4.07.0.0Updates
actions/checkoutfrom 6.1.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (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.80.9 to 0.87.7Release notes
Sourced from github/gh-aw-actions/setup's releases.
... (truncated)
Commits
1aa033cchore: sync actions from gh-aw@v0.87.6 (#219)2a78d04chore: sync actions from gh-aw@v0.87.5 (#218)ea4b911chore: sync actions from gh-aw@v0.87.4 (#217)b304200chore: sync actions from gh-aw@v0.87.2 (#216)423b3dcchore: sync actions from gh-aw@v0.87.1 (#215)b77e0d5chore: sync actions from gh-aw@v0.87.0 (#214)30aadb1chore: sync actions from gh-aw@v0.86.3 (#213)6aab9e5chore: sync actions from gh-aw@v0.86.2 (#212)8914f47chore: sync actions from gh-aw@v0.86.1 (#211)19356acchore: sync actions from gh-aw@v0.86.0 (#210)Updates
github/gh-aw-actions/setup-clifrom 0.80.9 to 0.87.7Release notes
Sourced from github/gh-aw-actions/setup-cli's releases.
... (truncated)
Commits
1aa033cchore: sync actions from gh-aw@v0.87.6 (#219)2a78d04chore: sync actions from gh-aw@v0.87.5 (#218)ea4b911chore: sync actions from gh-aw@v0.87.4 (#217)b304200chore: sync actions from gh-aw@v0.87.2 (#216)423b3dcchore: sync actions from gh-aw@v0.87.1 (#215)b77e0d5chore: sync actions from gh-aw@v0.87.0 (#214)30aadb1chore: sync actions from gh-aw@v0.86.3 (#213)6aab9e5chore: sync actions from gh-aw@v0.86.2 (#212)8914f47chore: sync actions from gh-aw@v0.86.1 (#211)19356acchore: sync actions from gh-aw@v0.86.0 (#210)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-pythonfrom 6.3.0 to 7.0.0Release notes
Sourced from actions/setup-python's releases.
Commits
5fda3b9Pin SHA commits and update docs with latest versions (#1338)4ab7e95Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6-2-00f3a009Remove the pip-install input (#1336)f8cf429Migrate to ESM and upgrade dependencies (#1330)54baeeaValidate and retry manifest fetch to prevent silent failures (#1332)c709277Annotation code fix (#1335)6849080remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data (#1328)Updates
actions/setup-nodefrom 6.4.0 to 7.0.0Release notes
Sourced from actions/setup-node's releases.
Commits
8207627Migrate to ESM and upgrade dependencies (#1574)04be95cAdd cache-primary-key and cache-matched-key as outputs (#1577)7c2c68ddocs: Update caching recommendations to mitigate cache poisoning risks (#1567)6a61c03Merge pull request #1569 from jasongin/update-actions-cache-5.1.030eb73bResolve high-severity audit issues4e1a87aUpdate dist360237fStrict equality4f8aac5Bump@actions/cacheto 5.1.0, log cache write deniedf4a67bbOnly usemirrorTokeningetManifestif it's provided (#1548)0355742Remove dummy NODE_AUTH_TOKEN export (#1558)