actions-marketplace-validations/Codiga GitHub action

Ensure your code quality meet given standards

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 4, 2023
License
BSD

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/codiga_github-action@322b2629b04d4ac684ac35556eaa37c5f123984a # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repo_tokenToken to checkout the repository.yes
codiga_api_tokenAPI Token to access Codiga. Set to none if you use access and secret keysyes""
min_quality_gradeMinimum grade. Valid options are EXCELLENT, GOOD, NEUTRAL, WARNING, CRITICAL. Leave blank to ignore.yes""
min_quality_scoreMinimum quality score from 0 (worst) to 100 (best)yes0
max_defects_rateMaximum defect rate per line of code (e.g. 0.01 for 1 defect per 100 lines of code). Leave 0 to ignore.yes0
max_complex_functions_rateMaximum number of complex functions rate (e.g. number of complex functions / number of functions). Leave 0 to ignore.yes0
max_long_functions_rateMaximum number of long functions rate (e.g. number of long functions / number of functions). Leave 0 to ignore.yes0
project_nameProject on codiga. Will use the preferences of this analysis. Leave blank and no preferences are usedyes""
max_timeout_secTimeout before giving up (in case analysis takes too long). Default is 10 minutesyes600
force_refForce the GitHub action to analyze a given ref. Leave to none if you want to analyze branch being pushed (default)yesnone

no outputs