actions-marketplace-validations/Codiga GitHub action
Ensure your code quality meet given standards
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 4, 2023
- License
- BSD
Pinned Snippet
uses: actions-marketplace-validations/codiga_github-action@322b2629b04d4ac684ac35556eaa37c5f123984a # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_token | Token to checkout the repository. | yes | — |
| codiga_api_token | API Token to access Codiga. Set to none if you use access and secret keys | yes | "" |
| min_quality_grade | Minimum grade. Valid options are EXCELLENT, GOOD, NEUTRAL, WARNING, CRITICAL. Leave blank to ignore. | yes | "" |
| min_quality_score | Minimum quality score from 0 (worst) to 100 (best) | yes | 0 |
| max_defects_rate | Maximum defect rate per line of code (e.g. 0.01 for 1 defect per 100 lines of code). Leave 0 to ignore. | yes | 0 |
| max_complex_functions_rate | Maximum number of complex functions rate (e.g. number of complex functions / number of functions). Leave 0 to ignore. | yes | 0 |
| max_long_functions_rate | Maximum number of long functions rate (e.g. number of long functions / number of functions). Leave 0 to ignore. | yes | 0 |
| project_name | Project on codiga. Will use the preferences of this analysis. Leave blank and no preferences are used | yes | "" |
| max_timeout_sec | Timeout before giving up (in case analysis takes too long). Default is 10 minutes | yes | 600 |
| force_ref | Force the GitHub action to analyze a given ref. Leave to none if you want to analyze branch being pushed (default) | yes | none |
Outputs
no outputs