diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index af9693a..020f36b 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -65,7 +65,7 @@ jobs: bats test/*.bats - name: Codecov - 1st attempt - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 id: upload_code_coverage_report continue-on-error: true with: @@ -79,7 +79,7 @@ jobs: - name: Codecov - 2nd attempt if: steps.upload_code_coverage_report.outcome == 'failure' - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true @@ -110,7 +110,7 @@ jobs: # There is some issue with code coverage inside the container # TODO: Try to finger out how to run kcov inside container and retrieve coverage results # - name: Codecov - 1st attempt - # uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 + # uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 # id: upload_code_coverage_report # continue-on-error: true # with: @@ -124,7 +124,7 @@ jobs: # - name: Codecov - 2nd attempt # if: steps.upload_code_coverage_report.outcome == 'failure' - # uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 + # uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 # with: # token: ${{ secrets.CODECOV_TOKEN }} # fail_ci_if_error: true