diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f475ad6bd..dd30514ce 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -53,6 +53,6 @@ jobs: run: mvn --show-version --batch-mode --no-transfer-progress test jacoco:report-aggregate - name: Upload coverage to Codecov - uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 with: files: ./docs-archive/target/site/jacoco-aggregate/jacoco.xml