Bump the github-actions group across 1 directory with 9 updates - #10349
dependabot[bot] wants to merge 1 commit into
Conversation
|
Hi Dependabot (@dependabot)[bot], |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Thank you for your contribution Dependabot (@dependabot)[bot]! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
🟡 Changes recommended
Update the shared env-setup composite action so AzdevStyle and AzdevLinter use the new checkout and setup-python versions.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
This pull request updates pinned GitHub Actions used across CI, release, commenting, and artifact workflows.
Changes:
- Upgrades checkout, Python, GitHub Script, comment, and artifact actions.
- Updates Azure login/CLI and Harden Runner actions.
- Refreshes action references across repository workflows.
File summaries
| File | Summary |
|---|---|
.github/workflows/VersionCalPRComment.yml |
Updates checkout, Python, and artifact actions. |
.github/workflows/TriggerExtensionRelease.yml |
Updates release pipeline actions. |
.github/workflows/TestTriggerExtensionRelease.yml |
Updates test release pipeline actions. |
.github/workflows/GitHookNotice.yml |
Updates checkout action. |
.github/workflows/CreateReleaseTag.yml |
Updates checkout and Python actions. |
.github/workflows/CCOA.yml |
Updates GitHub Script actions. |
.github/workflows/BlockPRMerge.yml |
Updates GitHub Script action. |
.github/workflows/AzdevStyle.yml |
Updates checkout action; shared setup pins require updating. |
.github/workflows/AzdevLinter.yml |
Updates checkout action; shared setup pins require updating. |
.github/workflows/AddIssueCommentWithLabel.yml |
Updates checkout and comment actions. |
Review details
- Files reviewed: 10/10 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 extension repo | ||
| uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| steps: | ||
| - name: Checkout CLI extension repo | ||
| uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
|
Bump the github-actions group |
Bumps the github-actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.4.0` | `7.0.1` | | [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) | `2.8.2` | `3.12.0` | | [actions/github-script](https://github.com/actions/github-script) | `7.1.0` | `9.0.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `3.1.4` | `7.0.0` | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.7.0` | `2.21.1` | | [azure/login](https://github.com/azure/login) | `2.3.1` | `3.1.0` | | [azure/cli](https://github.com/azure/cli) | `2.2.0` | `3.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `8.0.1` | 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 `actions/setup-python` from 3.1.4 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3.1.4...5fda3b9) Updates `step-security/harden-runner` from 2.7.0 to 2.21.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@63c24ba...e14015d) Updates `azure/login` from 2.3.1 to 3.1.0 - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@7184910...a641126) Updates `azure/cli` from 2.2.0 to 3.0.0 - [Release notes](https://github.com/azure/cli/releases) - [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md) - [Commits](Azure/cli@9f7ce6f...9eb25b8) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) Updates `actions/download-artifact` from 4.3.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...3e5f45b) --- 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: actions/download-artifact dependency-version: 8.0.1 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: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: azure/cli dependency-version: 3.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 - 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: step-security/harden-runner dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
98516fb to
267b75c
Compare
Bumps the github-actions group with 9 updates in the / directory:
4.4.07.0.12.8.23.12.07.1.09.0.03.1.47.0.02.7.02.21.12.3.13.1.02.2.03.0.04.6.27.0.14.3.08.0.1Updates
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
actions/setup-pythonfrom 3.1.4 to 7.0.0Release notes
Sourced from actions/setup-python's releases.
... (truncated)
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)ece7cb0Fix pip cache error handling on Windows. (#1040)1d18d7aUpdate advanced-usage.md (#811)Updates
step-security/harden-runnerfrom 2.7.0 to 2.21.1Release notes
Sourced from step-security/harden-runner's releases.
... (truncated)
Commits
e14015dMerge pull request #690 from step-security/rc-439001249docs: update harden-runner version pin to v2.21.0 in getting started examplea447fbadocs: expand enterprise feature list and document custom VM and ubuntu-slim l...b0eaf8ddocs: clarify community vs enterprise tiers and add maintained actions section063e8e3Merge pull request #687 from rohan-stepsecurity/rp/fix/bin-echo-fallbackf46bdc1chore: bump agent-ebpf to v1.9.1 and agent to v0.16.342e6daafix: fall back to/bin/echofor non-usr-merged distros05e3151Merge pull request #684 from step-security/rc-420f37afafix: ignore denied-endpoints on non-enterprise tier93b58eefix: resolve cache host read-first and never downgrade egress policyUpdates
azure/loginfrom 2.3.1 to 3.1.0Release notes
Sourced from azure/login's releases.
... (truncated)
Commits
a641126prepare release v3.1.03c5b5ceAdd max-context-population input to override Azure PowerShell MaxCont… (#642)fcd0340Bump browserslist from 4.21.4 to 4.28.8 (#637)5a8018fBump js-yaml from 3.14.2 to 3.15.2 (#643)a23dddfci: reduce scheduled test frequency and clarify workflow names (#639)4c016e0docs: document immutable release model and correct branch reference (#640)63f3c38Automate release tagging via deploy key + self-pin bump (#638)92a0b67Add the ability to prevent the masking of clientId (#634)5cb857dPin GitHub Actions to full-length commit SHAs (#636)d90bae5Cap@actions/execand@actions/corebelow the ESM-only 3.x majors (#628)Updates
azure/clifrom 2.2.0 to 3.0.0Release notes
Sourced from azure/cli's releases.
Commits
9eb25b8Release v3.0.0 (#199)c1ad804Add changes (#198)41fca1bUpdated to use node24 (#197)cbea6ecchange the assignee (#191)Updates
actions/upload-artifactfrom 4.6.2 to 7.0.1Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEUpdates
actions/download-artifactfrom 4.3.0 to 8.0.1Release notes
Sourced from actions/download-artifact's releases.