diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index c48fd6f2..ea2af242 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -118,7 +118,7 @@ jobs: run: pnpm run test:coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v4.0.1 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }}