Skip to content

Commit

Permalink
PR icsharpcode#530: Fix Codacy Workflows
Browse files Browse the repository at this point in the history
Updates the Codacy Action to v1.1.0
  • Loading branch information
piksel authored Oct 19, 2020
1 parent ad02688 commit d0efee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run codacy-analysis-cli
uses: codacy/codacy-analysis-cli-action@1.0.1
uses: codacy/codacy-analysis-cli-action@1.1.0
with:
# The current issues needs to be fixed before this can be removed
max-allowed-issues: 9999
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run codacy-analysis-cli
uses: codacy/codacy-analysis-cli-action@1.0.1
uses: codacy/codacy-analysis-cli-action@1.1.0
with:
# The current issues needs to be fixed before this can be removed
max-allowed-issues: 9999
Expand Down

0 comments on commit d0efee0

Please sign in to comment.