Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,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@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4
with:
agent: agentcatalog/github-action-release-notes
prompt: |
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/review-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
comment-author-type: ${{ steps.read.outputs.comment-author-type }}
steps:
- name: Setup credentials
uses: docker/cagent-action/setup-credentials@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action/setup-credentials@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4

- name: Verify token for cross-run artifact download
shell: bash
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
if: |
steps.command.outputs.is_review != 'false' &&
steps.draft.outputs.skip != 'true'
uses: docker/cagent-action/setup-credentials@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action/setup-credentials@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4

- name: Check if org member
id: membership
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
steps.draft.outputs.skip != 'true'
id: run-review
continue-on-error: true
uses: docker/cagent-action/review-pr@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action/review-pr@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4
with:
pr-number: ${{ steps.pr.outputs.number }}
comment-id: ${{ inputs.comment-id || github.event.comment.id }}
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:

- name: Setup credentials
if: inputs.trigger-run-id != ''
uses: docker/cagent-action/setup-credentials@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action/setup-credentials@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4

- name: Verify token for cross-run artifact download
if: inputs.trigger-run-id != ''
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:

- name: Setup credentials
if: steps.check.outputs.is_agent == 'true'
uses: docker/cagent-action/setup-credentials@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action/setup-credentials@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4

- name: Check authorization
if: steps.check.outputs.is_agent == 'true'
Expand Down Expand Up @@ -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@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action/review-pr/reply@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4
with:
thread-context: ${{ steps.thread.outputs.prompt }}
comment-id: ${{ steps.feedback.outputs.comment-id }}
Expand Down Expand Up @@ -751,7 +751,7 @@ jobs:

steps:
- name: Setup credentials
uses: docker/cagent-action/setup-credentials@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action/setup-credentials@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4

- name: Download trigger context
if: inputs.trigger-run-id != ''
Expand Down Expand Up @@ -817,7 +817,7 @@ jobs:
- name: Run mention-reply handler
id: mention-context
if: steps.resolve-event.outputs.path != ''
uses: docker/cagent-action/.github/actions/mention-reply@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action/.github/actions/mention-reply@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4
env:
GITHUB_EVENT_PATH: ${{ steps.resolve-event.outputs.path }}
GITHUB_EVENT_NAME: ${{ steps.resolve-event.outputs.name }}
Expand All @@ -829,7 +829,7 @@ jobs:
if: steps.mention-context.outputs.should-reply == 'true'
id: run-reply
continue-on-error: true
uses: docker/cagent-action/review-pr/mention-reply@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action/review-pr/mention-reply@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4
with:
mention-context: ${{ steps.mention-context.outputs.prompt }}
owner: ${{ steps.mention-context.outputs.owner }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Setup credentials
if: steps.fork-check.outputs.is_fork != 'true'
uses: docker/cagent-action/setup-credentials@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
uses: docker/cagent-action/setup-credentials@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4

- name: Write synthetic issue_comment event
if: steps.fork-check.outputs.is_fork != 'true'
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:

- name: Setup credentials
if: steps.fork-check.outputs.is_fork != 'true'
uses: docker/cagent-action/setup-credentials@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
uses: docker/cagent-action/setup-credentials@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4

- name: Create anchor review comment
if: steps.fork-check.outputs.is_fork != 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:

- name: Setup credentials
if: steps.fork-check.outputs.is_fork != 'true'
uses: docker/cagent-action/setup-credentials@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
uses: docker/cagent-action/setup-credentials@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4

- name: Create anchor issue comment on current PR
if: steps.fork-check.outputs.is_fork != 'true'
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:

- name: Setup credentials
if: steps.fork-check.outputs.is_fork != 'true'
uses: docker/cagent-action/setup-credentials@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
uses: docker/cagent-action/setup-credentials@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4

- name: Create anchor review comment on current PR
if: steps.fork-check.outputs.is_fork != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-agent-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup credentials
uses: docker/cagent-action/setup-credentials@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action/setup-credentials@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4

- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions review-pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,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@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4
env:
ACTION_PATH: ${{ github.action_path }}
with:
Expand Down Expand Up @@ -753,7 +753,7 @@ runs:
- name: Run PR Review
if: steps.lock-check.outputs.skip != 'true'
id: run-review
uses: docker/cagent-action@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4
env:
ACTION_PATH: ${{ github.action_path }}
with:
Expand Down
2 changes: 1 addition & 1 deletion review-pr/mention-reply/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
- name: Run mention reply agent
id: run-mention-reply
continue-on-error: true
uses: docker/cagent-action@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4
env:
ACTION_PATH: ${{ github.action_path }}
with:
Expand Down
2 changes: 1 addition & 1 deletion review-pr/reply/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
- name: Run reply agent
id: run-reply
continue-on-error: true
uses: docker/cagent-action@f208610469d69f20983cad64c577949a132caa33 # v1.5.3
uses: docker/cagent-action@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4
env:
ACTION_PATH: ${{ github.action_path }}
with:
Expand Down
Loading