actions-marketplace-validations/Troubleshoot Codacy Analysis CLI

Troubleshoot to execute Codacy code analysis using your remote Codacy configuration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 21, 2021
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/troubleshoot-codacy_codacy-analysis-cli-action@f897c522b53081ddcba512a1b54a6b7411b7bda6 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
verboseRun with verbose outputno
project-tokenAPI project token to retrieve your remote Codacy configuration for the project being analyzedno
api-tokenAPI account token to retrieve your remote Codacy configuration for the project being analyzedno
codacy-api-base-urlCodacy's API URL, to retrieve your remote Codacy configurationno
formatFormat of the output fileno
outputSend analysis results to an output fileno
directoryThe directory to be analyzedno
parallelNumber of tools to run in parallelno
max-allowed-issuesMaximum number of issues allowed for the analysis to succeedno2147483647
toolThe name of the tool to analyze the codeno
tool-timeoutMaximum time each tool has to executeno
uploadUpload analysis results to Codacyno
fail-if-incompleteFail the analysis if any tool fails to runno
allow-networkAllow network access for toolsno
force-file-permissionsForce files to be readable by changing the permissions before running the analysisno
gh-code-scanning-compatReduce issue severity by one level, for non-security issues, for compatibility with GitHub's code scanning feature. This option will only have an effect when used in conjunction with '--format sarif'.no
run-docker-toolsRun dockerized tools. Possible values (true|false) Check the full list in https://docs.codacy.com/repositories-configure/codacy-configuration-file/#which-tools-can-be-configured-and-which-name-should-i-usenotrue
run-gosecRun GoSec. Possible values (true|false)no
run-staticcheckRun StaticCheck. Possible values (true|false)no
clang-tidy-outputPath to a file containing the output of Clang Tidy.no
faux-pas-outputPath to a file containing the output of Faux Pas.no

no outputs