From 019a3d5a523bfa5cf1bee0a43a22852d5216a557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:53:36 +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.5.0 to 1.5.2. - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](https://github.com/docker/cagent-action/compare/c22076b8856ee12d9b4c4685bb49cf26eb974079...2a43a3882401f45e3114df7f6d66eca184993a90) --- updated-dependencies: - dependency-name: docker/cagent-action/.github/workflows/review-pr.yml dependency-version: 1.5.2 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 63603b77b441..933085aaa9f7 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -14,7 +14,7 @@ jobs: if: | github.event_name == 'issue_comment' || github.event.workflow_run.conclusion == 'success' - uses: docker/cagent-action/.github/workflows/review-pr.yml@c22076b8856ee12d9b4c4685bb49cf26eb974079 # v1.5.0 + uses: docker/cagent-action/.github/workflows/review-pr.yml@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2 # Scoped to the job so other jobs in this workflow aren't over-permissioned permissions: contents: read # Read repository files and PR diffs