We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1042d commit c76b316Copy full SHA for c76b316
.github/workflows/codacy-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
27
- name: Run Codacy Analysis CLI
28
- uses: codacy/codacy-analysis-cli-action@1.1.0
+ uses: codacy/codacy-analysis-cli-action@4.4.5
29
with:
30
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
31
# You can also omit the token and run the tools that support default configurations
0 commit comments