We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a5a4f6 + 90a8d71 commit 19123e5Copy full SHA for 19123e5
.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