We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d78146 + 45061f2 commit db4bfdfCopy full SHA for db4bfdf
.github/workflows/codacy.yml
@@ -34,7 +34,7 @@ jobs:
34
# Execute Codacy Analysis CLI and generate a SARIF output with the security
35
# issues identified during the analysis
36
- name: Run Codacy Analysis CLI
37
- uses: codacy/codacy-analysis-cli-action@v4
+ uses: codacy/codacy-analysis-cli-action@master
38
with:
39
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
40
verbose: true
0 commit comments