From e5293f7658c2120817339a7c816a1fcb8f944159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:43:01 +0000 Subject: [PATCH] build(deps): bump docker/cagent-action/.github/workflows/review-pr.yml Bumps [docker/cagent-action/.github/workflows/review-pr.yml](https://github.com/docker/cagent-action) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](https://github.com/docker/cagent-action/compare/dba0ca51938c78afb363625363c50582243218d6...f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f) --- updated-dependencies: - dependency-name: docker/cagent-action/.github/workflows/review-pr.yml dependency-version: 1.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 8cc57dc05104..6db8f43bf35d 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -18,7 +18,7 @@ permissions: jobs: review: - uses: docker/cagent-action/.github/workflows/review-pr.yml@dba0ca51938c78afb363625363c50582243218d6 # v1.3.1 + uses: docker/cagent-action/.github/workflows/review-pr.yml@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 permissions: contents: read # Read repo files and PR diffs pull-requests: write # Post review comments, approve / request changes