diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7c539e1..0b055a8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -104,7 +104,7 @@ jobs: run: pipenv run pytest --cov . --cov-report xml - name: codecov/upload-coverage - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 - https://github.com/codecov/codecov-action/releases + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v5.5.2 - https://github.com/codecov/codecov-action/releases with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests