From 69ace2db655e664f6dff24e9e40a115437c36f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 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.4.1 to 1.4.2. - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](https://github.com/docker/cagent-action/compare/d98096f432f2aea5091c811852c4da804e60623a...f3b82c50bfaca431899c1fcd8f9d2fdd4fe40300) --- updated-dependencies: - dependency-name: docker/cagent-action/.github/workflows/review-pr.yml dependency-version: 1.4.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 0e0c6b8f1f41..9e64aca39a45 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -20,7 +20,7 @@ permissions: jobs: review: - uses: docker/cagent-action/.github/workflows/review-pr.yml@d98096f432f2aea5091c811852c4da804e60623a # v1.4.1 + uses: docker/cagent-action/.github/workflows/review-pr.yml@f3b82c50bfaca431899c1fcd8f9d2fdd4fe40300 # v1.4.2 # Scoped to the job so other jobs in this workflow aren't over-permissioned permissions: contents: read # Read repository files and PR diffs