|
87 | 87 | comment-json: ${{ steps.read.outputs.comment-json }} |
88 | 88 | steps: |
89 | 89 | - name: Setup credentials |
90 | | - uses: docker/cagent-action/.github/actions/setup-credentials@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3 |
| 90 | + uses: docker/cagent-action/.github/actions/setup-credentials@35bc9e044b0410abd8b802ad207b33f8250d5ca8 # v1.4.4 |
91 | 91 |
|
92 | 92 | - name: Verify token for cross-run artifact download |
93 | 93 | shell: bash |
@@ -233,7 +233,7 @@ jobs: |
233 | 233 | if: | |
234 | 234 | steps.command.outputs.is_review != 'false' && |
235 | 235 | steps.draft.outputs.skip != 'true' |
236 | | - uses: docker/cagent-action/.github/actions/setup-credentials@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3 |
| 236 | + uses: docker/cagent-action/.github/actions/setup-credentials@35bc9e044b0410abd8b802ad207b33f8250d5ca8 # v1.4.4 |
237 | 237 |
|
238 | 238 | - name: Check if org member |
239 | 239 | id: membership |
@@ -338,7 +338,7 @@ jobs: |
338 | 338 | steps.draft.outputs.skip != 'true' |
339 | 339 | id: run-review |
340 | 340 | continue-on-error: true |
341 | | - uses: docker/cagent-action/review-pr@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3 |
| 341 | + uses: docker/cagent-action/review-pr@35bc9e044b0410abd8b802ad207b33f8250d5ca8 # v1.4.4 |
342 | 342 | with: |
343 | 343 | pr-number: ${{ steps.pr.outputs.number }} |
344 | 344 | comment-id: ${{ inputs.comment-id || github.event.comment.id }} |
@@ -398,7 +398,7 @@ jobs: |
398 | 398 |
|
399 | 399 | - name: Setup credentials |
400 | 400 | if: inputs.trigger-run-id != '' |
401 | | - uses: docker/cagent-action/.github/actions/setup-credentials@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3 |
| 401 | + uses: docker/cagent-action/.github/actions/setup-credentials@35bc9e044b0410abd8b802ad207b33f8250d5ca8 # v1.4.4 |
402 | 402 |
|
403 | 403 | - name: Verify token for cross-run artifact download |
404 | 404 | if: inputs.trigger-run-id != '' |
@@ -532,7 +532,7 @@ jobs: |
532 | 532 |
|
533 | 533 | - name: Setup credentials |
534 | 534 | if: steps.bot-guard.outputs.is_bot != 'true' && steps.check.outputs.is_agent == 'true' |
535 | | - uses: docker/cagent-action/.github/actions/setup-credentials@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3 |
| 535 | + uses: docker/cagent-action/.github/actions/setup-credentials@35bc9e044b0410abd8b802ad207b33f8250d5ca8 # v1.4.4 |
536 | 536 |
|
537 | 537 | - name: Check authorization |
538 | 538 | if: steps.check.outputs.is_agent == 'true' |
@@ -692,7 +692,7 @@ jobs: |
692 | 692 | - name: Run reply |
693 | 693 | if: steps.check.outputs.is_agent == 'true' && steps.auth.outputs.authorized == 'true' |
694 | 694 | continue-on-error: true |
695 | | - uses: docker/cagent-action/review-pr/reply@ec4865576952df6285652f2cf8ffb4ad45ff5f80 # v1.4.3 |
| 695 | + uses: docker/cagent-action/review-pr/reply@35bc9e044b0410abd8b802ad207b33f8250d5ca8 # v1.4.4 |
696 | 696 | with: |
697 | 697 | thread-context: ${{ steps.thread.outputs.prompt }} |
698 | 698 | comment-id: ${{ steps.feedback.outputs.comment-id }} |
|
0 commit comments