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
4 changes: 2 additions & 2 deletions .github/workflows/pr-describe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id-token: write
steps:
- name: Setup credentials
uses: docker/cagent-action/.github/actions/setup-credentials@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action/.github/actions/setup-credentials@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4

- name: Create check run
id: create-check
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:

- name: Generate description with AI
id: generate
uses: docker/cagent-action@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4
with:
agent: agentcatalog/github-action-pr-description-generator
prompt: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,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@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4
with:
agent: agentcatalog/github-action-release-notes
prompt: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reply-to-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Setup credentials
uses: docker/cagent-action/.github/actions/setup-credentials@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action/.github/actions/setup-credentials@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4

# ----------------------------------------------------------------
# Download artifact from the triggering workflow run
Expand Down Expand Up @@ -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@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action/review-pr/reply@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4
with:
thread-context: ${{ steps.thread.outputs.prompt }}
comment-id: ${{ steps.meta.outputs.comment_id }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/review-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
comment-json: ${{ steps.read.outputs.comment-json }}
steps:
- name: Setup credentials
uses: docker/cagent-action/.github/actions/setup-credentials@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action/.github/actions/setup-credentials@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4

- name: Verify token for cross-run artifact download
shell: bash
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
if: |
steps.command.outputs.is_review != 'false' &&
steps.draft.outputs.skip != 'true'
uses: docker/cagent-action/.github/actions/setup-credentials@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action/.github/actions/setup-credentials@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4

- name: Check if org member
id: membership
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
steps.draft.outputs.skip != 'true'
id: run-review
continue-on-error: true
uses: docker/cagent-action/review-pr@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action/review-pr@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.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/.github/actions/setup-credentials@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action/.github/actions/setup-credentials@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4

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

- name: Setup credentials
if: steps.bot-guard.outputs.is_bot != 'true' && steps.check.outputs.is_agent == 'true'
uses: docker/cagent-action/.github/actions/setup-credentials@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action/.github/actions/setup-credentials@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4

- name: Check authorization
if: steps.check.outputs.is_agent == 'true'
Expand Down Expand Up @@ -692,7 +692,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@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action/review-pr/reply@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4
with:
thread-context: ${{ steps.thread.outputs.prompt }}
comment-id: ${{ steps.feedback.outputs.comment-id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action/.github/actions/setup-credentials@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4


- name: Get commits from past week
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Run security scan
id: scan
if: steps.commits.outputs.has_commits == 'true'
uses: docker/cagent-action@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4
with:
agent: agentcatalog/github-action-security-scanner
prompt: ${{ steps.commits.outputs.prompt }}
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/.github/actions/setup-credentials@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action/.github/actions/setup-credentials@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.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 @@ -684,7 +684,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@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4
env:
ACTION_PATH: ${{ github.action_path }}
with:
Expand Down Expand Up @@ -798,7 +798,7 @@ runs:
- name: Run PR Review
if: steps.lock-check.outputs.skip != 'true'
id: run-review
uses: docker/cagent-action@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.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@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3
uses: docker/cagent-action@2369328cd25777eb0a4ff959a399b6d1a5204fc7 # v1.4.4
env:
ACTION_PATH: ${{ github.action_path }}
with:
Expand Down
Loading