Skip to content

chore: update cagent-action to v1.4.4#13745

Merged
glours merged 1 commit into
docker:mainfrom
derekmisler:auto/update-cagent-action
May 5, 2026
Merged

chore: update cagent-action to v1.4.4#13745
glours merged 1 commit into
docker:mainfrom
derekmisler:auto/update-cagent-action

Conversation

@derekmisler
Copy link
Copy Markdown
Contributor

@derekmisler derekmisler commented Apr 16, 2026

Automated update of docker/cagent-action reusable workflow reference.

Field Value
Version v1.4.4
SHA 2369328cd25777eb0a4ff959a399b6d1a5204fc7
Release https://github.com/docker/cagent-action/releases/tag/v1.4.4

This PR was created automatically by scripts/update-consumers.sh.

Note: v1.4.4 requires splitting the workflow into a trigger (untrusted, fork-safe) + review (trusted, workflow_run-driven) pair, and switches auth from PAT secrets to OIDC.

Copilot AI review requested due to automatic review settings April 16, 2026 18:17
@derekmisler derekmisler requested a review from a team as a code owner April 16, 2026 18:17
@derekmisler derekmisler requested review from glours and ndeloof April 16, 2026 18:17
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the reusable workflow reference for PR review automation to the latest docker/cagent-action release, keeping the repository’s CI automation in sync with upstream improvements and fixes.

Changes:

  • Bump docker/cagent-action/.github/workflows/review-pr.yml from v1.2.13 to v1.4.1.
  • Update the pinned commit SHA used for the reusable workflow to the v1.4.1 release SHA.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@derekmisler derekmisler force-pushed the auto/update-cagent-action branch 2 times, most recently from 6b08ec6 to 163db4a Compare April 16, 2026 18:36
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of the protections below have been added to the PR reviewer.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @derekmisler can you clean the pull_request double declaration please?

Comment thread .github/workflows/pr-review.yml Outdated
@derekmisler derekmisler force-pushed the auto/update-cagent-action branch from f9a4a46 to d4e09ab Compare April 20, 2026 15:55
@derekmisler derekmisler requested a review from glours April 20, 2026 15:55
@derekmisler derekmisler force-pushed the auto/update-cagent-action branch 4 times, most recently from 0f86912 to 7073cdd Compare April 20, 2026 18:20
@derekmisler derekmisler changed the title chore: update cagent-action to v1.4.1 chore: update cagent-action to v1.4.3 Apr 29, 2026
@derekmisler derekmisler force-pushed the auto/update-cagent-action branch from 7073cdd to 87ddbd2 Compare April 29, 2026 18:09
@derekmisler derekmisler marked this pull request as draft May 1, 2026 19:55
@derekmisler
Copy link
Copy Markdown
Contributor Author

I'm going to release a new version on Monday, so this can wait until then.

@derekmisler derekmisler force-pushed the auto/update-cagent-action branch from 87ddbd2 to af191d9 Compare May 4, 2026 20:18
@derekmisler derekmisler changed the title chore: update cagent-action to v1.4.3 chore: update cagent-action to v1.4.4 May 4, 2026
@derekmisler derekmisler marked this pull request as ready for review May 4, 2026 20:18
@derekmisler
Copy link
Copy Markdown
Contributor Author

ok, @glours, this is ready now

Copy link
Copy Markdown
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
FYI I added a comment to the PR description

@glours glours merged commit 60584e7 into docker:main May 5, 2026
41 checks passed
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request May 21, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker/compose](https://github.com/docker/compose) | patch | `v5.1.3` → `v5.1.4` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>docker/compose (docker/compose)</summary>

### [`v5.1.4`](https://github.com/docker/compose/releases/tag/v5.1.4)

[Compare Source](docker/compose@v5.1.3...v5.1.4)

#### What's Changed

##### ✨ Improvements

- feat: add stop lifecycle hook for external providers by [@&#8203;glours](https://github.com/glours) in [#&#8203;13779](docker/compose#13779)

##### 🐛 Fixes

- fix: route OCI artifact pulls through Docker Desktop HTTP proxy by [@&#8203;glours](https://github.com/glours) in [#&#8203;13770](docker/compose#13770)
- fix: restore stoppingEvent/stoppedEvent helpers for plugin stop hook by [@&#8203;glours](https://github.com/glours) in [#&#8203;13794](docker/compose#13794)
- fix(publish): flag literal inline environment values by [@&#8203;glours](https://github.com/glours) in [#&#8203;13760](docker/compose#13760)

##### 🔧  Internal

- ci: remove unused e2e job from merge workflow by [@&#8203;glours](https://github.com/glours) in [#&#8203;13740](docker/compose#13740)
- chore: update cagent-action to `v1.4.4` by [@&#8203;derekmisler](https://github.com/derekmisler) in [#&#8203;13745](docker/compose#13745)
- Change verb tense in Docker Compose reference documentation by [@&#8203;ryanjbonnell](https://github.com/ryanjbonnell) in [#&#8203;13773](docker/compose#13773)
- pkg/compose: go fix by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13782](docker/compose#13782)
- refactor: code deduplication and simplification by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13759](docker/compose#13759)
- fix: make e2e tests pass reliably locally with Docker Desktop by [@&#8203;glours](https://github.com/glours) in [#&#8203;13741](docker/compose#13741)
- refactor: drop Desktop beta-settings check; gate hint on LogsTab flag by [@&#8203;glours](https://github.com/glours) in [#&#8203;13755](docker/compose#13755)

##### ⚙️ Dependencies

- build(deps): bump github.com/mattn/go-shellwords from `1.0.12` to `1.0.13` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13731](docker/compose#13731)
- build(deps): bump github.com/docker/cli from `29.4.0+incompatible` to `29.4.2+incompatible` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13768](docker/compose#13768)
- build(deps): bump github.com/moby/moby/client from `0.4.0` to `0.4.1` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13752](docker/compose#13752)
- build(deps): bump github.com/docker/cli from `29.4.2+incompatible` to `29.4.3+incompatible` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13776](docker/compose#13776)
- build(deps): bump google.golang.org/grpc from `1.80.0` to `1.81.0` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13775](docker/compose#13775)
- build(deps):  update to `go 1.26.3` by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13783](docker/compose#13783)
- build(deps): bump google.golang.org/grpc from `1.81.0` to `1.81.1` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13791](docker/compose#13791)
- build(deps): bump github.com/compose-spec/compose-go/v2 from `2.10.2` to `2.11.0` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13798](docker/compose#13798)
- build(deps): bump github.com/docker/cli from `29.4.3+incompatible` to `29.5.1+incompatible` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13796](docker/compose#13796)
- build(deps): bump golang.org/x/sys from `0.42.0` to `0.44.0` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13788](docker/compose#13788)

#### New Contributors

- [@&#8203;ryanjbonnell](https://github.com/ryanjbonnell) made their first contribution in [#&#8203;13773](docker/compose#13773)

**Full Changelog**: <docker/compose@v5.1.3...v5.1.4>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODYuNCIsInVwZGF0ZWRJblZlciI6IjQzLjE4Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6cGF0Y2giXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants