diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 72e82b7b..61f5978f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -42,6 +42,6 @@ jobs: run: mvn --show-version --batch-mode --no-transfer-progress test jacoco:report-aggregate - name: Upload coverage to Codecov - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: files: ./commons-rng-docs/target/site/jacoco-aggregate/jacoco.xml