Skip to content

Commit 08ada6e

Browse files
committed
ci: 👷 Update version and format
1 parent 1f3a998 commit 08ada6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
2323
- name: Run Codacy Analysis CLI
24-
uses: codacy/codacy-analysis-cli-action@1.1.0
24+
uses: codacy/codacy-analysis-cli-action@2.0.1
2525
with:
2626
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
2727
# You can also omit the token and run the tools that support default configurations
@@ -34,4 +34,3 @@ jobs:
3434
# Force 0 exit code to allow SARIF file generation
3535
# This will handover control about PR rejection to the GitHub side
3636
max-allowed-issues: 2147483647
37-

0 commit comments

Comments
 (0)