diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 6df0772..75bb34f 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -19,7 +19,7 @@ jobs: - name: Test with Maven run: mvn clean test - name: Run codacy-coverage-reporter - uses: codacy/codacy-coverage-reporter-action@dev:14.1.1-fixtransformreports.11.sha.df7967e + uses: codacy/codacy-coverage-reporter-action@master with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} diff --git a/README.md b/README.md index 714802c..b033ec0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Example repository on how to generate a coverage report for Java. -## Requirements +## Requirements - Maven 3.x - Java 8