Bump the github-actions group with 4 updates - #34089
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment), [actions/github-script](https://github.com/actions/github-script) and [Azure/login](https://github.com/azure/login). Updates `actions/checkout` from 4.4.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@11d5960...3d3c42e) Updates `mshick/add-pr-comment` from 2.8.2 to 3.12.0 - [Release notes](https://github.com/mshick/add-pr-comment/releases) - [Changelog](https://github.com/mshick/add-pr-comment/blob/main/CHANGELOG.md) - [Commits](mshick/add-pr-comment@b8f338c...ec328af) Updates `actions/github-script` from 7.1.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@f28e40c...3a2844b) Updates `Azure/login` from 2.1.0 to 3.0.2 - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@6b24568...7ddb5af) --- updated-dependencies: - 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: mshick/add-pr-comment dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: Azure/login dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Thank you for your contribution Dependabot (@dependabot)[bot]! We will review the pull request and get back to you soon. |
Copilot started reviewing on behalf of
Microsoft Azure (Azure)
September 16, 2026 12:44
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The composite environment-setup action still uses the old checkout pin in affected CI paths.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates pinned GitHub Actions across seven CI and automation workflows.
Changes:
- Upgrades checkout, GitHub Script, Azure Login, and PR comment actions.
- Refreshes immutable commit-SHA pins.
File summaries
| File | Description |
|---|---|
.github/workflows/TriggerReferenceDocsCI.yml |
Updates Azure authentication action. |
.github/workflows/GitHookNotice.yml |
Updates checkout action. |
.github/workflows/CCOA.yml |
Updates GitHub Script action. |
.github/workflows/BlockPRMerge.yml |
Updates GitHub Script action. |
.github/workflows/AzdevStyle.yml |
Updates checkout action. |
.github/workflows/AzdevLinter.yml |
Updates checkout action. |
.github/workflows/AddIssueCommentWithLabel.yml |
Updates checkout and PR comment actions. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| steps: | ||
| - name: Checkout CLI repo | ||
| uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| steps: | ||
| - name: Checkout CLI repo | ||
| uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
Collaborator
|
Bump the github-actions group |
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.
🤖 PR Validation — ️✔️ All clear
Bumps the github-actions group with 4 updates: actions/checkout, mshick/add-pr-comment, actions/github-script and Azure/login.
Updates
actions/checkoutfrom 4.4.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
... (truncated)
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
mshick/add-pr-commentfrom 2.8.2 to 3.12.0Release notes
Sourced from mshick/add-pr-comment's releases.
... (truncated)
Changelog
Sourced from mshick/add-pr-comment's changelog.
... (truncated)
Commits
ec328afchore(main): release 3.12.0 (#200)6a876dbfeat: support minimizing (hiding) comments (#201)4361959fix: handle delete-on-status in proxy comment path (#199)dbaea9fchore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#...3f6e586chore(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 in the npm_and_yarn gr...8e49278chore(main): release 3.11.0 (#194)87fe9effeat: add NOW template variable with configurable date format (#193)be5d48dchore(main): release 3.10.1 (#191)14d916echore(deps): bump fast-xml-parser from 5.5.9 to 5.7.1 in the npm_and_yarn gro...f160ebafix: skip comment creation whendeleteOnStatusmatchesstatus(#187)Updates
actions/github-scriptfrom 7.1.0 to 9.0.0Release notes
Sourced from actions/github-script's releases.
Commits
3a2844bMerge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...ca10bbdfix: use@octokit/core/types import for v7 compatibility86e48e2merge: incorporate main branch changesc108472chore: rebuild dist for v9 upgrade and getOctokit factoryafff112Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...ff8117eci: fix user-agent test to handle orchestration ID81c6b78ci: use deployment: false to suppress deployment noise from integration tests3953cafdocs: update README examples from@v8to@v9, add getOctokit docs and v9 brea...c17d55bci: add getOctokit integration test joba047196test: add getOctokit integration tests via callAsyncFunctionUpdates
Azure/loginfrom 2.1.0 to 3.0.2Release notes
Sourced from Azure/login's releases.
... (truncated)
Commits
7ddb5afprepare release v3.0.2d90bae5Cap@actions/execand@actions/corebelow the ESM-only 3.x majors (#628)ff48d59Bump uuid and@actions/core(#589)a26a331Bump brace-expansion from 1.1.12 to 1.1.18 (#616)ca06f43Refactor PS login to use a static param()-bound script (#607)905554eAdd admin-gated Release workflow (#610)1029b1aBump the github-actions group across 1 directory with 7 updates (#621)ae37a0dHarden Dependabot config for the CommonJS ncc build (#622)43c6847Docs uplift (#620)cf887bbBump picomatch from 2.3.1 to 2.3.2 (#582)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions