diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b0ed66..12aa45f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: run: | pytest --cov --cov-branch --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5 with: token: ${{ secrets.CODECOV_TOKEN }} slug: mixpanel/mixpanel-python @@ -63,7 +63,7 @@ jobs: run: | pytest --cov --cov-branch --cov-report=xml openfeature-provider/tests/ - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5 with: token: ${{ secrets.CODECOV_TOKEN }} slug: mixpanel/mixpanel-python