Skip to content

Commit 005f1e2

Browse files
authored
Merge pull request #2454 from docker/auto/update-cagent-action
chore: update cagent-action to v1.4.1
2 parents 8a03846 + 0895fab commit 005f1e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ permissions:
1212

1313
jobs:
1414
review:
15-
uses: docker/cagent-action/.github/workflows/review-pr.yml@dba0ca51938c78afb363625363c50582243218d6 # v1.3.1
15+
uses: docker/cagent-action/.github/workflows/review-pr.yml@d98096f432f2aea5091c811852c4da804e60623a # v1.4.1
1616
# Scoped to the job so other jobs in this workflow aren't over-permissioned
1717
permissions:
1818
contents: read # Read repository files and PR diffs
1919
pull-requests: write # Post review comments and approve/request changes
2020
issues: write # Create security incident issues if secrets are detected in output
2121
checks: write # (Optional) Show review progress as a check run on the PR
22+
id-token: write # Required for OIDC authentication to AWS Secrets Manager
2223
secrets:
2324
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
2425
CAGENT_ORG_MEMBERSHIP_TOKEN: ${{ secrets.CAGENT_ORG_MEMBERSHIP_TOKEN }} # PAT with read:org scope; gates auto-reviews to org members only

0 commit comments

Comments
 (0)