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 1f3a998 commit 08ada6eCopy full SHA for 08ada6e
.github/workflows/codacy-analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
22
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
23
- name: Run Codacy Analysis CLI
24
- uses: codacy/codacy-analysis-cli-action@1.1.0
+ uses: codacy/codacy-analysis-cli-action@2.0.1
25
with:
26
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
27
# You can also omit the token and run the tools that support default configurations
@@ -34,4 +34,3 @@ jobs:
34
# Force 0 exit code to allow SARIF file generation
35
# This will handover control about PR rejection to the GitHub side
36
max-allowed-issues: 2147483647
37
-
0 commit comments