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.
1 parent 88e59aa commit 7d52b19Copy full SHA for 7d52b19
.github/workflows/codacy-analysis.yml
@@ -37,7 +37,7 @@ jobs:
37
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
38
- name: Run Codacy Analysis CLI
39
continue-on-error: true
40
- uses: codacy/codacy-analysis-cli-action@v4.4.4
+ uses: codacy/codacy-analysis-cli-action@v4.4.5
41
with:
42
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
43
# You can also omit the token and run the tools that support default configurations
0 commit comments