From 8b757900771b16ae1fc92e5617b80cd01e22c357 Mon Sep 17 00:00:00 2001 From: "docker-agent[bot]" Date: Wed, 15 Apr 2026 16:09:20 +0000 Subject: [PATCH] chore: update cagent-action to v1.4.0 --- .github/workflows/pr-describe.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/reply-to-feedback.yml | 4 ++-- .github/workflows/review-pr.yml | 14 +++++++------- .github/workflows/security-scan.yml | 4 ++-- .github/workflows/self-review-pr.yml | 4 ++-- .github/workflows/update-docker-agent-version.yml | 2 +- review-pr/action.yml | 4 ++-- review-pr/reply/action.yml | 2 +- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/pr-describe.yml b/.github/workflows/pr-describe.yml index 7164559..7f57b0f 100644 --- a/.github/workflows/pr-describe.yml +++ b/.github/workflows/pr-describe.yml @@ -21,7 +21,7 @@ jobs: id-token: write steps: - name: Setup credentials - uses: docker/cagent-action/.github/actions/setup-credentials@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/.github/actions/setup-credentials@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 - name: Create check run id: create-check @@ -152,7 +152,7 @@ jobs: - name: Generate description with AI id: generate - uses: docker/cagent-action@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 with: agent: agentcatalog/github-action-pr-description-generator prompt: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c643c38..1b25864 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -567,7 +567,7 @@ jobs: id: slack-summary # Pinned to a SHA — automatically updated by the update-self-refs job after each release. # GitHub Actions requires static `uses:` values, so we can't pin dynamically. - uses: docker/cagent-action@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 with: agent: agentcatalog/github-action-release-notes prompt: | diff --git a/.github/workflows/reply-to-feedback.yml b/.github/workflows/reply-to-feedback.yml index 7b5db86..6cc81cf 100644 --- a/.github/workflows/reply-to-feedback.yml +++ b/.github/workflows/reply-to-feedback.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Setup credentials - uses: docker/cagent-action/.github/actions/setup-credentials@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/.github/actions/setup-credentials@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 # ---------------------------------------------------------------- # Download artifact from the triggering workflow run @@ -313,7 +313,7 @@ jobs: if: steps.meta.outputs.proceed == 'true' && steps.auth.outputs.authorized == 'true' && steps.checkout.outcome == 'success' && steps.thread.outcome == 'success' id: run-reply continue-on-error: true - uses: docker/cagent-action/review-pr/reply@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/review-pr/reply@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 with: thread-context: ${{ steps.thread.outputs.prompt }} comment-id: ${{ steps.meta.outputs.comment_id }} diff --git a/.github/workflows/review-pr.yml b/.github/workflows/review-pr.yml index 3bf4ed6..8de9ef4 100644 --- a/.github/workflows/review-pr.yml +++ b/.github/workflows/review-pr.yml @@ -12,7 +12,7 @@ # # jobs: # review: -# uses: docker/cagent-action/.github/workflows/review-pr.yml@VERSION +# uses: docker/cagent-action/.github/workflows/review-pr.yml@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 # # Scoped to the job so other jobs in this workflow aren't over-permissioned # permissions: # contents: read # Read repository files and PR diffs @@ -126,7 +126,7 @@ jobs: steps: - name: Setup credentials - uses: docker/cagent-action/.github/actions/setup-credentials@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/.github/actions/setup-credentials@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 - name: Get PR number id: get-pr @@ -214,7 +214,7 @@ jobs: if: steps.membership.outputs.is_member == 'true' id: run-review continue-on-error: true # Don't fail the calling workflow if the review errors - uses: docker/cagent-action/review-pr@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/review-pr@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 with: pr-number: ${{ steps.get-pr.outputs.pr-number }} additional-prompt: ${{ inputs.additional-prompt }} @@ -251,7 +251,7 @@ jobs: steps: - name: Setup credentials - uses: docker/cagent-action/.github/actions/setup-credentials@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/.github/actions/setup-credentials@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 - name: Check if commenter is org member id: membership @@ -335,7 +335,7 @@ jobs: if: steps.membership.outputs.is_member == 'true' id: run-review continue-on-error: true # Don't fail the calling workflow if the review errors - uses: docker/cagent-action/review-pr@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/review-pr@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 with: pr-number: ${{ inputs.pr-number || github.event.issue.number }} comment-id: ${{ inputs.comment-id || github.event.comment.id }} @@ -450,7 +450,7 @@ jobs: steps: - name: Setup credentials - uses: docker/cagent-action/.github/actions/setup-credentials@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/.github/actions/setup-credentials@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 - name: Check if reply is to agent comment id: check @@ -676,7 +676,7 @@ jobs: - name: Run reply if: steps.check.outputs.is_agent == 'true' && steps.auth.outputs.authorized == 'true' continue-on-error: true - uses: docker/cagent-action/review-pr/reply@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/review-pr/reply@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 with: thread-context: ${{ steps.thread.outputs.prompt }} comment-id: ${{ github.event.comment.id }} diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 4209440..3e65587 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 # Need full history to get commits from past week - name: Setup credentials - uses: docker/cagent-action/.github/actions/setup-credentials@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/.github/actions/setup-credentials@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 - name: Get commits from past week @@ -114,7 +114,7 @@ jobs: - name: Run security scan id: scan if: steps.commits.outputs.has_commits == 'true' - uses: docker/cagent-action@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 with: agent: agentcatalog/github-action-security-scanner prompt: ${{ steps.commits.outputs.prompt }} diff --git a/.github/workflows/self-review-pr.yml b/.github/workflows/self-review-pr.yml index 472d39f..ec33ed0 100644 --- a/.github/workflows/self-review-pr.yml +++ b/.github/workflows/self-review-pr.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Setup credentials - uses: docker/cagent-action/.github/actions/setup-credentials@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/.github/actions/setup-credentials@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 # For workflow_run events (fork PRs), download the artifact saved by pr-review-trigger.yml # to get the PR number. For pull_request events, read it directly from the event payload. @@ -184,7 +184,7 @@ jobs: steps: - name: Setup credentials - uses: docker/cagent-action/.github/actions/setup-credentials@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/.github/actions/setup-credentials@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 - name: Check if commenter is org member id: membership diff --git a/.github/workflows/update-docker-agent-version.yml b/.github/workflows/update-docker-agent-version.yml index 099e704..7eb4e4f 100644 --- a/.github/workflows/update-docker-agent-version.yml +++ b/.github/workflows/update-docker-agent-version.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup credentials - uses: docker/cagent-action/.github/actions/setup-credentials@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action/.github/actions/setup-credentials@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/review-pr/action.yml b/review-pr/action.yml index 0522c48..e324df3 100644 --- a/review-pr/action.yml +++ b/review-pr/action.yml @@ -678,7 +678,7 @@ runs: - name: Process pending feedback if: steps.lock-check.outputs.skip != 'true' && steps.pending-feedback.outputs.has_feedback == 'true' continue-on-error: true - uses: docker/cagent-action@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 env: ACTION_PATH: ${{ github.action_path }} with: @@ -790,7 +790,7 @@ runs: - name: Run PR Review if: steps.lock-check.outputs.skip != 'true' id: run-review - uses: docker/cagent-action@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 env: ACTION_PATH: ${{ github.action_path }} with: diff --git a/review-pr/reply/action.yml b/review-pr/reply/action.yml index 34749db..5930d32 100644 --- a/review-pr/reply/action.yml +++ b/review-pr/reply/action.yml @@ -73,7 +73,7 @@ runs: - name: Run reply agent id: run-reply continue-on-error: true - uses: docker/cagent-action@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f # v1.3.4 + uses: docker/cagent-action@da2dc7600994ad04b19e927b6aaf6a1ab5da4984 # v1.4.0 env: ACTION_PATH: ${{ github.action_path }} with: