actions-marketplace-validations/CodeGuru Reviewer
AWS CodeGuru Reviewer Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 1, 2022
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/aws-actions_codeguru-reviewer@be84fd2e1140159061a7a387ffd1d404ed8f75a1 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Repository name | no | ${{ github.repository }} |
| source_path | Path to Java source repository | no | . |
| build_path | Path to build artifact(s) - jar or class files in this directory will be uploaded for review | no | — |
| destination_commit | SHA of next commit to be committed to source code repository after an event | no | ${{ github.event.before || github.event.pull_request.base.sha }} |
| source_commit | SHA of previous commit in the source code repository existed before an event | no | ${{ github.event.after || github.event.pull_request.head.sha }} |
| merge_base_commit | SHA of a commit thats the merge base for before and after commits in a pull or merge request | no | ${{ github.event.pull_request.merge_commit_sha }} |
| source_branch | Source branch of the event | no | ${{ github.head_ref || github.ref}} |
| destination_branch | Destination branch of the event | no | ${{ github.base_ref || github.ref }} |
| kms_key_id | AWS KMS Key ID to use for encrypting source code/build artifacts. By default, Amazon-owned encryption key is used. Supplying this value overrides it to use Customer-owned encryption key | no | — |
| author | Author/Actor who triggered an event in the source code repository | no | ${{ github.event.actor }} |
| event_id | An identifier for the event that triggered CodeGuru Reviewer Analysis, e.g. Pull or Merge request id | no | ${{ github.event.number || github.run_number }} |
| event_name | Name of the event that triggered the CI/CD workflow [supported Events: push, pull, merge_request_event, schedule, workflow_dispatch] | no | ${{ github.event_name }} |
| event_state | State of the event that triggered the CI/CD workflow [example: pull_request: "opened"] | no | ${{ github.event.action }} |
| client_id | Unique identifier referring to a specific client version | no | GithubActions@v1 |
| s3_bucket | S3 Bucket which will be used for code reviews | yes | — |
| vendor_name | Vendor Name(e.g. GITHUB, GITLAB) for CI/CD. | no | GITHUB |
| output_format | Expected format for the results (e.g SARIF, SAST, JENKINS) | no | SARIF |
Outputs
no outputs