diff --git a/.github/workflows/pre-submit.units.yml b/.github/workflows/pre-submit.units.yml index d1a9e5e..fce2824 100644 --- a/.github/workflows/pre-submit.units.yml +++ b/.github/workflows/pre-submit.units.yml @@ -52,7 +52,7 @@ jobs: - name: unit tests run: make go-test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.out