diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55516fe..663a291 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: -Dsonar.testExecutionReportPaths=test-report.xml - name: "Report: Coverage" - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}