diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index c6a19ef..6ddb1d5 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -97,7 +97,7 @@ jobs: - name: Upload coverage to codecov if: ${{ success() }} # we do this only if all previous steps succeeded - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: name: Multi modules aggregated coverage flags: '${{ matrix.go_version }}-${{ matrix.os }}' @@ -151,7 +151,7 @@ jobs: - name: Upload test results to Codecov if: always() - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: files: '**/junit_report.xml' report_type: 'test_results'