Skip to content

Commit 049ce50

Browse files
add master coverage-reporter-action
1 parent 0683bc7 commit 049ce50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Test with Maven
2020
run: mvn clean test
2121
- name: Run codacy-coverage-reporter
22-
uses: codacy/codacy-coverage-reporter-action@dev:14.1.1-fixtransformreports.11.sha.df7967e
22+
uses: codacy/codacy-coverage-reporter-action@master
2323
with:
2424
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
2525

0 commit comments

Comments
 (0)