Skip to content

Commit 4fb1ced

Browse files
authored
release(temp): pin self-refs to e34107d for v1.5.3
1 parent e34107d commit 4fb1ced

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ jobs:
510510
id: slack-summary
511511
# Pinned to a SHA — automatically updated by the update-self-refs job after each release.
512512
# GitHub Actions requires static `uses:` values, so we can't pin dynamically.
513-
uses: docker/cagent-action@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
513+
uses: docker/cagent-action@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
514514
with:
515515
agent: agentcatalog/github-action-release-notes
516516
prompt: |

.github/workflows/review-pr.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
comment-author-type: ${{ steps.read.outputs.comment-author-type }}
8989
steps:
9090
- name: Setup credentials
91-
uses: docker/cagent-action/setup-credentials@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
91+
uses: docker/cagent-action/setup-credentials@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
9292

9393
- name: Verify token for cross-run artifact download
9494
shell: bash
@@ -264,7 +264,7 @@ jobs:
264264
if: |
265265
steps.command.outputs.is_review != 'false' &&
266266
steps.draft.outputs.skip != 'true'
267-
uses: docker/cagent-action/setup-credentials@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
267+
uses: docker/cagent-action/setup-credentials@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
268268

269269
- name: Check if org member
270270
id: membership
@@ -326,7 +326,7 @@ jobs:
326326
steps.draft.outputs.skip != 'true'
327327
id: run-review
328328
continue-on-error: true
329-
uses: docker/cagent-action/review-pr@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
329+
uses: docker/cagent-action/review-pr@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
330330
with:
331331
pr-number: ${{ steps.pr.outputs.number }}
332332
comment-id: ${{ inputs.comment-id || github.event.comment.id }}
@@ -386,7 +386,7 @@ jobs:
386386

387387
- name: Setup credentials
388388
if: inputs.trigger-run-id != ''
389-
uses: docker/cagent-action/setup-credentials@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
389+
uses: docker/cagent-action/setup-credentials@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
390390

391391
- name: Verify token for cross-run artifact download
392392
if: inputs.trigger-run-id != ''
@@ -505,7 +505,7 @@ jobs:
505505
506506
- name: Setup credentials
507507
if: steps.check.outputs.is_agent == 'true'
508-
uses: docker/cagent-action/setup-credentials@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
508+
uses: docker/cagent-action/setup-credentials@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
509509

510510
- name: Check authorization
511511
if: steps.check.outputs.is_agent == 'true'
@@ -664,7 +664,7 @@ jobs:
664664
- name: Run reply
665665
if: steps.check.outputs.is_agent == 'true' && steps.auth.outputs.authorized == 'true'
666666
continue-on-error: true
667-
uses: docker/cagent-action/review-pr/reply@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
667+
uses: docker/cagent-action/review-pr/reply@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
668668
with:
669669
thread-context: ${{ steps.thread.outputs.prompt }}
670670
comment-id: ${{ steps.feedback.outputs.comment-id }}
@@ -739,7 +739,7 @@ jobs:
739739

740740
steps:
741741
- name: Setup credentials
742-
uses: docker/cagent-action/setup-credentials@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
742+
uses: docker/cagent-action/setup-credentials@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
743743

744744
- name: Download trigger context
745745
if: inputs.trigger-run-id != ''
@@ -805,7 +805,7 @@ jobs:
805805
- name: Run mention-reply handler
806806
id: mention-context
807807
if: steps.resolve-event.outputs.path != ''
808-
uses: docker/cagent-action/.github/actions/mention-reply@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
808+
uses: docker/cagent-action/.github/actions/mention-reply@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
809809
env:
810810
GITHUB_EVENT_PATH: ${{ steps.resolve-event.outputs.path }}
811811
GITHUB_EVENT_NAME: ${{ steps.resolve-event.outputs.name }}
@@ -817,7 +817,7 @@ jobs:
817817
if: steps.mention-context.outputs.should-reply == 'true'
818818
id: run-reply
819819
continue-on-error: true
820-
uses: docker/cagent-action/review-pr/mention-reply@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
820+
uses: docker/cagent-action/review-pr/mention-reply@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
821821
with:
822822
mention-context: ${{ steps.mention-context.outputs.prompt }}
823823
anthropic-api-key: ${{ env.ANTHROPIC_API_KEY_FROM_SSM || secrets.ANTHROPIC_API_KEY }}

.github/workflows/self-review-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: |
1515
github.event_name == 'issue_comment' ||
1616
github.event.workflow_run.conclusion == 'success'
17-
uses: docker/cagent-action/.github/workflows/review-pr.yml@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
17+
uses: docker/cagent-action/.github/workflows/review-pr.yml@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
1818
permissions:
1919
contents: read # Read repository files and PR diffs
2020
pull-requests: write # Post review comments

.github/workflows/update-docker-agent-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Setup credentials
23-
uses: docker/cagent-action/setup-credentials@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
23+
uses: docker/cagent-action/setup-credentials@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
2424

2525
- name: Checkout
2626
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

review-pr/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ runs:
626626
- name: Process pending feedback
627627
if: steps.lock-check.outputs.skip != 'true' && steps.pending-feedback.outputs.has_feedback == 'true'
628628
continue-on-error: true
629-
uses: docker/cagent-action@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
629+
uses: docker/cagent-action@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
630630
env:
631631
ACTION_PATH: ${{ github.action_path }}
632632
with:
@@ -740,7 +740,7 @@ runs:
740740
- name: Run PR Review
741741
if: steps.lock-check.outputs.skip != 'true'
742742
id: run-review
743-
uses: docker/cagent-action@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
743+
uses: docker/cagent-action@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
744744
env:
745745
ACTION_PATH: ${{ github.action_path }}
746746
with:

review-pr/mention-reply/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
- name: Run mention reply agent
6363
id: run-mention-reply
6464
continue-on-error: true
65-
uses: docker/cagent-action@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
65+
uses: docker/cagent-action@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
6666
env:
6767
ACTION_PATH: ${{ github.action_path }}
6868
with:

review-pr/reply/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
- name: Run reply agent
7474
id: run-reply
7575
continue-on-error: true
76-
uses: docker/cagent-action@2a43a3882401f45e3114df7f6d66eca184993a90 # v1.5.2
76+
uses: docker/cagent-action@e34107de82b532e905717fe7b020d8d485295bb1 # v1.5.3
7777
env:
7878
ACTION_PATH: ${{ github.action_path }}
7979
with:

0 commit comments

Comments
 (0)