Skip to content

Commit d0efee0

Browse files
authored
PR #530: Fix Codacy Workflows
Updates the Codacy Action to v1.1.0
1 parent ad02688 commit d0efee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout code
5252
uses: actions/checkout@v2
5353
- name: Run codacy-analysis-cli
54-
uses: codacy/codacy-analysis-cli-action@1.0.1
54+
uses: codacy/codacy-analysis-cli-action@1.1.0
5555
with:
5656
# The current issues needs to be fixed before this can be removed
5757
max-allowed-issues: 9999

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout code
7070
uses: actions/checkout@v2
7171
- name: Run codacy-analysis-cli
72-
uses: codacy/codacy-analysis-cli-action@1.0.1
72+
uses: codacy/codacy-analysis-cli-action@1.1.0
7373
with:
7474
# The current issues needs to be fixed before this can be removed
7575
max-allowed-issues: 9999

0 commit comments

Comments
 (0)